Search:

Type: Posts; User: hick.hack

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    3,580

    Change Title in a MFC SDI

    Hello,

    how can I change the title of a MFC SDI with a commandline parameter at the first call.

    A program call for example:
    program.exe -title "Nice title"

    thanks for help

    cu hick.hack
  2. Thread: dos.h

    by hick.hack
    Replies
    2
    Views
    2,641

    thank you, I have to use the search function...

    thank you,

    I have to use the search function first befor posting.

    but next time.

    cu hick.hack
  3. Thread: dos.h

    by hick.hack
    Replies
    2
    Views
    2,641

    dos.h

    hello,

    i want to complie a source file which use the REG struct and the int86 function which are usually defined in the dos.h but not in my dos.h .
    I thought this is a standard header. I use...
  4. Thread: xmodem crc

    by hick.hack
    Replies
    1
    Views
    4,484

    yes, I know already what the xmodem protocol is...

    yes, I know already what the xmodem protocol is for use.
    But it dosn't work in my code.
    Want I want is to send a file is the same way like hyperterminal.

    Here is my code for preparing the xmodem...
  5. Thread: xmodem crc

    by hick.hack
    Replies
    1
    Views
    4,484

    xmodem crc

    hello,

    I want to send a file with xmodem crc.
    After the first "C" from the reciever, I prepare the first packet and send it to the reciever. But then I get another "C" instead a "NAK" or an...
  6. Replies
    2
    Views
    1,218

    I found it: The packet number sent is simply...

    I found it:

    The packet number sent is simply the number of the packet. If the packet
    number is greater than 255, then subtract 256 repeatly until the number is
    between 0 and 255. For...
  7. Replies
    2
    Views
    1,218

    xmodem question

    hello,

    i want to send more than 255 blocks with the xmodem protocol. what is happen with the block number after 255. Start the number with one again or anything else?

    thanks for your help.
    ...
  8. Replies
    1
    Views
    1,739

    xmodem

    hello,

    I want to send a file with the xmodem protocol to the serial port, like hyperterminal. but only in the console.

    can anybody help me?

    thanks a lot.

    cu hick.hack
Results 1 to 8 of 8