iv3d-users

Text archives Help


[IV3D-USERS] Re: Re: Build problem by dynamic link to Qt


Chronological Thread 
  • From: <ajp.wang@gmail.com>
  • To: iv3d-users@sci.utah.edu
  • Subject: [IV3D-USERS] Re: Re: Build problem by dynamic link to Qt
  • Date: Wed, 16 Mar 2011 03:15:37 -0600 (MDT)

It is the only linking error message, after that compiling stops :
Tuvok.lib(IASSConverter.obj) : error LNK2019: unresolved external symbol
gzdirect referenced in function "private: bool __cdecl
IASSConverter::IsZipped(class std::basic_string<char,struct
std::char_traits<char>,class std::allocator<char> > const &)"
(?IsZipped@IASSConverter@@AEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
1>..\Build\x64\Debug\ImageVis3D-64.exe : fatal error LNK1120: 1 unresolved
externals

However I can build by linking to static Qt libraries.

It seems it can't find zlib in dynamic Qt libraries that the linker can find 
in
static Qt libraries.

I only changed Project Properties on VS2008 by adding "4" for Qt library names
for dynamic linking, how to change other compiling options?

Thanks,

Alex



Archive powered by MHonArc 2.6.16.

Top of page