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
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