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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.