64 bit Debug compilation error
ethorson1_6ca211150a
Posts: 0
When I try to compile 64bit Debug I get the following error
error LNK1181: cannot open input file 'QtCored4.lib'
I have searched everywhere for this file. Does anyone know where I can get it?
Comments
The SDK doesn't include the d libs...but the full Qt install does.
Now, the big question is...exactly which version is included in the SDK? (there's 3 different Windows versions for each numerical Qt version...)
Plus, I'm not entirely sure that the SDK isn't a custom build...but it seems likely it is, so the 'generic' Qt may not be quite right.
This is an oversight on DAZ's part. You can delete the x64 configuration and recreate it from win32 or simple change the libraries it links against be the same as release. Or just remove all the d's so that the libraries it links against look like
- dzcore.lib;QtCore4.lib;QtGui4.lib;Qt3Support4.lib;opengl32.lib;QtScript4.lib
Just remove the d ftom the plugins. Do not try to add other library from Qt SDKs. They won't work.