Endless undefined reference errors
| Thu, 2008-05-29 23:13 | |
|
After the source is clean from carbide.c++ mistakes, it moves to this set of endless errors. Here is my cpp: #include "CAnswer.h"Here is the .h: #ifndef CANSWER_H_And here are the GCC errors: ..\..\..\..\..\EPOC32\BUILD\src\cedar\generic\BASE\E32\EEXE\ARMV5\UREL\uc_exe_.cpp:(.text+0x2): undefined reference to `User::Invariant()' answering line 0 1212098742671 1132 |
|






Forum posts: 30
Probably you forgot to add the required libraries in your mmp file? Such us
LIBRARY euser.lib etel3rdparty.lib
For example you see some undefined method from the UserHeap class you go to the doc you see that this class is defined in euser.lib you add euser.lib etc