Re: [fpc-pascal] Winsock problems on trunk: rtl-extra?

2014-01-22 Thread Reinier Olislagers
On 22/01/2014 17:05, Sven Barth wrote: > Am 22.01.2014 16:13, schrieb Reinier Olislagers: >> Does the FPC make files need some more adjustments... or do I need to >> make them ;) > Should now be fixed in revision 26564. :) > Thanks a lot Sven, works perfectly! ___

Re: [fpc-pascal] Winsock problems on trunk: rtl-extra?

2014-01-22 Thread Sven Barth
Am 22.01.2014 16:13, schrieb Reinier Olislagers: FPC trunk x86, windows. Warning: fiddling newb alert. I have a unit httpclient that apparently uses winsock2: 3rdparty\httpclient.pas(0,0) Fatal: Can not find unit WinSock2 used by Sockets. Temporarily adding this to the other unit files (-Fu) i

[fpc-pascal] Winsock problems on trunk: rtl-extra?

2014-01-22 Thread Reinier Olislagers
FPC trunk x86, windows. Warning: fiddling newb alert. I have a unit httpclient that apparently uses winsock2: 3rdparty\httpclient.pas(0,0) Fatal: Can not find unit WinSock2 used by Sockets. Temporarily adding this to the other unit files (-Fu) in Lazarus ;$(fpcsrcdir)\packages\rtl-extra\src\win

Re: [fpc-pascal] WinSock

2006-03-17 Thread Hans MÃ¥rtensson
Tony Pelton wrote: also, and i'm not sure about this, as i've been meaning to ask, but i think the stuff in the "Sockets" unit is meant to be a cross platform sockets API ? anyone know about this ? i'm going to be doing some (hopefully) cross platform socket stuff soon. I did some socket

Re: [fpc-pascal] WinSock

2006-03-15 Thread Tony Pelton
On 3/15/06, Bob Richards <[EMAIL PROTECTED]> wrote: > I have fpc-2.0.2 running on Linux WinSock = "Windows Sockets" <> Linux Sockets ? You might want to look at some of the abstraction libs available, such as Synapse. also, and i'm not sure about this, as i've been meaning to ask, but i think t

[fpc-pascal] WinSock

2006-03-15 Thread Bob Richards
Can someone point me to the documentation for the winsock unit? It doesn't appear to exist in the html docs, nor in the pdf doc either. A google search turned up nothing. The unit exists in the source tree, I have it installed, but where is the doc?? I have fpc-2.0.2 running on Linux, and have

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