Qt-jambi-interest Archive, June 2007
generator_example error
Message 1 in thread
Hello,
I have tried to use
/generator_example/generator_example.bat
* winxp sp2
* qtjambi-win32-commercial-4.3.0_01
* qt-win-commercial-4.3.0beta-vs2005
* Microsoft Visual Studio 8 compiler
But I got some errors:
================================
moc_gameanimation.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall bad_cast::bad_cast(char const
*)" (__imp_??0bad_cast@@QAE@PBD@Z)
moc_gameobject.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) public: __thiscall bad_cast::bad_cast(char const
*)" (__imp_??0bad_cast@@QAE@PBD@Z)
...
qtjambishell_GameGrammar.obj : error LNK2001: unresolved external symbol
"public: __thiscall exception::exception(class exception const &)"
(??0exception@@QAE@ABV0@@Z)
qtjambishell_PickUpAction.obj : error LNK2001: unresolved external
symbol "public: __thiscall exception::exception(class exception const
&)" (??0exception@@QAE@ABV0@@Z)
..\lib\com_trolltech_examples_generator.dll : fatal error LNK1120: 4
unresolved externals
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
8\VC\bin\link.EXE"' : return code '0x460'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
8\VC\bin\nmake.exe"' : return code '0x2'
Stop.
================================
Do anybody know what is a problem ?
Thank you.