hi all!
i'm trying to build a dll project (part of ecom implementation)... first i've done all tests with a basic console example, and all was working fine; now i've implementented the main implementation class and when i'm going to compile the dll for emulator i get the following error in problems tab:
and this in console tab:Code:Undefined symbol: 'void CSmsEngine::InitMe(class CConsoleBase *) (?InitMe@CSmsEngine@@UAEXPAVCConsoleBase@@@Z)' referenced from 'const CSmsEngine::`vftable' (??_7CSmsEngine@@6B@~)' in EngineSms.o
i'm not very familiar with carbide and i don't understand what can be the problem... anyone can help me?Code:>Undefined symbol: 'void CSmsEngine::InitMe(class CConsoleBase *) (?InitMe@CSmsEngine@@UAEXPAVCConsoleBase@@@Z)' >referenced from 'const CSmsEngine::`vftable' (??_7CSmsEngine@@6B@~)' in EngineSms.o
tnx a lot
Leonardo





