Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » The ressource folder in visual c++ 6.0
The ressource folder in visual c++ 6.0 [message #774596] Wed, 04 January 2012 09:04 Go to next message
black -- is currently offline black --Friend
Messages: 18
Registered: November 2011
Junior Member
Hello to all.

I have an old static-lib project in visual c++ 6.0
I tried to import this project into eclipse and got problems...

In visual c++ there is a folder named "ressources" to import other necessary *.lib to be included to the compilation of the project.

I can't find how to include this *.lib in eclipse which I need to compile my static-lib project properly.

Can anybody help me out, please? Smile


blackxx


Re: The ressource folder in visual c++ 6.0 [message #774646 is a reply to message #774596] Wed, 04 January 2012 10:38 Go to previous messageGo to next message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
http://wiki.eclipse.org/CDT/User/FAQ#Adding_C.2FC.2B.2B_External_Libraries

Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Re: The ressource folder in visual c++ 6.0 [message #774666 is a reply to message #774646] Wed, 04 January 2012 11:15 Go to previous messageGo to next message
black -- is currently offline black --Friend
Messages: 18
Registered: November 2011
Junior Member
Hello Axel.

The example written in wiki.eclipse doesn't work because it't descripes how to add an external library into a executabel project. But for me I have a static library project.

So the problem is not solved yet. Embarrassed
Re: The ressource folder in visual c++ 6.0 [message #774690 is a reply to message #774666] Wed, 04 January 2012 12:12 Go to previous messageGo to next message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
Missing name Mising name wrote on Wed, 04 January 2012 12:15
Hello Axel.

The example written in wiki.eclipse doesn't work because it't descripes how to add an external library into a executabel project. But for me I have a static library project.

So the problem is not solved yet. Embarrassed

So you want to link your static library with a dynamic library? The workflow is the same then.


Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Re: The ressource folder in visual c++ 6.0 [message #774720 is a reply to message #774690] Wed, 04 January 2012 13:27 Go to previous message
black -- is currently offline black --Friend
Messages: 18
Registered: November 2011
Junior Member

I want to link my statc library with another static library.

I have solved my problem.
You have to go to "Project > Properties > C/C++ Build > Settings > Library Manager"
and write the static library simply in the command line.
This procedure is not really nice implemented...


Thank you for your help Smile

Previous Topic:Global variable problem
Next Topic:Symbols Tab missing in C/C++ Properties
Goto Forum:
  


Current Time: Tue Sep 24 02:50:47 GMT 2024

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

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

Back to the top