PDA

View Full Version : Program works properly in debug but it does not in release



moijhd
26th August 2013, 16:29
Hi,

Every thing is in the topic.

I am on linux using Qt Creator 2.2.1 (based on Qt 4.7.3 64 bit). Debug and release are 4.7.4.

I don't know where to look so feel free to ask me details...

Thank you.

Santosh Reddy
26th August 2013, 18:45
What you mean by "properly"?

moijhd
27th August 2013, 07:54
As I expect !

Basically, I have float* which has correct values in debug and incorrect values in release.

wysota
27th August 2013, 09:50
Did you initialize the variable properly before use?

moijhd
27th August 2013, 15:34
2 persons and 6 hours later, the pointer is properly initialized :D