Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Application seems not running when using shared library
Application seems not running when using shared library [message #1243694] Tue, 11 February 2014 10:14
Marcin W is currently offline Marcin WFriend
Messages: 1
Registered: February 2014
Junior Member
Hello,

I develop shared library using Eclipse. Finally I wanted to make use of it in another project. I successfully added necessary include and library path to my C++ application project. When I run my application with only having std::cout << "hello world..." << std::endl; it works good. Application seems not running when I use some class/function from my shared library. There is no console output (even "hello world..."). My shared library function should create file but it doesn't. Debugger also does not stop at breakpoints when using shared library. How can I fix this?

Eclipse CDT Indigo Service Release 2 - build id: 20120216-1857.
Previous Topic:How to compile the enclosed sample project (mixed language C++/fortran)?
Next Topic:Indigo GDB Hardware Debugger gdbmi to FreeBSD target
Goto Forum:
  


Current Time: Thu Apr 25 13:54:30 GMT 2024

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

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

Back to the top