Click to See Complete Forum and Search --> : MFC Problem
jurbania
April 17th, 2002, 02:18 PM
I cant understand this problem at all. I use MFC/VC++6.0 and I have a weird problem. My program works fine in Debug mode, but in Release mode one of the functions just don't work. Its like the compiler just skipped right over that function and it is ignored. The program does not crash, just one of the functions will not work. Any suggestions?
george x
April 17th, 2002, 07:21 PM
In debug mode, all variables are initialized with a value while in release mode no initialization for you, check against it, may find something!
krakpiper
April 18th, 2002, 10:16 AM
Thank you very much for your suggestion. However, i have already solved the problem. It seems that you werent far off on your suggestion. I had a boolean function that didnt return all control points and therefore was not returning the correct value. Anyway, thanks again!
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.