 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Maurizio Ferreira Guest
|
Posted: Mon Apr 04, 2005 5:54 pm Post subject: Can I link gcc generated object code ? |
|
|
I'd like to add a gcc generated object code to a Delphi project .
I tried the following example:
in a test.c file :
extern __stdcall int proc (int n)
{
return n+n;
}
I compile this file with
gcc -c test.c -o test.o
then I try to import it in a Delphi project
but the compiler complains about file format :
{$L 'test.o' }
Bad object file format.
Any suggestion ? |
|
| Back to top |
|
 |
Powered by phpBB © 2001, 2006 phpBB Group .
|