Need help finding vclibs package

Need help finding vclibs package

Discuss the source code and development of Spring Engine in general from a technical point of view. Patches go here too.

Moderator: Moderators

Post Reply
Mazza101
Posts: 4
Joined: 12 Aug 2008, 17:18

Need help finding vclibs package

Post by Mazza101 »

Hey guys,

I'm having some problems finding the latest vclibs package and I'm hoping that someone will be able to give me a link to it :)

Thanks!
casperjeff
Posts: 51
Joined: 14 Aug 2008, 21:54

Re: Need help finding vclibs package

Post by casperjeff »

I'm in the same boat...
want to do some AI work and want to compile Spring from scratch, but all links to vclibs seem to be dead ends.

Help?
Sharkey
Posts: 11
Joined: 04 Jan 2008, 17:42

Re: Need help finding vclibs package

Post by Sharkey »

It sounds like you're looking for the "Microsoft Visual C++ 2005 Redistributable Package (x86)". That package installs runtime components of Visual C++ Libraries required to run applications developed with Visual C++ on a computer that does not have Visual C++ 2005 installed.

Visual Studio re-distributable packages can found at http://www.microsoft.com. Search for "Redistributable Package" and the search engine should reply with the various re-distributable packages that are available.
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Re: Need help finding vclibs package

Post by Tobi »

No he talks about the package with libraries required to build spring in Visual Studio.

I have put on my to do list to search for them in my backups, not even sure I had latest ones though, I don't use Visual Studio ATM to develop spring stuff.
User avatar
jcnossen
Former Engine Dev
Posts: 2440
Joined: 05 Jun 2005, 19:13

Re: Need help finding vclibs package

Post by jcnossen »

http://spring.clan-sy.com/dl/spring-vc8libs.exe
Should still work for vs 2005. No one ever build a vclibs package for 2008 though.

I wonder why the wiki link was changed to point to wolfgame.org, is there something wrong with the original vc8libs?
Tobi
Spring Developer
Posts: 4598
Joined: 01 Jun 2005, 11:36

Re: Need help finding vclibs package

Post by Tobi »

I recall something was / had to be updated (possible boost?), but if it works then all is fine I suppose :-)
User avatar
hoijui
Former Engine Dev
Posts: 4344
Joined: 22 Sep 2007, 09:51

Re: Need help finding vclibs package

Post by hoijui »

Code: Select all

Unable to find the requested Boost libraries.

  Boost version: 1.33.1

  Boost include path: P:/vc2UPD/spring_C_AI_interface/vclibs/Boost/include

  Detected version of Boost is too old.  Requested version was 1.34 (or
  newer).
am trying to compile with vs now.. maybe i can find the error this way...
so tobi, there is a problem with boost. if i am in the mood once, i may compile the latest boost. though i would be happy if someone else could.
Post Reply

Return to “Engine”