Skip to main content



      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 04:04 Go to next message
Eclipse UserFriend
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 05:38 Go to previous messageGo to next message
Eclipse UserFriend
http://wiki.eclipse.org/CDT/User/FAQ#Adding_C.2FC.2B.2B_External_Libraries
Re: The ressource folder in visual c++ 6.0 [message #774666 is a reply to message #774646] Wed, 04 January 2012 06:15 Go to previous messageGo to next message
Eclipse UserFriend
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 07:12 Go to previous messageGo to next message
Eclipse UserFriend
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.
Re: The ressource folder in visual c++ 6.0 [message #774720 is a reply to message #774690] Wed, 04 January 2012 08:27 Go to previous message
Eclipse UserFriend

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: Fri Jul 18 00:47:25 EDT 2025

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

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

Back to the top