Skip to main content



      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 10:12 Go to next message
Eclipse UserFriend
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 05:51 Go to previous messageGo to next message
Eclipse UserFriend
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.
Re: Program terminated without execution [message #849682 is a reply to message #849615] Thu, 19 April 2012 07:16 Go to previous messageGo to next message
Eclipse UserFriend
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 07:21 Go to previous message
Eclipse UserFriend
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?
Previous Topic:Debug-Output of e.g. Qt-Types
Next Topic:ambiguous unresolved functions
Goto Forum:
  


Current Time: Sat Jun 14 00:33:31 EDT 2025

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

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

Back to the top