It has to be recompiled. When it is it will ask you if you want it compiled for Win32 or NET, ( at least it does for whole projects ).
from: Robert Meek at: [EMAIL PROTECTED] dba "Tangentals Design" home of "PoBoy" freeware Windows apps and utilities located at: www.TangentalsDesign.com Proud to be a moderator for the "Delphi Programming Lists" at: elists.org -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Stebbing Sent: Friday, November 04, 2005 11:23 PM To: Delphi List Subject: compiling in obj files Hi All, I have what should be a simple question.... I'm migrating an app from D3 to Delphi2005... I don't have time to rework all units, and so want to compile in some of pre-compiled object files from D3 into my D9 project.... One such file is a file called TracksU.pas. I have another unit which references this, like such uses StrLib, TracksU; I have put the TracksU.dcu file into a folder in the search path, as well as into the "Unit output directory". If I leave the TracksU in this line, then D9 complains that it can not compile used unit "TracksU.pas". If I take the TracksU out of this line, it complains about unknown variables.... Surely there's a simple way to get Delphi to link in that dcu file? Cheers, Chris. _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

