[hxclidev] Loading clntcore.so fails at runtime
David Bear winexpert at hotmail.comHi,
In my code i do:
if (DLLAccess::DLL_OK != pDLLAccess->open(szDllName))
{
fprintf(stdout, "Failed to load the '" NEW_HELIX_CORELIB "' shared library
(%s)\n", szDllName);
fprintf(stdout, "Reason '%s' -- File(%s)@%d\n",
pDLLAccess->getErrorString(), __FILE__, __LINE__ );
}
at runtime it says this:
Reason '/ddevelop/downloads/helix/src/helix/debug/clntcore.so: undefined
symbol: __pure_virtual' -- File(../main.cpp)@439
What do I need to do to make this 'symbol' be defined sufficiently?
Thanks
David
_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8.
http://join.msn.com/?page=features/junkmail
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe at helix-client.helixcommunity.org
For additional commands, e-mail: dev-help at helix-client.helixcommunity.org