On Dec 13, 2009, at 11:25 PM, ext alex wrote: > Hello! > > I have built the Qt Creator from gitorious from main line. It builds > okay with Qt Creator 1.3 and Qt 4.6. The problem that I am having is > that when I run it I get an error message "Failed to load core: <path to > plugins>\Nokia\Core.dll: Cannot load library <path to > plugins>\Nokia\Core.dll: The specified module could not be found." The > Core.dll and Core.pluginspec files are in the folder where all the > plugins are located.
Probably the runtime linker can't resolve some libraries. If you try to start Qt Creator from Explorer or a command line, make sure that the PATH environment contents the path to the Qt libs. ++ Eike > > Have anyone seen this problem before? Am I missing some post-build step? > > Thanks, > Alex > > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-creator -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Nokia gate5 GmbH Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany Registergericht: Amtsgericht Charlottenburg, Berlin: HRB 106443 B Umsatzsteueridentifikationsnummer: DE 812 845 193 Geschäftsführer: Dr. Michael Halbherr, Karim Tähtivuori _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
