PDA

View Full Version : Application crash in Vista



yj...
5th June 2009, 03:14
Hi all,

My program (release mode) crashes when running in windows vista. It works fine with windows XP, and also work fine in debug mode on both Windows XP and Vista.

It also works in Vista when i profile it using dependency walker.

What is the possible reason for a program to work in XP but not in Vista, but working in Vista when in debug mode but not in release mode?


I developed the program using open source QT4.5 with visual studio 2005.I nmake according to this:

http://dcsoft.com/community_server/blogs/dcsoft/archive/2009/03/06/how-to-setup-qt-4-5-visual-studio-integration.aspx

Any tips or direction is very much appreciated. Thanks.

wysota
5th June 2009, 08:18
It's hard to guess. There is probably some error in your code.