After hours of guesswork and playing around, i had to do the following
to get curlpp 0.7.3pre2 to build in VC++ 9 (2008):

1. Created the following files (which are _not_ in the current
download. I filled them with code directly from JPBLP's bitbucket)
.\src\curlpp\Infos.cpp
.\src\curlpp\Option.cpp


2. Moved the following files
.\src\utilspp\LifetimeLibrary.cpp
.\src\utilspp\PrivateMembers.cpp
to
.\src\utilspp\singleton\LifetimeLibrary.cpp
.\src\utilspp\singleton\PrivateMembers.cpp


3. Edited the .sln and .vsproj files (cuz the win32 batch file to
create project files doesnt do the job right)
- Deleted the examples project from the .sln file (cuz theres
no .vsproj for the examples)
- Added a semicolon at the very beginning of the
PreprocessorDefinitions, right before WIN32 (because otherwise i get
an error "c1xx : fatal error C1083: Cannot open source file: 'WIN32':
Permission denied"...wth?)


Hope this build turns out to work... and i hope these few notes of
mine help fixing all these issues.

Good luck, ill be checking back for updates
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"curlpp" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/curlpp?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to