Jonas Maebe пишет:

On 18 Aug 2009, at 22:42, Евгений wrote:

In application which i compiled for arm-linux platform, an error occurs when calling fpsocket.
Why fpsocket call can cause the error?

Type "man socket" on the command line and have a look at the "ERRORS" section. You can also do

  if fpsocket(..)=-1 then
    writeln(fpgeterrno);

to see what the specific error number is in your case (you can look up the meaning of those error numbers in /usr/include/asm-generic/errno-base.h and /usr/include/asm-generic/errno.h)


Jonas_______________________________________________
fpc-pascal maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Socket error[38]: Function not implemented


__________ Information from ESET NOD32 Antivirus, version of virus signature 
database 4346 (20090818) __________

The message was checked by ESET NOD32 Antivirus.

http://www.esetnod32.ru


_______________________________________________
fpc-pascal maillist  -  [email protected]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to