The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: Amelek on January 03, 2010, 11:38:31 am

Title: Building svn head with visual studio 2008
Post by: Amelek on January 03, 2010, 11:38:31 am
I tried to build latest stable with VS2k8 (not express), but it crashes on game load.

I downloaded bzip from http://www.bzip.org/, but it seem that simutrans uses different version of this library (and that's why it crash). Where I can get it?
Title: Re: Building svn head with visual studio 2008
Post by: vilvoh on January 03, 2010, 11:56:47 am
It's available at nightlies download site: http://simutrans-germany.com/~nightly/simutrans/dll/bzip2.dll
Title: Re: Building svn head with visual studio 2008
Post by: Amelek on January 03, 2010, 12:10:11 pm
yes. This is dll, however, to build simutrans I need .lib file :P (linker related issue)
Title: Re: Building svn head with visual studio 2008
Post by: Dwachs on January 03, 2010, 12:12:54 pm
I use the libraries as posted here:

http://forum.simutrans.com/index.php?topic=652.msg37080#msg37080
Title: Re: Building svn head with visual studio 2008
Post by: Amelek on January 03, 2010, 12:16:12 pm
that solves the issue. Thank you :)