Yes, ist has something to do with windows. Windows locks binaries when the get started/executed. It prevents itself from crashing by removing oder moving these files. Sometimes it gets annoying on windows. I know that problem, too. But once you found out what causes this error, you know what to do ;-)
Regards, Marc -----Ursprüngliche Nachricht----- Von: Coda Highland [mailto:[email protected]] Gesendet: Dienstag, 14. Juli 2009 17:40 An: [email protected] Betreff: Re: [Qt-creator] Qt Creator comments > - Like many other people, I'd like a simple Find & Replace with > scoping (selected text, file patterns, whole project). Creator's search-and-replace function operates in the selected text if you have a selection. As far as I can tell there's no way to search the whole file without deselecting first. It also has a "find in files" option that seems to work. > - If you forget to close a running application, or it crashes, and > then you tweak your code and run again, Build Issues gives this rather > obscure :) message: "collect2: ld returned 1 exit status". Is there > some way to issue a confirmation to quit the running application if > it's been left running or crashed? Sounds like a Windows-specific error; I imagine the linker is failing because the .exe file is locked. On UNIX (Linux/Mac/BSD) crash detection hasn't failed for me yet. /s/ Adam _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
