![]() |
Borland C++
Hello there! :cool:
I found this cool forum under google... now I'm going post my first thread... so be nice... ;) Well, I get tired of DevC++ craches and bugs and start using a monster IDE like Borland C++ Builder 6... I'm making a basic program in the console mode, with classes and stuff... But when I try to compile the prog, the compiler gives me the folowing messages: :
[Linker Error] Unresolved external 'Data::~Data()' referenced from D:\AULAS\2ANO\1SEMESTRE\PP1\AULA6\MAIN.OBJIn the help of Builder says this: :
Unresolved external symbol referenced from moduleBut don't understand mutch of this... :eek: Help please!!! :confused: Thanks. ;) |
How about you show us the original source code
|
Posting the code would be a waste. It's a linker error. That means you made prototypes for functions you never defined a body for, not all the proper .cpp and .h files are being included in the project for compilation, or not all the needed libraries are being included into the project.
|
Thanks for the quickkkkkkkk replay!!!
This is main.cpp :
#include <iostream>Do you need the classes to? |
I have my classes prototypes in files ".h" and the implementation in ".cpp" files...
How do I add then to the project? |
|
Well I solve my problem... :rolleyes:
I add the other cpp files under the menu Project-Add to Project, and the linker error messages are gone :) But when I run the prog, it stops sayind that the prog needs the files "stlpmt45.dll" and "CC3260MT.DLL"... :mad: I realized that files are in the "bin" directory of builder instalation... If I copy them to the directory of the project, the prog runs fine... :confused: Any way to solve this... Thanks again for the fast reply :cool: |
| All times are GMT -5. The time now is 4:18 AM. |
Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC