Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unresolved External for destructors linker error

Status
Not open for further replies.

leit0050

Technical User
Sep 4, 2007
29
US
Hi,
I am working on an old project that was done in c++ builder 4. I am now trying to get the code to work in 2007. I am getting the same error during linking for all the files in my project. Generally, it is of this nature

[ILINK32 Error] Error: Unresolved external 'TDSignalArray::~TDSignalArray()' referenced from C:\DOCUMENTS AND SETTINGS\UTIL\IEUTIL\RELEASE_BUILD\SCANANALYZER.OBJ

All of these objects are created under the release folder. And it appears there is one object per file. I think this is just some issue with my settings somewhere. Does anyone have an idea how to fix this?

Thanks,
~Mark
 
Never mind, I was able to find a way around this problem by compiling a different set of files.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top