Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Photran/Fortran .exe will not run
Photran/Fortran .exe will not run [message #1059145] Fri, 17 May 2013 00:55 Go to next message
Nicholai Olson is currently offline Nicholai OlsonFriend
Messages: 2
Registered: May 2013
Junior Member
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?
Re: Photran/Fortran .exe will not run [message #1059477 is a reply to message #1059145] Sun, 19 May 2013 12:07 Go to previous messageGo to next message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
Quote:
"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.


Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Re: Photran/Fortran .exe will not run [message #1059596 is a reply to message #1059477] Mon, 20 May 2013 17:02 Go to previous message
Nicholai Olson is currently offline Nicholai OlsonFriend
Messages: 2
Registered: May 2013
Junior Member
I went through the install procedure again on a different computer (also windows 7 64 bit and intel processor) and it worked just fine.

I am not sure why it was unable to locate the .dll files on the first computer.

Thank you for your help.

[Updated on: Mon, 20 May 2013 17:03]

Report message to a moderator

Previous Topic:Eclipse include folder not working
Next Topic:the complex problem in my lib*.so
Goto Forum:
  


Current Time: Sat Oct 12 17:04:30 GMT 2024

Powered by FUDForum. Page generated in 0.03973 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top