-3

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?

user
  • 1
  • 1
  • 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
  • 1
    May 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 Answers1

5

You are sure you already read all of the following links about the topic?

... 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):

For the above questions there are already answers available on SO, that might be applicable for your particular use-case:

Community
  • 1
  • 1
πάντα ῥεῖ
  • 1
  • 13
  • 116
  • 190