making a win32 dll project (visual studio) on a 64 bit machine
-
You can run 32 bit on 32 or 64 bit machine. However 64 bit has to run on a 64 bit machine ONLY!
-
You can run 32 bit on 32 or 64 bit machine. However 64 bit has to run on a 64 bit machine ONLY!
-
well i ran 64 bit compiled code on a 32 bit machine and it ran without crashing but gave me different results from when it ran on the 64 bit machine where it was compiled..... :|
Are you certain you targeted 64 bits when building on your 64bits machine ?
Watched code never compiles.
-
Are you certain you targeted 64 bits when building on your 64bits machine ?
Watched code never compiles.
-
Please start providing some clear facts about your tools, their switch settings, your app, the kind of calculations you are doing, what parts run fine, what parts don't, how the results are different from what you want; show us a code sample (with variable declaration!) and some relevant results (twice: good and bad). i.e. stop saying "it doesn't work" :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.