<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body style='font-family: Verdana,Geneva,sans-serif'>
Hi,<br /><br />I'm linking a C and FPC program but I keep on getting undifined symbols (see example below).<br /><br />Error: Undefined symbol: _strcpy<br />
<div>Sofar I have added:<br /><br />{$linklib msvcrt}<br />{$linklib gcc} <br /><br />What other libraries should I add? BTW, I'm compiling the C library with MinGW.<br /><br />Regards, Darius</div>
</body></html>