Patch for compiling Irrlicht with Visual Studio 2008

A forum to store posts deemed exceptionally wise and useful
Post Reply
sio2
Competition winner
Posts: 1003
Joined: Thu Sep 21, 2006 5:33 pm
Location: UK

Patch for compiling Irrlicht with Visual Studio 2008

Post by sio2 »

I've created the Solution and Project files needed to compile Irrlicht with Visual Studio 2008 Professional. The patch is in the tracker at the Irrlicht SourceForge page and was made with Irrlicht Subversion Revision 1527.

8)
night_hawk
Posts: 153
Joined: Mon Mar 03, 2008 8:42 am
Location: Suceava - Romania
Contact:

Post by night_hawk »

Nice, but I didn't have any trouble compiling the old .sln under VS2008. Express or Studio...
Or I suppose you're meaning "No upgrade-needed .sln", which makes me look like a fool XD
sio2
Competition winner
Posts: 1003
Joined: Thu Sep 21, 2006 5:33 pm
Location: UK

Post by sio2 »

The VS2008 Irrlicht project file has some extra options for the "Release - Fast FPU" configuration. If you just convert from VS2005 you won't get that.

Also, I have both VS2005 and VS2008 installed at the moment. I won't completely switch over to VS2008 for a while.
happilylazy
Posts: 53
Joined: Sun Aug 31, 2008 3:16 pm
Location: Split, Croatia

Post by happilylazy »

Have you maybe seen my thread, there is an issue of portability in VS2008

http://irrlicht.sourceforge.net/phpBB2/ ... highlight=
What now??? =_=''
nmn
Posts: 23
Joined: Tue Sep 02, 2008 7:35 pm

Post by nmn »

happilylazy wrote:Have you maybe seen my thread, there is an issue of portability in VS2008

http://irrlicht.sourceforge.net/phpBB2/ ... highlight=
That only applies if you don't have the runtime installed. Some people will have the runtime installed with Other applications, or maybe even a version of the .NET framework.

That said, 2005 is likely to get a more widespread redistribution...
sio2
Competition winner
Posts: 1003
Joined: Thu Sep 21, 2006 5:33 pm
Location: UK

Post by sio2 »

happilylazy wrote:Have you maybe seen my thread, there is an issue of portability in VS2008

http://irrlicht.sourceforge.net/phpBB2/ ... highlight=
What has that got to do with solution/project files?

Anyway, if you put my VS2008 compiled exes through dependency walker you'll see they're only linked to kernel32 and irrlicht.dll - and the dll is linked statically with the VC runtime...
Post Reply