Re: [fpc-pascal] Linking C library

2014-01-15 Thread Marco van de Voort
In our previous episode, Darius Blaszyk said: > > I'm trying to link a C library to my pascal app. From the messages I > understand that I forgot to link in some additional library. However I > cannot find which one that is. In my app I have included: > > {$IFDEF MSWINDOWS} > {$linklib libmsvcr

[fpc-pascal] Linking C library

2014-01-15 Thread Darius Blaszyk
Hi, I'm trying to link a C library to my pascal app. From the messages I understand that I forgot to link in some additional library. However I cannot find which one that is. In my app I have included: {$IFDEF MSWINDOWS} {$linklib libmsvcrt} {$ELSE} {$linklib c} {$ENDIF} Is there a way t