Chuvi-w / twitcurl

Automatically exported from code.google.com/p/twitcurl
0 stars 0 forks source link

undefined reference to twitCurl::~twitCurl() #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download twitterClient_SRC2.zip
2. Get libs/libcurl.lib and libs/twitcurl.lib
3. Link this to a project in Code::Blocks (Project - Build options - Linker 
settings)
4. Try to compile a program in Code::Blocks (using GNU GCC Complier)

What is the expected output? What do you see instead?
||=== twittout, Release ===|
obj\Release\main.o:main.cpp|| undefined reference to `twitCurl::twitCurl()'|
obj\Release\main.o:main.cpp|| undefined reference to `twitCurl::~twitCurl()'|
||=== Build finished: 2 errors, 0 warnings ===|

What version of the product are you using? On what operating system?
OS Windows

Please provide any additional information below.

Excuse me for my English. :)

Original issue reported on code.google.com by flance...@gmail.com on 28 Sep 2011 at 11:39

GoogleCodeExporter commented 8 years ago
I forget to write that I include headers #include "includes\twitcurl.h" 

Original comment by flance...@gmail.com on 28 Sep 2011 at 11:51

GoogleCodeExporter commented 8 years ago
I believe I might me having the same issue. I successfully compiled the 
twitcurl library into a static library, but when I compile my simple program I 
get the same error. It worked fine on my Linux system using the same procedure, 
but now when trying to use it on Windows with MinGW it produces the error 
Flance is describing. Any help would be appreciated.

Original comment by adam.bev...@gmail.com on 14 Oct 2011 at 1:43