Re: [fpc-pascal]Compiler error on ver 1.9.2, Windows only

2004-02-23 Thread Peter Vreman
> Hi all & I am quite happy to be here. > > I have a rather small piece of code that ocassionally breaks the 1.9.2 > (beta) compiler in Windows XP. It compiles fine under Debian Linux. > Here's > the error I get when compiling in the 'fp' IDE: > > Error: Compiler Exited > Error: Abstract Method Ca

[fpc-pascal]Compiler error on ver 1.9.2, Windows only

2004-02-23 Thread Ken Linder
Hi all & I am quite happy to be here. I have a rather small piece of code that ocassionally breaks the 1.9.2 (beta) compiler in Windows XP. It compiles fine under Debian Linux. Here's the error I get when compiling in the 'fp' IDE: Error: Compiler Exited Error: Abstract Method Called I am just

Re: [fpc-pascal]Local Ip Address

2004-02-23 Thread Michalis Kamburelis
Crabtree, Chad wrote: Ok. Thank you that worked however I'd like to ask some questions. I tried to find the answer by looking at the source code however I'm confused by this code abcd:=PABCD(phe^.h_addr_list[0])^; I beleive this automaticly parses h_addr_list[0] into the record. Not sur

RE: [fpc-pascal]Local Ip Address

2004-02-23 Thread Crabtree, Chad
Ok. Thank you that worked however I'd like to ask some questions. I tried to find the answer by looking at the source code however I'm confused by this code abcd:=PABCD(phe^.h_addr_list[0])^; I beleive this automaticly parses h_addr_list[0] into the record. Not sure why but that's ok.

[fpc-pascal]FreePascal Crosscompiler for ARM (host linux i386)

2004-02-23 Thread Jose Pascual
Hi Guys, I'm trying to generate a cross compiler freepascal for ARM, I have downloaded the last snapshot source (cvs) of freepascal, but the making process stop with this error, -screen dump-- # ppcrossarm -Fi../inc -Fi../arm -F

Re: [fpc-pascal]Local Ip Address

2004-02-23 Thread Michalis Kamburelis
Crabtree, Chad wrote: Hello I am having a dikens of a time getting my IP address on the machine that I am working on. I've looked in the mailing list and I found something that I've been toying with but still I cannot get the xxx.xxx.xxx.xxx style name I can only get my machine name. Here's what

RE: [fpc-pascal]Local Ip Address

2004-02-23 Thread Crabtree, Chad
Here's my code that I use: >>uses sockets, errors, inet; Well that is part of the problem I cannot compile Inet I'm using win2k --- ***National City made the following annotations ---

Re: [fpc-pascal]Local Ip Address

2004-02-23 Thread Jeremy Cowgar
Crabtree, Chad wrote: Hello I am having a dikens of a time getting my IP address on the machine that I am working on. I've looked in the mailing list and I found something that I've been toying with but still I cannot get the xxx.xxx.xxx.xxx style name I can only get my machine name. Here's what

[fpc-pascal]Local Ip Address

2004-02-23 Thread Crabtree, Chad
Hello I am having a dikens of a time getting my IP address on the machine that I am working on. I've looked in the mailing list and I found something that I've been toying with but still I cannot get the xxx.xxx.xxx.xxx style name I can only get my machine name. Here's what I have which I can get

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]Apache modules

2004-02-23 Thread Giovanni Premuda
Is it possible to create Apache (2.0) modules with FPC? I do understand that I have to translate header files myself, but it seems that Apache 2 is multithreaded, at least on Windows. So, will I have reentrancy problems? TIA Giovanni -- Giovanni Premuda - SoftWerk sas Salita S. Matteo 23/2 - 161

[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