Nvidia/Nokia and New-Year Nexus:
So in my last post, it had become clear that Nokia had removed the "-direct3d" support from Qt. While this is still technically true, with the help of some Trolltech employees, I have been set on the correct path of righteousness once again. I'm now using QPaintEngine* paintEngine() const; and getting it to return 0, as discussed in my first post. This should allow me to continue to use updated Qt toolkits with my DX10/DX11 development. When installing Nexus monitor onto a remote PC, it was obvious that Qt4 had some very strange issues with dependencies. It appears i was getting "Side by Side configuration errors" looking up the event viewer, the .exe was failing to find a correct version of a debug .dll. After a lot of testing and analysis, Microsoft MSVC2008 Pro ships with version MSVC90d.dll 9.0.21022.8 , when installing the SP1 update for MSVC, this version is changed to 9.0.30729.1 , after that another ATL security patch was released making the version 9.0...