Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Release and Debug compilation differs!?!

Status
Not open for further replies.

dataminere

Programmer
Jan 11, 2005
2
SE
I have made an advanced calculator DLL which I am using in my datamining process. I send a formula to it and get the calculated value in return. It is working fine using a the compiled debug dll, but not using the release dll! The release dll cannot understand decimal numbers for some reason! Anyone familiar with such a problem? Please help me!
 
1. There are 1000000... sources for debug/release problems. But what is it - decimal numbers - in your source code terms?..
It's not extrasensoric wizards forum...
 
OK! As my calculator would calculate for example 0.1+1, in the release dll it would interpret 0.1 as 0 but in the debug dll as 0.1!

Anyways! I found the cause for this by changing to static mfc in compilation.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top