Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Dynamic link
Dynamic link [message #1723582] Tue, 16 February 2016 16:45 Go to next message
philip colman is currently offline philip colmanFriend
Messages: 2
Registered: February 2016
Junior Member
I have c++ project that I was like a library to (I have the .h, .a and .dll files) the .h files are in an includes folders and i have gone to path and symbols under c/c++ build and gone to the includes tab selected the langue ad GNU c (it is a c lib), I then go over to the libraries tab and add the .a it tells me it can not find the a files so the i tried it the .dll files it tells me it can not find them also both the .a and the .dll files are in the project root and the .dll files are in the debug folder as well, although i do belie it finding the headers. Can so one explain in detail what i need to do dynamic link to a lib. I am also using MinGW.

[Updated on: Tue, 16 February 2016 16:47]

Report message to a moderator

Re: Dynamic link [message #1723606 is a reply to message #1723582] Tue, 16 February 2016 18:05 Go to previous message
Jonah Graham is currently offline Jonah GrahamFriend
Messages: 416
Registered: June 2014
Senior Member
Here are a couple of links to get you started. Perhaps someone else can write up detailed step-by-step instructions.

http://www.mingw.org/wiki/What_is_a_DLL_and_How_Do_I_Create_or_Use_One
http://www.mingw.org/wiki/specify_the_libraries_for_the_linker_to_use

Previous Topic:cdt autogenerated Makefile Script
Next Topic:Arduino CDT Windows for ESP8266: Problem with Time.h/time.h
Goto Forum:
  


Current Time: Thu Sep 19 18:01:50 GMT 2024

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

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

Back to the top