Hey.
My OP is Windows 7 and I am using msvc2012 32bit atm. Running my quick app from QtCreator works fine, but if I try to run it standalone the window is just white. So I made a debug build and started the app again (with all required .dlls). I got the following error-box:
..\..\debug\Qt5Cored.dll
Module: 5.1.0
File: scenegraph\coreapi\qsgmaterial.cpp
Line: 313
List of attribute names is either too long or not null-terminated.
and so on.
Has anybody any idea how I can fix that? Or what do I have to do, if I want a standalone version (I think I’ve added all required .dlls already)?
↧