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 libmsvcrt}
> {$ELSE}
>  {$linklib c}
> {$ENDIF} 
> 
> Is there a way to find out which library I should additionally link or
> does someone know which library I should add? Below is the list of
> errors I get. 

Find out what compiler the additional library it is built with, and then link
its run time. 
 
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to