Working my way through compiling components for wxLua
 
wxStEdit will not link for DLL libs
 
--------------------Configuration: stedit - Win32 DLL Debug Multilib--------------------
Compiling...
steexprt.cpp
C:\WX\wxCode\components\wxstedit\src\steexprt.cpp(1582) : warning C4189: 'titleFullPath' : local variable is initialized but not referenced
Linking...
   Creating library ..\lib/steditd.lib and object ..\lib/steditd.exp
steexprt.obj : error LNK2001: unresolved external symbol "private: class SString & __thiscall SString::assign(char const *,unsigned int)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@Z)
steexprt.obj : error LNK2001: unresolved external symbol "bool __cdecl EqualCaseInsensitive(char const *,char const *)" (?EqualCaseInsensitive@@[EMAIL PROTECTED])
steexprt.obj : error LNK2001: unresolved external symbol "public: static char * __cdecl SContainer::StringAllocate(char const *,unsigned int)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED])
steexprt.obj : error LNK2001: unresolved external symbol "public: bool __thiscall SString::operator==(char const *)const " (??8SString@@[EMAIL PROTECTED])
steexprt.obj : error LNK2001: unresolved external symbol "public: class SString & __thiscall SString::append(char const *,unsigned int,char)" ([EMAIL PROTECTED]@@[EMAIL PROTECTED]@Z)
steexprt.obj : error LNK2001: unresolved external symbol "public: bool __thiscall SString::operator==(class SString const &)const " (??8SString@@QBE_NABV0@@Z)
..\lib\steditd.dll : fatal error LNK1120: 6 unresolved externals
Error executing link.exe.
steditd.dll - 7 error(s), 1 warning(s)
 
John,
 
I think the problem is that wxWidgets stc dll does not export SContainer/SString etc which you use in steexprt
 
Can you help out?
Ray
 

Reply via email to