Board index » delphi » BC++ 1.1 app won't link in 5.0
Michael T. Titus
![]() Delphi Developer |
Tue, 07 Dec 2004 09:08:14 GMT
BC++ 1.1 app won't link in 5.0
I am working on an application that was started by a collegue of mine who
uses Borland C++ 1.1 to develop. He sent me his source code and MAK file only I can't link the objects. He uses a third party obj file to access DirectX. his application has two OBJ files included in the app that there is no source for. They are the TDirectDraw.obj file and the T.DirectDrawForm.obj file. Both these files have .h files that go with them and the T.DirectDrawForm.obj file has a .dfm file as well. The error I keep getting is a Linker Error of Unresolved external (49 of them to be exact). All of the errors are __fastcall Classes error to diferent objects. for instance TComponent::GetChildren or TComponent::ValidateRename to name a couple. whats going on here. this is driving me crazy. The reference in every case is from those two object files. Michael |