Michael Schnell schrieb: > >> I have a big project in c,and i wanted to somehow use >> it in fpc,so i compiled the code with evc(embedded >> visual c compiler 4.0 of microsoft)and linked it to my >> pascal code. > Why do you think it's possible to link the evc output with something > that is not compiled using evc ?
It should be possible to link at least evc compiled C code with FPC. The C files in the test suite are compiled by evc. Modern C compiler use COFF as object format which is used by FPC as well. > What linker is specified to do that ? The internal linker should be able to do so. _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
