On 3/14/2011 8:07 AM, ext Antonio P wrote: > I have the next problem: > I open QTcreator, make some code for my plugin, I compie it, I test it. > I close all files opened into QTcreator, made some changes at my pluging > code, and.... I cant compile It again because my plugin dll seems to be > locked by Qtcreator? > I have to close and reopen QtCreator. > Is there a way to avoid this ?
No, that's a Windows limitation: You can't replace a DLL while a program that loaded it is still running. You have to have two Qt Creator versions/binaries: One to develop with, and one to develop. Kai > Thanks > > > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.qt.nokia.com/mailman/listinfo/qt-creator -- Kai Koehne 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.qt.nokia.com/mailman/listinfo/qt-creator
