Winsock's WSAGetLastError() doesn't work with VB5 
Author Message
 Winsock's WSAGetLastError() doesn't work with VB5

    Check the Err Object's LastDllError property. Since VB uses
run-time DLLs for so much of it's internal processing, errors
are frequently cleared by VB before you can call GetLastError
(or the Winsock variant).

--
Ron Ruble
Raffles Software Development, Inc.

Quote:

>Hi,
>A couple of colleagues of mine and myself, have been sweating over
returning
>error messages from the windows Winsock library.  We have nailed it down to
>one thing VB5.  Every bit of documentation or comments made on the net
refer
>WSAGetLastError() for retrieving the very last error messages.  However we
>haven't been able to get it work.



Mon, 17 Jul 2000 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Winsock's WSAGetLastError() doesn't work with VB5

2. fRefreshLinks Doesn't work if path doesn't exist

3. Winsock Connection doesn't work

4. wrote smpt program using winsock but still doesn't work

5. STOR doesn't work with Winsock control in FTP session

6. 'Next Comment' doesn't work

7. msinet.ocx (VB5 SP3) doesn't work for FTP

8. VB5 Program doesn't work !?

9. This code used to work in VB5 now it doesn't in VB6

10. using the variable database doesn't work in VB5

11. BUG: VB5 Hyperlink object - NAVIGATE method doesn't work with IE4.x

12. (VB5) why doesn't this code work?

 

 
Powered by phpBB® Forum Software