views:

212

answers:

0

Hi, i have build POCO library with Visual Studio 2008 and get the .lib files (PocoFoundationmt.lib, PocoNetmt.lib ...)

I try to compile a simple program from Poco/Net/samples/httpget using latest Eclipse IDE

I have linked project to libraries (Preferences > C/C++ Build > Settings > MinGW C++ Linker) and specified include paths.

It seems, like libraries and includes are found, but i get a lot of "undefined Reference", which points to symbols from POCO, that are used in sample.

Hello world application, that does not uses any additional libraries builds and works well.

Any ideas ?