3D Studio issues
-
Hi, I am trying to build the Qt 3D Studio examples but i got this error:
plugin cannot be loaded for module "QtStudio3D": Cannot load library C:\Qt\3D_Studio\5.10.0\msvc2015\qml\QtStudio3D\declarative_qtstudio3dd.dll: Unknown error 0x000000c1.
anyone can help ?
-
@miladm31 said in QTStudio3D issues:
C:\Qt\3D_Studio\5.10.0\msvc2015\qml\QtStudio3D\declarative_qtstudio3dd.dll
Is it possible that you're trying to load a 32bit DLL in a 64bit app?
-
@jsulm thanks man , it is working only with 64 bit application.but it shouldn't be like that.the whole qt application running on 32bit and this little demo use such dll that works only on 64bit!
for those who has problem with the cluster example of qt 3d studio:( how to install qtstudio3d plugin)
1-download qt3dstudi module from here:
http://download.qt.io/online/qtsdkrepository/windows_x86/desktop/tools_qt3dstudio/qt.tools.qt3dstudio/0.2.1-0-201710111138qt3dstudio.7z
2-then copy all the folders inside the Qt3DStudio folder .
3-past them in <your qt directory>\Qt5.10.0\5.10.0\msvc2015_64 (i tested with msvc2017_64 to and worked)
"note that do not replace any file.skip them"
4-then you need to download windows build tools and install it :
https://go.microsoft.com/fwlink/?LinkId=691126
5-config application only with 64bit kits and run.