Hi When I try to compile the first example from the examples folder of curlpp-0.7.2 release in the MS Visual Studio 2008 I get the following errors:
1>c:\...\include\curlpp\CurlHandle.hpp(74) : error C2059: syntax error : '__declspec(dllimport)' 1>c:\...\include\curlpp\CurlHandle.hpp(74) : error C2238: unexpected token(s) preceding ';' 1>c:\...\include\curlpp\OptionContainer.inl(30) : error C2491: 'cURLpp::OptionContainer<OptionType>::OptionContainer' : definition of dllimport function not allowed 1>c:\...\include\curlpp\OptionContainer.inl(36) : error C2491: 'cURLpp::OptionContainer<OptionType>::OptionContainer' : definition of dllimport function not allowed 1>c:\...\include\curlpp\OptionContainer.inl(44) : error C2491: 'cURLpp::OptionContainer<OptionType>::setValue' : definition of dllimport function not allowed and so on... Could someone please help me with this? Regards Piotr Dobrogost _______________________________________________ cURLpp mailing list [email protected] http://www.rrette.com/mailman/listinfo/curlpp
