Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 3

Qt-interest Archive, April 2008
linker errors when compiling qwt3D examples


Message 1 in thread

I could successfully compile the qwt3d libary with msvc-2005. However if 
I make the examples they compile but the linker always fails:

1>LINK : warning LNK4068: /MACHINE nicht angegeben ; Standardwert X86
1>autoswitch.obj : error LNK2019: Verweis auf nicht aufgelöstes externes 
Symbol "___CxxFrameHandler3" in Funktion 
"__ehhandler$??0Saddle@@QAE@AAVSurfacePlot@Qwt3D@@@Z".
1>autoswitch.obj : error LNK2001: Nicht aufgelöstes externes Symbol 
"__fltused".
1>autoswitch.obj : error LNK2001: Nicht aufgelöstes externes Symbol 
""const type_info::`vftable'" (??_7type_info@@6B@)".
1>autoswitch.obj : error LNK2019: Verweis auf nicht aufgelöstes externes 
Symbol "__ftol2_sse" in Funktion ""public: void __thiscall 
Plot::rotate(void)" (?rotate@Plot@@QAEXXZ)".
1>autoswitch.obj : error LNK2019: Verweis auf nicht aufgelöstes externes 
Symbol "__imp___invalid_parameter_noinfo" in Funktion ""public: class 
Qwt3D::Axis & __thiscall std::vector<class Qwt3D::Axis,class 
std::allocator<class Qwt3D::Axis> >::operator[](unsigned int)" 
(??A?$vector@VAxis@Qwt3D@@V?$allocator@VAxis@Qwt3D@@@std@@@std@@QAEAAVAxis@Qwt3D@@I@Z)".
1>autoswitch.obj : error LNK2019: Verweis auf nicht aufgelöstes externes 
Symbol ""void __cdecl operator delete(void *)" (??3@YAXPAX@Z)" in 
Funktion ""public: virtual void * __thiscall Saddle::`scalar deleting 
destructor'(unsigned int)" (??_GSaddle@@UAEPAXI@Z)".
1>autoswitch.obj : error LNK2019: Verweis auf nicht aufgelöstes externes 
Symbol ""void * __cdecl operator new(unsigned int)" (??2@YAPAXI@Z)" in 
Funktion ""public: __thiscall Plot::Plot(class QWidget *,int)" 
(??0Plot@@QAE@PAVQWidget@@H@Z)".
1>qrc_images.obj : error LNK2019: Verweis auf nicht aufgelöstes externes 
Symbol "_atexit" in Funktion ""void __cdecl `dynamic initializer for 
'qCleanupResources_images__dest_instance__''(void)" 
(??__EqCleanupResources_images__dest_instance__@@YAXXZ)".
1>LINK : error LNK2001: Nicht aufgelöstes externes Symbol 
"_WinMainCRTStartup".
1>LINK : error LNK2001: Nicht aufgelöstes externes Symbol 
"__load_config_used".
1>..\bin\autoswitch.exe : fatal error LNK1120: 10 nicht aufgelöste 
externe Verweise.

Maybe someone has an idea what the reason is ?
The config is set to Release in this project.

Matthias

--
 [ signature omitted ] 

Message 2 in thread

On Wednesday 16 April 2008 09:22:37 Matthias Pospiech wrote:

> I could successfully compile the qwt3d libary with msvc-2005. However if
> I make the examples they compile but the linker always fails:


qwt3dplot?
https://lists.sourceforge.net/lists/listinfo/qwtplot3d-interest

or qwt?
https://lists.sourceforge.net/lists/listinfo/qwt-interest


-- 
 [ signature omitted ]