Search:

Type: Posts; User: dp_76

Search: Search took 0.00 seconds.

  1. Query related to posting message from a regular dll to Client Application?

    Hi
    I have a dll & its client application.
    The dll is a Regular MFC dll & the client is an SDI MFC application.

    I am having trouble posting message from the dll to the client application.

    The...
  2. Client application having problem receiving from server side?

    Hi
    I have created a client server application using Winsock2.
    Now the problem is that data send by server is not fully received by client in one go. It is received in installments & also not...
  3. Replies
    0
    Views
    1,771

    Run time error at client side query?

    Hi

    When the data of size 5KB is being transferred btw client & server after some time a run time error is generated at the client side.

    But when the data transfer size is reduced to 2KB no...
  4. Replies
    4
    Views
    2,243

    If remote end of a connection is in Asynchronous...

    If remote end of a connection is in Asynchronous mode, you wud receive FD_CLOSE notification message provided u set it in the call to WSAAsyncselect().

    Hope this helps
    dp_76
  5. Replies
    0
    Views
    2,476

    send() returning WSAENOTSOCK?

    Hi
    In my client server application, the send() returns WSAENOTSOCK.

    Following transfer has taken place:

    After successfull connection the client sends a password to server for verification.
    ...
  6. Replies
    5
    Views
    2,847

    Hi Thanx for ur suggestions. I understand...

    Hi
    Thanx for ur suggestions.

    I understand that the server is still listening for more connections, but in my application it gives errors.

    If i do as mentioned in quotes will it have any ill...
  7. Replies
    5
    Views
    2,847

    I m not getting what u r trying to say. Can u...

    I m not getting what u r trying to say.

    Can u post some code that does it?

    Waiting for suggestions

    Regards
    dp_76 :confused:
  8. Replies
    5
    Views
    2,847

    Query related to DisconnectEx?

    Hi

    How do i make my server application listen for new client connection.

    I cannot use DisconnectEx() as this function is supported only by WinXP.

    So what i have done is that when ever the...
  9. Hi Guys I am waiting for some suggestions. Can...

    Hi Guys
    I am waiting for some suggestions.
    Can any one plz help!

    Regards
    dp_76
  10. Client not receiving FD_CLOSE notification message?

    Hi
    I have a client server application.
    Server is an mfc dialog based application.
    Client is an mfc sdi application.
    Winsock2 is used for communication.

    Both client & server are asynchronous ...
  11. Replies
    6
    Views
    1,714

    Hi Thanx for ur suggestions. They are really...

    Hi
    Thanx for ur suggestions.

    They are really helpful
  12. Replies
    6
    Views
    1,714

    Hi Thanx for ur suggestions sir. The client...

    Hi
    Thanx for ur suggestions sir.

    The client is on a machine in my local network.
    The server application is on a different machine in some other network.
    The server application machine has an ip...
  13. Replies
    6
    Views
    1,714

    Both the machines for sure are connected to...

    Both the machines for sure are connected to internet.

    waiting for suggestions
    dp_76 :confused:
  14. Replies
    6
    Views
    1,714

    Cross Network communication using Winsock2?

    Hi

    Is it possible for 2 machines on comletely different networks communicate with each other using Winsock2?

    Regards
    dp_76
  15. Client Server Application (UNICODE) -- client not receiving FD_CLOSE notification?

    Hi

    I have a client server application(UNICODE).
    Server being dialog based mfc app.
    Client being sdi mfc app.

    both r asynchronous in nature due to use of WSAAsyncSelect().

    My problem is...
  16. Replies
    4
    Views
    2,302

    Thank u all I really appreciate the suggestions...

    Thank u all
    I really appreciate the suggestions provided.


    Best Regards
    dp_76
  17. Replies
    4
    Views
    2,302

    Query related to recv()?

    Hi experts
    I have recently joined this forum.

    This is my first query here:

    I have developing a client server application where the server is an MFC dialog based application & the client is an...
Results 1 to 17 of 17