I'm trying to link a library called 'twitcurl.lib' in my application. I've tried researching things online and not much has turned up, or it's been quite confusing. Honestly I'm completely new to this - any ideas on how create this link?
Asked
Active
Viewed 236 times
-3
-
How exactly you link the library to your program depends on what compiler (and IDE) you are using. Googling with that additional information should bring up some instructions/tutorials – UnholySheep Jul 23 '14 at 20:45
-
1May be [**this**](http://stackoverflow.com/questions/12573816/what-is-an-undefined-reference-unresolved-external-symbol-error-and-how-do-i-fix) or [**this**](http://stackoverflow.com/questions/24715864/problems-importing-libraries-to-my-c-project-how-to-fix-this/24715865#24715865) link are helpful to solve your problems. – πάντα ῥεῖ Jul 23 '14 at 20:48
-
What compiler and build tools are you using? Have you consulted the reference material for it? – Rob K Jul 23 '14 at 21:04
-
`twitcurl.lib` points to windows environment maybe? – πάντα ῥεῖ Jul 23 '14 at 21:18
1 Answers
5
You are sure you already read all of the following links about the topic?
- How to use twitcurl library?
- Unable to compile program with twitcurl
- building twitcurl in visual studio 2010
- Unable to compile program with twitcurl
- ...
... and that many, many more links, you'll find on a simple research about this question. Clarify your question about your particular development environment and error messages please.
Besides the issues arising with this particular library, try to answer these questions first (and add additional information and appropriate tags to your question please):
- Which IDE are you using (eclipse-cdt, codeblocks,visual-studio)?
- Which toolchain are you using (gcc, clang, msvc)?
- What's your development machine OS (windows, linux, osx)?
- For which target OS you want to compile finally (windows, linux, freertos, bare-metal)?
For the above questions there are already answers available on SO, that might be applicable for your particular use-case: