I just downloaded eclipse to use with Photran for Fortran compiling. After building a HelloFortran.exe, I tried executing the file and recieved this error:
"The application was unable to start correctly (0x000007b). Click OK to close the application."
I noticed that next to the "HelloFortran.exe" binaries in the Project Explorer it reads "HelloFortran.exe - [amd64/le]", but I have an Intel processor running 64bit Windows 7, so I think this may be the problem. Does anyone have any idea how to fix this?
Also, when I make a C++ HelloWorld executable everything works fine and the binaries in the Project Explorer read "HelloWorld.exe - [x86/le]".
I downloaded JRE x64 and eclipse Juno x64 and am running MinGW. Anyone have any idea what my problem may be?
"The application was unable to start correctly (0x000007b). Click OK to close the application."
I guess your application needs some DLLs and it cannot find them.
Quote:
I noticed that next to the "HelloFortran.exe" binaries in the Project Explorer it reads "HelloFortran.exe - [amd64/le]", but I have an Intel processor running 64bit Windows 7, so I think this may be the problem.
amd64 is the name of the 64Bit x86 platform that was originally developed by AMD (thus the name). Intel licensed it later and dropped their own 64Bit platform IA64 that nobody wanted. Google or use Wikipedia if you need more details. But there is no problem for you here.