This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

64 vs 32 bit

Hello, I have a question regarding this sample code. I created a new source containing this code in both examples_lp64 and examples_ilp64 folders and added the new file to the both makefiles to compile it. For the 32-bit version it works well and outputs the correct result ( Value of r: 0.123400 ) but for the 64-bit one, it results in an error (NMAKE : fatal error U1077: 'test.exe' : return code '0xc0000005' ). Am I doing something wrong, or what can the problem be ? 

 

0