In our previous episode, m...@rpzdesign.com said:
> Thanks for your response.
> 
> I am trying to use {$LINKLIB ceecodelib.a} .
> 
> But this compiled c code makes references to Windows C Runtime calls 
> like _memcpy, etc.

What is that library compiled with? I guess mingw.

You probably need various .a files from that compiler to get this working.
Preferably exactly the same version and exactly the same build, though
I guess import libs are pretty invariant.

The ones that you see in gdbint are meant to be used with a package that
contains libgdb.a and all other .a's that are dependencies from the mingw
suite these were built with.

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to