PDA

View Full Version : Application crashes when it has a particular name



hunsrus
12th January 2010, 18:12
hi guys out there,

i hope you can help me one more time, since i've spent so long to determine the error but did not come to any conclusion. my application behaves strange. not only that it crashes due to an exception when being executed as statically linked release-binary under windows xp - it does not crash when i rename the binary's filename.

im using qt 4.5.0 and the microsoft compiler included in the visual studio 2005 professional environment.
do you know about a bug describing this behaviour? are you familiar with that problem?

sincerely & thanks in advance

sebastian

squidge
12th January 2010, 22:10
We need more information. What filename? Renamed to what?

Do you do anything with the filename? If so, post code.

etc.

hunsrus
27th January 2010, 20:50
thanks fpr answering and excuse my late reply. i believe further investigation on that topic is unnecessary - obviously the problem was, that i did not clean up the project before builidng. i dont know what exactly has happened, but cleaning the project helped ;)