Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2006 May : Using Delphi generated OBJ back in Delphi applications

www.cryer.info
Managed Newsgroup Archive

Using Delphi generated OBJ back in Delphi applications

Subject:Using Delphi generated OBJ back in Delphi applications
Posted by:"Sasa Zeman" (publ..@szutils.net)
Date:14 May 2006 13:50:52

I can link and use BCC55 C OBJs in Delphi 7 projects without problems.
However not an OBJ module created by Delphi 7 (using '-J' compiler
option). It seems that Delphi creates some 16-bits fuxups instead to
generate clean 32 bits object modele. Linking and intenting to using
created OBJ file in Delphi application return follows error:

'16-Bit fixup encountered in object file XXXX'

Is there a solution to avoid the problem, perhaps using an undocumented
additional compiler option?

Thanks in advance.

Sasa
--
www.szutils.net

Replies:

www.cryer.info
Managed Newsgroup Archive