Re: [fpc-pascal]Winsock DLL - 1.9.3 beta

2004-02-23 Thread Matt Emson
> The procedure entry point GetLastError could not be located in the dynamic > link library Wsock32.dll The GetLastError function is exported from the kernel32.dll, not WSock32.dll. The declaration for the function may be wrong. Matt ___ fpc-pascal ma

[fpc-pascal]Winsock DLL - 1.9.3 beta

2004-02-23 Thread paradice
Hi everyone - I am currently in the process of testing all of my code with the new 1.9.3 betas (I downloaded win32 1.9.2 and added the latest snapshot)and I think I have come across a problem with the Winsock unit. When running a winsock program I get the following error message at run-time: The