CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: DIG

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    2,356

    Actually, on Windows 2000, it returns always...

    Actually, on Windows 2000, it returns always FALSE with error = 10022
  2. Replies
    5
    Views
    2,356

    this info seems to be very helpfull for me. I...

    this info seems to be very helpfull for me. I will try it soon .
    Thanks
  3. Replies
    5
    Views
    2,356

    Hello Nigel, There is a cut & paste error in my...

    Hello Nigel,
    There is a cut & paste error in my example.

    I analyzed better my code:

    The mySocket.Connect() function always returns FALSE and the last error code vary between 10022 and 10035....
  4. Replies
    5
    Views
    2,356

    CAsyncSocket::Connect() error

    Hello everybody,

    I 'm using a CAsyncSocket class in a VisualC++ program.

    When I'm working on WIN98 everything works fine. But, on Windows 2000 a WSAEINVAL (10022) error occures.

    ...
  5. Thread: TCP/IP Packet Size

    by DIG
    Replies
    7
    Views
    1,609

    struct myTAG { int in; char ch;...

    struct myTAG
    { int in;
    char ch;
    int in2;
    };

    int val = sizeof(myTAG);

    >>>> val = 12
  6. Thread: FTP file transfer

    by DIG
    Replies
    7
    Views
    1,047

    hello 57 "/home1/myLogin" is current...

    hello

    57 "/home1/myLogin" is current directory.
    200 Type set to I.
    200 PORT command successful.
    550 file9: not a plain file.

    The problem is when the exception is not generated and the...
  7. Thread: FTP file transfer

    by DIG
    Replies
    7
    Views
    1,047

    yes ! it confirms that the program stops inside...

    yes ! it confirms that the program stops inside OpenFile();

    ....... [CFtpConnection::OpenFile]

    Before trying to open the file I put a call to a FindFile function but it doesn't seem to work...
  8. Thread: FTP file transfer

    by DIG
    Replies
    7
    Views
    1,047

    Actually the program stops inside the OpenFile()...

    Actually the program stops inside the OpenFile() function and I cannot check what GetLastError() returns. As I said sometime (when the file doesn't exist) I can catch un exception but sometimes, the...
  9. Thread: FTP file transfer

    by DIG
    Replies
    7
    Views
    1,047

    FTP file transfer

    Hello Everybody,

    I want to transfer files from a remote system

    for that
    1. I create an internet session
    m_pInetSession = new CInternetSession(str, 1,...
  10. Replies
    0
    Views
    537

    Invalidate a drawing area

    Hello everybody,

    I’m using a drawing area controlled by 2 scroll bars. When I scroll my image, everything works fine, but the background is not erased even if I call the Invalidate() function. I...
  11. Thread: RTOS

    by DIG
    Replies
    1
    Views
    437

    RTOS

    Hello everybody,

    Can you point me out on some code related to RTOS (REal Time Operating Systems),

    Tanks,

    Gelu
  12. Replies
    2
    Views
    617

    CD-ROM functionality

    Hello everybody,

    I would like to include in my code some functionality concerning the CD-ROM (i.e. write, clear, read). Can you
    point me out on some code samples or any useful information in...
Results 1 to 12 of 12





Click Here to Expand Forum to Full Width

Featured