gfa:
ws_wsastartup% = GetProcAddress(ws_winsock_h&,"WSACleanup")
ws_retval& = P:(ws_wsastartup%)($0101,L:V:ws_wsadata$)
pure:
*ws_wsastartup = IsFunction(ws_winsock_pb,"WSAStartup")
ws_retval = CallFunctionFast(*ws_wsastartup,$101,ws_wsadata.s)
in pure, i found out (by browsing this forum
 ) that i can use:
) that i can use:ws_retval = WSAStartUp_($101,@ws_wsadata.s)
but uhm...
where did that underscore come from? (i assume it was added so it would not interfere with includes of 'official' files, but i just might b wrong... this would mean there must be a whole list of api calls included somewhere in some file)
am i correct or is my mind pulling another trick on me?
(yeah i know i shouldn't use a string in the samples above, it's just a quick placeholder)



 --jb
   --jb unfortunately there's a little more
 unfortunately there's a little more  