BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Can I link gcc generated object code ?

 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Language ObjectPascal
View previous topic :: View next topic  
Author Message
Maurizio Ferreira
Guest





PostPosted: Mon Apr 04, 2005 5:54 pm    Post subject: Can I link gcc generated object code ? Reply with quote



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
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Language ObjectPascal All times are GMT
Page 1 of 1

 
 


Powered by phpBB © 2001, 2006 phpBB Group
.