Message boards : API : Can't compile the samples under Visual studio 2005
Message board moderation
Author | Message |
---|---|
Send message Joined: 16 Jan 08 Posts: 5 |
Hey, As the title suggests I am having trouble building apps. I am opening the samples.sln and doing a full solution rebuild. While building the libboincapi, it chokes saying that can't find boinc_exit and a few other things. I am curios if anything has changed in the svn as last week I built it just fine. Sorry for the dump questions, but I am more of a gcc person :D |
Send message Joined: 29 Aug 05 Posts: 15561 |
David fixed the affected files in SVN. |
Send message Joined: 16 Jan 08 Posts: 5 |
Thanks a lot. works like charmed. Another quick question: I gotta compile the client as well under windows and again using the boinc.sln file everything works almost right :D Its complaining about not finding wxwidget include files for the manager. Which version do I have to get and how do I specify the environment variable WXWIN (saw in the project is listed as additional include dependency). |
Send message Joined: 29 Aug 05 Posts: 15561 |
[trac]wiki:CompileClient[/trac] should have all that information. |
Send message Joined: 19 Jan 07 Posts: 1179 |
Thanks a lot. works like charmed. You don't need to build the core client, or the manager. |
Send message Joined: 11 Feb 08 Posts: 5 |
Hi, I tried to build samples.sln but I have unresolved external symbol errors: libboinc.lib(util.obj) : error LNK2019: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl r_base64_decode(char const *,unsigned int)" (...) Did I miss something or is there actually something wrong with libboinc? regards, Malek |
Send message Joined: 19 Jan 07 Posts: 1179 |
I tried to build samples.sln but I have unresolved external symbol errors: You seem to be missing important parts of the C++ standard library; or not linking to them correctly. |
Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.