Windows Mobile port

jpsml
Posts: 2
Joined: Thu Mar 15, 2007 6:52 pm

Windows Mobile port

Post by jpsml »

Hi,

I'd like to know if there is any port of the Bullet SDK to the Windows Mobile platform.

Thanks in advance.


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

Post by Erwin Coumans »

The Bullet source code is very portable, so it probably compiles out-of-the-box.

Bullet provides CMake, jam and MSVC Visual Studio projectfiles.

Which build system do you usually use on Windows Mobile? You can just add the Bullet/src folder to your includes, and add all the .cpp files recursively from Bullet/src, that should work.

Hope this helps,
Erwin
jpsml
Posts: 2
Joined: Thu Mar 15, 2007 6:52 pm

Post by jpsml »

Hi,

I use vs2005. I'll try to compile it.


Jo?o Paulo