Linker Errors MSVC++08EE

shogun
Posts: 34
Joined: Tue Mar 04, 2008 3:16 pm

Re: Linker Errors MSVC++08EE

Post by shogun »

What do you mean by "But 8 doesn't even open for some reason..."? If your VC++2008 doesn't open the wksbullet.sln (and/or doesn't upgrade all the projects inside), then there is something wrong.
Spawn
Posts: 22
Joined: Wed Sep 02, 2009 3:52 am

Re: Linker Errors MSVC++08EE

Post by Spawn »

I know... bullet-2.75-rc7\msvc\8\wksbullet.sln doesn't open at all... But since 71 open and converted perfectly I saw no reason in wasting time figuring it out... Besides even 8 is outdated for my 2008. I didn't see a bullet-2.75-rc7\msvc\2008\wksbullet.sln in there... :/
Spawn
Posts: 22
Joined: Wed Sep 02, 2009 3:52 am

Re: Linker Errors MSVC++08EE

Post by Spawn »

its so empty in this topic i can hear an echo... an echo.. echo... cho... o... ...

:/
User avatar
Erwin Coumans
Site Admin
Posts: 4221
Joined: Sun Jun 26, 2005 6:43 pm
Location: California, USA

Re: Linker Errors MSVC++08EE

Post by Erwin Coumans »

Please try again with final Bullet 2.75 release.

The Bullet/msvc/8/bullet_wks.sln solution has been tested succesfully with Visual Studio 2008, the converted project files compile, link and run fine.

Otherwise, you can also create MSVC projectfiles using Cmake. Check the user manual.
Hope this helps,
Erwin
Spawn
Posts: 22
Joined: Wed Sep 02, 2009 3:52 am

Re: Linker Errors MSVC++08EE

Post by Spawn »

YES! Thanks guys it works. I tried the hello world and even a few demos and they worked!

http://bulletphysics.com/Bullet/phpBB3/ ... &view=next

Defining WIN32 helped. As did remembering to change the flags to /MT :p

I was able to open 8 from the final 2.75.

Thank you!