iv3d-users

Text archives Help


[IV3D-USERS] Link problems


Chronological Thread 
  • From: Dženan Zukić <dzenanz@gmail.com>
  • To: ImageVis3D users mailing list <iv3d-users@sci.utah.edu>
  • Subject: [IV3D-USERS] Link problems
  • Date: Fri, 26 Nov 2010 09:36:09 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=Xe/RGbJZnIFpYmSS+lrbT3ZcuUTipqjSoe1kDh19R900N7tb6ByVLnON2ng7kqtAcG tX+RqHT/0I9UuKqtOclIcuHbXCPSBxpRqasEnRFJdPg81h6YfR6pVMDYKqhceSot19BP +UzQDqelrx8ujoJ7WDtlBwB6N6B7DwizjPUho=

Hi,

I compiled Qt 4.6.0 statically over night, everything compiled, but UVFReader and CmdLineConverter fail during linking. They have identical error messages. Here is the build log:

Linking...
   Creating library Build\x64\Debug\TuvokReader64.lib and object Build\x64\Debug\TuvokReader64.exp
Tuvok.lib(Scripting.obj) : warning LNK4217: locally defined symbol ?toString@QDate@@QEBA?AVQString@@W4DateFormat@Qt@@@Z (public: class QString __cdecl QDate::toString(enum Qt::DateFormat)const ) imported in function "public: virtual bool __cdecl tuvok::Scripting::Execute(class std::basic_string,class std::allocator > const &,class std::vector,class std::allocator >,class std::allocator,class std::allocator > > > const &,class std::basic_string,class std::allocator > &)" (?Execute@Scripting@tuvok@@UEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@4@AEAV34@@Z)
Tuvok.lib(Scripting.obj) : warning LNK4217: locally defined symbol ?currentDate@QDate@@SA?AV1@XZ (public: static class QDate __cdecl QDate::currentDate(void)) imported in function "public: virtual bool __cdecl tuvok::Scripting::Execute(class std::basic_string,class std::allocator > const &,class std::vector,class std::allocator >,class std::allocator,class std::allocator > > > const &,class std::basic_string,class std::allocator > &)" (?Execute@Scripting@tuvok@@UEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@4@AEAV34@@Z)
Tuvok.lib(Scripting.obj) : warning LNK4217: locally defined symbol ??1QString@@QEAA@XZ (public: __cdecl QString::~QString(void)) imported in function "public: virtual bool __cdecl tuvok::Scripting::Execute(class std::basic_string,class std::allocator > const &,class std::vector,class std::allocator >,class std::allocator,class std::allocator > > > const &,class std::basic_string,class std::allocator > &)" (?Execute@Scripting@tuvok@@UEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@4@AEAV34@@Z)
Tuvok.lib(GPUMemMan.obj) : warning LNK4049: locally defined symbol ??1QString@@QEAA@XZ (public: __cdecl QString::~QString(void)) imported
Tuvok.lib(Scripting.obj) : warning LNK4217: locally defined symbol ??1QByteArray@@QEAA@XZ (public: __cdecl QByteArray::~QByteArray(void)) imported in function "public: virtual bool __cdecl tuvok::Scripting::Execute(class std::basic_string,class std::allocator > const &,class std::vector,class std::allocator >,class std::allocator,class std::allocator > > > const &,class std::basic_string,class std::allocator > &)" (?Execute@Scripting@tuvok@@UEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@4@AEAV34@@Z)
Tuvok.lib(Scripting.obj) : warning LNK4217: locally defined symbol ??BQByteArray@@QEBAPEBDXZ (public: __cdecl QByteArray::operator char const *(void)const ) imported in function "public: virtual bool __cdecl tuvok::Scripting::Execute(class std::basic_string,class std::allocator > const &,class std::vector,class std::allocator >,class std::allocator,class std::allocator > > > const &,class std::basic_string,class std::allocator > &)" (?Execute@Scripting@tuvok@@UEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@4@AEAV34@@Z)
Tuvok.lib(Scripting.obj) : warning LNK4217: locally defined symbol ?toAscii@QString@@QEBA?AVQByteArray@@XZ (public: class QByteArray __cdecl QString::toAscii(void)const ) imported in function "public: virtual bool __cdecl tuvok::Scripting::Execute(class std::basic_string,class std::allocator > const &,class std::vector,class std::allocator >,class std::allocator,class std::allocator > > > const &,class std::basic_string,class std::allocator > &)" (?Execute@Scripting@tuvok@@UEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@4@AEAV34@@Z)
Tuvok.lib(Scripting.obj) : warning LNK4217: locally defined symbol ?toString@QTime@@QEBA?AVQString@@W4DateFormat@Qt@@@Z (public: class QString __cdecl QTime::toString(enum Qt::DateFormat)const ) imported in function "public: virtual bool __cdecl tuvok::Scripting::Execute(class std::basic_string,class std::allocator > const &,class std::vector,class std::allocator >,class std::allocator,class std::allocator > > > const &,class std::basic_string,class std::allocator > &)" (?Execute@Scripting@tuvok@@UEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@4@AEAV34@@Z)
Tuvok.lib(Scripting.obj) : warning LNK4217: locally defined symbol ?secsTo@QTime@@QEBAHAEBV1@@Z (public: int __cdecl QTime::secsTo(class QTime const &)const ) imported in function "public: virtual bool __cdecl tuvok::Scripting::Execute(class std::basic_string,class std::allocator > const &,class std::vector,class std::allocator >,class std::allocator,class std::allocator > > > const &,class std::basic_string,class std::allocator > &)" (?Execute@Scripting@tuvok@@UEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@4@AEAV34@@Z)
Tuvok.lib(Scripting.obj) : warning LNK4217: locally defined symbol ?currentTime@QTime@@SA?AV1@XZ (public: static class QTime __cdecl QTime::currentTime(void)) imported in function "public: virtual bool __cdecl tuvok::Scripting::Execute(class std::basic_string,class std::allocator > const &,class std::vector,class std::allocator >,class std::allocator,class std::allocator > > > const &,class std::basic_string,class std::allocator > &)" (?Execute@Scripting@tuvok@@UEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@4@AEAV34@@Z)
Tuvok.lib(Scripting.obj) : warning LNK4217: locally defined symbol ?isNull@QTime@@QEBA_NXZ (public: bool __cdecl QTime::isNull(void)const ) imported in function "public: virtual bool __cdecl tuvok::Scripting::Execute(class std::basic_string,class std::allocator > const &,class std::vector,class std::allocator >,class std::allocator,class std::allocator > > > const &,class std::basic_string,class std::allocator > &)" (?Execute@Scripting@tuvok@@UEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@4@AEAV34@@Z)
Tuvok.lib(Scripting.obj) : warning LNK4217: locally defined symbol ??0QTime@@QEAA@XZ (public: __cdecl QTime::QTime(void)) imported in function "public: virtual bool __cdecl tuvok::Scripting::Execute(class std::basic_string,class std::allocator > const &,class std::vector,class std::allocator >,class std::allocator,class std::allocator > > > const &,class std::basic_string,class std::allocator > &)" (?Execute@Scripting@tuvok@@UEAA_NAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEBV?$vector@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@4@AEAV34@@Z)
Tuvok.lib(GPUMemMan.obj) : warning LNK4217: locally defined symbol ?width@QImage@@QEBAHXZ (public: int __cdecl QImage::width(void)const ) imported in function "public: class tuvok::GLTexture2D * __cdecl tuvok::GPUMemMan::Load2DTextureFromFile(class std::basic_string,class std::allocator > const &)" (?Load2DTextureFromFile@GPUMemMan@tuvok@@QEAAPEAVGLTexture2D@2@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
Tuvok.lib(ImageParser.obj) : warning LNK4049: locally defined symbol ?width@QImage@@QEBAHXZ (public: int __cdecl QImage::width(void)const ) imported
Tuvok.lib(GPUMemMan.obj) : warning LNK4217: locally defined symbol ?height@QImage@@QEBAHXZ (public: int __cdecl QImage::height(void)const ) imported in function "public: class tuvok::GLTexture2D * __cdecl tuvok::GPUMemMan::Load2DTextureFromFile(class std::basic_string,class std::allocator > const &)" (?Load2DTextureFromFile@GPUMemMan@tuvok@@QEAAPEAVGLTexture2D@2@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
Tuvok.lib(ImageParser.obj) : warning LNK4049: locally defined symbol ?height@QImage@@QEBAHXZ (public: int __cdecl QImage::height(void)const ) imported
Tuvok.lib(GPUMemMan.obj) : warning LNK4217: locally defined symbol ?bits@QImage@@QEAAPEAEXZ (public: unsigned char * __cdecl QImage::bits(void)) imported in function "public: class tuvok::GLTexture2D * __cdecl tuvok::GPUMemMan::Load2DTextureFromFile(class std::basic_string,class std::allocator > const &)" (?Load2DTextureFromFile@GPUMemMan@tuvok@@QEAAPEAVGLTexture2D@2@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
Tuvok.lib(TransferFunction2D.obj) : warning LNK4049: locally defined symbol ?bits@QImage@@QEAAPEAEXZ (public: unsigned char * __cdecl QImage::bits(void)) imported
Tuvok.lib(ImageParser.obj) : warning LNK4049: locally defined symbol ?bits@QImage@@QEAAPEAEXZ (public: unsigned char * __cdecl QImage::bits(void)) imported
Tuvok.lib(GPUMemMan.obj) : warning LNK4217: locally defined symbol ??1QImage@@UEAA@XZ (public: virtual __cdecl QImage::~QImage(void)) imported in function "public: class tuvok::GLTexture2D * __cdecl tuvok::GPUMemMan::Load2DTextureFromFile(class std::basic_string,class std::allocator > const &)" (?Load2DTextureFromFile@GPUMemMan@tuvok@@QEAAPEAVGLTexture2D@2@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
Tuvok.lib(TransferFunction2D.obj) : warning LNK4049: locally defined symbol ??1QImage@@UEAA@XZ (public: virtual __cdecl QImage::~QImage(void)) imported
Tuvok.lib(ImageParser.obj) : warning LNK4049: locally defined symbol ??1QImage@@UEAA@XZ (public: virtual __cdecl QImage::~QImage(void)) imported
Tuvok.lib(GPUMemMan.obj) : warning LNK4217: locally defined symbol ?load@QImage@@QEAA_NAEBVQString@@PEBD@Z (public: bool __cdecl QImage::load(class QString const &,char const *)) imported in function "public: class tuvok::GLTexture2D * __cdecl tuvok::GPUMemMan::Load2DTextureFromFile(class std::basic_string,class std::allocator > const &)" (?Load2DTextureFromFile@GPUMemMan@tuvok@@QEAAPEAVGLTexture2D@2@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
Tuvok.lib(GPUMemMan.obj) : warning LNK4217: locally defined symbol ??0QImage@@QEAA@XZ (public: __cdecl QImage::QImage(void)) imported in function "public: class tuvok::GLTexture2D * __cdecl tuvok::GPUMemMan::Load2DTextureFromFile(class std::basic_string,class std::allocator > const &)" (?Load2DTextureFromFile@GPUMemMan@tuvok@@QEAAPEAVGLTexture2D@2@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
Tuvok.lib(TransferFunction2D.obj) : warning LNK4049: locally defined symbol ??0QImage@@QEAA@XZ (public: __cdecl QImage::QImage(void)) imported
Tuvok.lib(TransferFunction2D.obj) : warning LNK4217: locally defined symbol ??1QPainter@@QEAA@XZ (public: __cdecl QPainter::~QPainter(void)) imported in function "public: __cdecl TransferFunction2D::~TransferFunction2D(void)" (??1TransferFunction2D@@QEAA@XZ)
Tuvok.lib(TransferFunction2D.obj) : warning LNK4217: locally defined symbol ??0QPainter@@QEAA@XZ (public: __cdecl QPainter::QPainter(void)) imported in function "public: __cdecl TransferFunction2D::TransferFunction2D(void)" (??0TransferFunction2D@@QEAA@XZ)
Tuvok.lib(TransferFunction2D.obj) : warning LNK4217: locally defined symbol ??1QPen@@QEAA@XZ (public: __cdecl QPen::~QPen(void)) imported in function "protected: unsigned char * __cdecl TransferFunction2D::RenderTransferFunction8Bit(void)" (?RenderTransferFunction8Bit@TransferFunction2D@@IEAAPEAEXZ)
Tuvok.lib(TransferFunction2D.obj) : warning LNK4217: locally defined symbol ?scaled@QImage@@QEBA?AV1@HHW4AspectRatioMode@Qt@@W4TransformationMode@3@@Z (public: class QImage __cdecl QImage::scaled(int,int,enum Qt::AspectRatioMode,enum Qt::TransformationMode)const ) imported in function "protected: unsigned char * __cdecl TransferFunction2D::RenderTransferFunction8Bit(void)" (?RenderTransferFunction8Bit@TransferFunction2D@@IEAAPEAEXZ)
Tuvok.lib(TransferFunction2D.obj) : warning LNK4217: locally defined symbol ?end@QPainter@@QEAA_NXZ (public: bool __cdecl QPainter::end(void)) imported in function "protected: unsigned char * __cdecl TransferFunction2D::RenderTransferFunction8Bit(void)" (?RenderTransferFunction8Bit@TransferFunction2D@@IEAAPEAEXZ)
Tuvok.lib(TransferFunction2D.obj) : warning LNK4217: locally defined symbol ?drawPolygon@QPainter@@QEAAXPEBVQPoint@@HW4FillRule@Qt@@@Z (public: void __cdecl QPainter::drawPolygon(class QPoint const *,int,enum Qt::FillRule)) imported in function "protected: unsigned char * __cdecl TransferFunction2D::RenderTransferFunction8Bit(void)" (?RenderTransferFunction8Bit@TransferFunction2D@@IEAAPEAEXZ)
Tuvok.lib(TransferFunction2D.obj) : warning LNK4217: locally defined symbol ??1QBrush@@QEAA@XZ (public: __cdecl QBrush::~QBrush(void)) imported in function "protected: unsigned char * __cdecl TransferFunction2D::RenderTransferFunction8Bit(void)" (?RenderTransferFunction8Bit@TransferFunction2D@@IEAAPEAEXZ)
Tuvok.lib(TransferFunction2D.obj) : warning LNK4217: locally defined symbol ?setBrush@QPainter@@QEAAXAEBVQBrush@@@Z (public: void __cdecl QPainter::setBrush(class QBrush const &)) imported in function "protected: unsigned char * __cdecl TransferFunction2D::RenderTransferFunction8Bit(void)" (?RenderTransferFunction8Bit@TransferFunction2D@@IEAAPEAEXZ)
Tuvok.lib(TransferFunction2D.obj) : warning LNK4217: locally defined symbol ??0QBrush@@QEAA@AEBVQGradient@@@Z (public: __cdecl QBrush::QBrush(class QGradient const &)) imported in function "protected: unsigned char * __cdecl TransferFunction2D::RenderTransferFunction8Bit(void)" (?RenderTransferFunction8Bit@TransferFunction2D@@IEAAPEAEXZ)
Tuvok.lib(TransferFunction2D.obj) : warning LNK4217: locally defined symbol ?setColorAt@QGradient@@QEAAXNAEBVQColor@@@Z (public: void __cdecl QGradient::setColorAt(double,class QColor const &)) imported in function "protected: unsigned char * __cdecl TransferFunction2D::RenderTransferFunction8Bit(void)" (?RenderTransferFunction8Bit@TransferFunction2D@@IEAAPEAEXZ)
Tuvok.lib(TransferFunction2D.obj) : warning LNK4217: locally defined symbol ??0QColor@@QEAA@HHHH@Z (public: __cdecl QColor::QColor(int,int,int,int)) imported in function "protected: unsigned char * __cdecl TransferFunction2D::RenderTransferFunction8Bit(void)" (?RenderTransferFunction8Bit@TransferFunction2D@@IEAAPEAEXZ)
Tuvok.lib(TransferFunction2D.obj) : warning LNK4217: locally defined symbol ??0QLinearGradient@@QEAA@NNNN@Z (public: __cdecl QLinearGradient::QLinearGradient(double,double,double,double)) imported in function "protected: unsigned char * __cdecl TransferFunction2D::RenderTransferFunction8Bit(void)" (?RenderTransferFunction8Bit@TransferFunction2D@@IEAAPEAEXZ)
Tuvok.lib(TransferFunction2D.obj) : warning LNK4217: locally defined symbol ??0QRadialGradient@@QEAA@NNN@Z (public: __cdecl QRadialGradient::QRadialGradient(double,double,double)) imported in function "protected: unsigned char * __cdecl TransferFunction2D::RenderTransferFunction8Bit(void)" (?RenderTransferFunction8Bit@TransferFunction2D@@IEAAPEAEXZ)
Tuvok.lib(TransferFunction2D.obj) : warning LNK4217: locally defined symbol ??0QPoint@@QEAA@HH@Z (public: __cdecl QPoint::QPoint(int,int)) imported in function "protected: unsigned char * __cdecl TransferFunction2D::RenderTransferFunction8Bit(void)" (?RenderTransferFunction8Bit@TransferFunction2D@@IEAAPEAEXZ)
Tuvok.lib(TransferFunction2D.obj) : warning LNK4217: locally defined symbol ?setPen@QPainter@@QEAAXAEBVQPen@@@Z (public: void __cdecl QPainter::setPen(class QPen const &)) imported in function "protected: unsigned char * __cdecl TransferFunction2D::RenderTransferFunction8Bit(void)" (?RenderTransferFunction8Bit@TransferFunction2D@@IEAAPEAEXZ)
Tuvok.lib(TransferFunction2D.obj) : warning LNK4217: locally defined symbol ??0QPen@@QEAA@W4PenStyle@Qt@@@Z (public: __cdecl QPen::QPen(enum Qt::PenStyle)) imported in function "protected: unsigned char * __cdecl TransferFunction2D::RenderTransferFunction8Bit(void)" (?RenderTransferFunction8Bit@TransferFunction2D@@IEAAPEAEXZ)
Tuvok.lib(TransferFunction2D.obj) : warning LNK4217: locally defined symbol ?drawImage@QPainter@@QEAAXAEBVQRect@@AEBVQImage@@@Z (public: void __cdecl QPainter::drawImage(class QRect const &,class QImage const &)) imported in function "protected: unsigned char * __cdecl TransferFunction2D::RenderTransferFunction8Bit(void)" (?RenderTransferFunction8Bit@TransferFunction2D@@IEAAPEAEXZ)
Tuvok.lib(TransferFunction2D.obj) : warning LNK4217: locally defined symbol ?begin@QPainter@@QEAA_NPEAVQPaintDevice@@@Z (public: bool __cdecl QPainter::begin(class QPaintDevice *)) imported in function "protected: unsigned char * __cdecl TransferFunction2D::RenderTransferFunction8Bit(void)" (?RenderTransferFunction8Bit@TransferFunction2D@@IEAAPEAEXZ)
Tuvok.lib(TransferFunction2D.obj) : warning LNK4217: locally defined symbol ??0QRect@@QEAA@HHHH@Z (public: __cdecl QRect::QRect(int,int,int,int)) imported in function "protected: unsigned char * __cdecl TransferFunction2D::RenderTransferFunction8Bit(void)" (?RenderTransferFunction8Bit@TransferFunction2D@@IEAAPEAEXZ)
Tuvok.lib(TransferFunction2D.obj) : warning LNK4217: locally defined symbol ?fill@QImage@@QEAAXI@Z (public: void __cdecl QImage::fill(unsigned int)) imported in function "protected: unsigned char * __cdecl TransferFunction2D::RenderTransferFunction8Bit(void)" (?RenderTransferFunction8Bit@TransferFunction2D@@IEAAPEAEXZ)
Tuvok.lib(TransferFunction2D.obj) : warning LNK4217: locally defined symbol ??0QImage@@QEAA@HHW4Format@0@@Z (public: __cdecl QImage::QImage(int,int,enum QImage::Format)) imported in function "protected: unsigned char * __cdecl TransferFunction2D::RenderTransferFunction8Bit(void)" (?RenderTransferFunction8Bit@TransferFunction2D@@IEAAPEAEXZ)
Tuvok.lib(TransferFunction2D.obj) : warning LNK4217: locally defined symbol ??1QGradient@@QEAA@XZ (public: __cdecl QGradient::~QGradient(void)) imported in function "public: void * __cdecl QGradient::`scalar deleting destructor'(unsigned int)" (??_GQGradient@@QEAAPEAXI@Z)
Tuvok.lib(TransferFunction2D.obj) : warning LNK4217: locally defined symbol ?setPixel@QImage@@QEAAXHHI@Z (public: void __cdecl QImage::setPixel(int,int,unsigned int)) imported in function "public: void __cdecl TransferFunction2D::Update1DTrans(class TransferFunction1D const *)" (?Update1DTrans@TransferFunction2D@@QEAAXPEBVTransferFunction1D@@@Z)
Tuvok.lib(TransferFunction2D.obj) : warning LNK4217: locally defined symbol ?qRgba@@YAIHHHH@Z (unsigned int __cdecl qRgba(int,int,int,int)) imported in function "public: void __cdecl TransferFunction2D::Update1DTrans(class TransferFunction1D const *)" (?Update1DTrans@TransferFunction2D@@QEAAXPEBVTransferFunction1D@@@Z)
Tuvok.lib(TransferFunction2D.obj) : warning LNK4217: locally defined symbol ??4QImage@@QEAAAEAV0@AEBV0@@Z (public: class QImage & __cdecl QImage::operator=(class QImage const &)) imported in function "public: void __cdecl TransferFunction2D::Update1DTrans(class TransferFunction1D const *)" (?Update1DTrans@TransferFunction2D@@QEAAXPEBVTransferFunction1D@@@Z)
Tuvok.lib(TransferFunction2D.obj) : warning LNK4217: locally defined symbol ??0QPoint@@QEAA@XZ (public: __cdecl QPoint::QPoint(void)) imported in function "public: __cdecl std::vector >::vector >(unsigned __int64)" (??0?$vector@VQPoint@@V?$allocator@VQPoint@@@std@@@std@@QEAA@_K@Z)
Tuvok.lib(ImageParser.obj) : warning LNK4217: locally defined symbol ?blue@QColor@@QEBAHXZ (public: int __cdecl QColor::blue(void)const ) imported in function "public: virtual bool __cdecl ImageFileInfo::GetData(class std::vector > &,unsigned int,unsigned int)" (?GetData@ImageFileInfo@@UEAA_NAEAV?$vector@DV?$allocator@D@std@@@std@@II@Z)
Tuvok.lib(ImageParser.obj) : warning LNK4217: locally defined symbol ?green@QColor@@QEBAHXZ (public: int __cdecl QColor::green(void)const ) imported in function "public: virtual bool __cdecl ImageFileInfo::GetData(class std::vector > &,unsigned int,unsigned int)" (?GetData@ImageFileInfo@@UEAA_NAEAV?$vector@DV?$allocator@D@std@@@std@@II@Z)
Tuvok.lib(ImageParser.obj) : warning LNK4217: locally defined symbol ?red@QColor@@QEBAHXZ (public: int __cdecl QColor::red(void)const ) imported in function "public: virtual bool __cdecl ImageFileInfo::GetData(class std::vector > &,unsigned int,unsigned int)" (?GetData@ImageFileInfo@@UEAA_NAEAV?$vector@DV?$allocator@D@std@@@std@@II@Z)
Tuvok.lib(ImageParser.obj) : warning LNK4217: locally defined symbol ??0QColor@@QEAA@I@Z (public: __cdecl QColor::QColor(unsigned int)) imported in function "public: virtual bool __cdecl ImageFileInfo::GetData(class std::vector > &,unsigned int,unsigned int)" (?GetData@ImageFileInfo@@UEAA_NAEAV?$vector@DV?$allocator@D@std@@@std@@II@Z)
Tuvok.lib(ImageParser.obj) : warning LNK4217: locally defined symbol ?pixel@QImage@@QEBAIHH@Z (public: unsigned int __cdecl QImage::pixel(int,int)const ) imported in function "public: virtual bool __cdecl ImageFileInfo::GetData(class std::vector > &,unsigned int,unsigned int)" (?GetData@ImageFileInfo@@UEAA_NAEAV?$vector@DV?$allocator@D@std@@@std@@II@Z)
Tuvok.lib(ImageParser.obj) : warning LNK4217: locally defined symbol ?depth@QImage@@QEBAHXZ (public: int __cdecl QImage::depth(void)const ) imported in function "public: virtual bool __cdecl ImageFileInfo::GetData(class std::vector > &,unsigned int,unsigned int)" (?GetData@ImageFileInfo@@UEAA_NAEAV?$vector@DV?$allocator@D@std@@@std@@II@Z)
Tuvok.lib(ImageParser.obj) : warning LNK4217: locally defined symbol ?isNull@QImage@@QEBA_NXZ (public: bool __cdecl QImage::isNull(void)const ) imported in function "public: virtual bool __cdecl ImageFileInfo::GetData(class std::vector > &,unsigned int,unsigned int)" (?GetData@ImageFileInfo@@UEAA_NAEAV?$vector@DV?$allocator@D@std@@@std@@II@Z)
Tuvok.lib(ImageParser.obj) : warning LNK4217: locally defined symbol ??0QImage@@QEAA@PEBD0@Z (public: __cdecl QImage::QImage(char const *,char const *)) imported in function "public: virtual bool __cdecl ImageFileInfo::GetData(class std::vector > &,unsigned int,unsigned int)" (?GetData@ImageFileInfo@@UEAA_NAEAV?$vector@DV?$allocator@D@std@@@std@@II@Z)
Tuvok.lib(ImageParser.obj) : warning LNK4217: locally defined symbol ?width@QSize@@QEBAHXZ (public: int __cdecl QSize::width(void)const ) imported in function "public: virtual void __cdecl ImageParser::GetDirInfo(class std::basic_string,class std::allocator >)" (?GetDirInfo@ImageParser@@UEAAXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
Tuvok.lib(ImageParser.obj) : warning LNK4217: locally defined symbol ?height@QSize@@QEBAHXZ (public: int __cdecl QSize::height(void)const ) imported in function "public: virtual void __cdecl ImageParser::GetDirInfo(class std::basic_string,class std::allocator >)" (?GetDirInfo@ImageParser@@UEAAXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
Tuvok.lib(ImageParser.obj) : warning LNK4217: locally defined symbol ?size@QImage@@QEBA?AVQSize@@XZ (public: class QSize __cdecl QImage::size(void)const ) imported in function "public: virtual void __cdecl ImageParser::GetDirInfo(class std::basic_string,class std::allocator >)" (?GetDirInfo@ImageParser@@UEAAXV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
Tuvok.lib(AbstrRenderer.obj) : warning LNK4217: locally defined symbol ?qRegisterStaticPluginInstanceFunction@@YAXP6APEAVQObject@@XZ@Z (void __cdecl qRegisterStaticPluginInstanceFunction(class QObject * (__cdecl*)(void))) imported in function "public: __cdecl StaticqjpegPluginInstance::StaticqjpegPluginInstance(void)" (??0StaticqjpegPluginInstance@@QEAA@XZ)
Tuvok.lib(GPUMemMan.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class QImage __cdecl QGLWidget::convertToGLFormat(class QImage const &)" (__imp_?convertToGLFormat@QGLWidget@@SA?AVQImage@@AEBV2@@Z) referenced in function "public: class tuvok::GLTexture2D * __cdecl tuvok::GPUMemMan::Load2DTextureFromFile(class std::basic_string,class std::allocator > const &)" (?Load2DTextureFromFile@GPUMemMan@tuvok@@QEAAPEAVGLTexture2D@2@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
Tuvok.lib(GPUMemMan.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: __cdecl QString::QString(char const *)" (__imp_??0QString@@QEAA@PEBD@Z) referenced in function "public: class tuvok::GLTexture2D * __cdecl tuvok::GPUMemMan::Load2DTextureFromFile(class std::basic_string,class std::allocator > const &)" (?Load2DTextureFromFile@GPUMemMan@tuvok@@QEAAPEAVGLTexture2D@2@AEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z)
Tuvok.lib(GPUMemMan.obj) : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static class QGLContext const * __cdecl QGLContext::currentContext(void)" (__imp_?currentContext@QGLContext@@SAPEBV1@XZ) referenced in function "public: __cdecl tuvok::QtGLContextID::QtGLContextID(void)" (??0QtGLContextID@tuvok@@QEAA@XZ)
Build\x64\Debug\TuvokReader64.exe : fatal error LNK1120: 3 unresolved externals
The main application runs, but I thought I can resolve these issues too. Do you have any suggestions?
Regards, Dženan



Archive powered by MHonArc 2.6.16.

Top of page