Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Program terminated without execution(C++ Programming in Eclipse)
Program terminated without execution [message #848721] Wed, 18 April 2012 14:12 Go to next message
Adrian Adrian89 is currently offline Adrian Adrian89Friend
Messages: 4
Registered: April 2012
Junior Member
Hy!

I have a problem with a C++ project made in Eclipse for C++.
When I want to run the project it displays the next message:

<terminated>program.exe[C/C++ Application] program.exe

on the top of the Console window.

I have to mention that I am using 'gsl' library, which
I included in Libraries and Library Path, but when I want to
run the executable, it displays the error:

"The program can't start because libgsl.dll is missing
from your computer. Try reinstalling the program to fix this problem."


Does anyone had the same error? If so, how did you solved?

Thanks!
Adrian
Re: Program terminated without execution [message #849615 is a reply to message #848721] Thu, 19 April 2012 09:51 Go to previous messageGo to next message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
Adrian Adrian89 wrote on Wed, 18 April 2012 16:12
Hy!

I have a problem with a C++ project made in Eclipse for C++.
When I want to run the project it displays the next message:

<terminated>program.exe[C/C++ Application] program.exe

on the top of the Console window.

I have to mention that I am using 'gsl' library, which
I included in Libraries and Library Path, but when I want to
run the executable, it displays the error:

"The program can't start because libgsl.dll is missing
from your computer. Try reinstalling the program to fix this problem."


Does anyone had the same error? If so, how did you solved?

Thanks!
Adrian

Copy libgsl.dll into the folder with your executable.


Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Re: Program terminated without execution [message #849682 is a reply to message #849615] Thu, 19 April 2012 11:16 Go to previous messageGo to next message
Adrian Adrian89 is currently offline Adrian Adrian89Friend
Messages: 4
Registered: April 2012
Junior Member
Thanks for your reply.

I succeded to run the executable. I included the library's path in the Windows Path.
But the first problem still persists, I can't run the project. It is the same error: program terminated...
Re: Program terminated without execution [message #849689 is a reply to message #849682] Thu, 19 April 2012 11:21 Go to previous message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
Adrian Adrian89 wrote on Thu, 19 April 2012 13:16
Thanks for your reply.

I succeded to run the executable. I included the library's path in the Windows Path.
But the first problem still persists, I can't run the project. It is the same error: program terminated...

Did you restart Eclipse after changing the environment variable?


Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Previous Topic:Debug-Output of e.g. Qt-Types
Next Topic:ambiguous unresolved functions
Goto Forum:
  


Current Time: Sat Apr 27 00:29:08 GMT 2024

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

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

Back to the top