I am having the same problem. I downloaded the SDK (4.6), which installed Creator 1.3 and Qt 4.6. I wanted to use msvc (2008) to compile Qt, so I re-configured and compiled Qt with msvc (following all the instructions). I have read in other posts and forums that the Qt Creator that ships with the SDK is compiled with msvc, so I should have no problem seeing my custom plugins in the embedded designer if I put my .dll into the /bin/designer directory. However, this hasn't worked for me. I then downloaded the Qt Creator source, and compiled it using msvc (from my SDK Qt creator!). If I try to run it out of the bin directory, I get "Failed to load core: /plugins/Nokia/Core.dll, cannot load library /plugins/Nokia/Core.dll". HOWEVER, if I run the Qt Creator from the SDK Qt Creator, all runs well, and the plugin will load correctly. So I guess my question is, how do I get the source code to run from the bin like the SDK version does, and if so, how do I replace one with the other so I can see my custom widgets in the integrated qt designer? I don't think I have a versioning problem, as all code seems to be compiled under msvc, using the same version of Qt. Help!
Because the Qt Creator on Windows is compiled by Microslft VC and the custom widget is compiled by MinGW.
the compiler is not same. I advice you compile Qt Creator by MinGW.
Bookmarks