yoshinoToylogic / bulletsharp

Automatically exported from code.google.com/p/bulletsharp
MIT License
0 stars 0 forks source link

Implement PINVOKE instead of C++/CLI #20

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,
I would like to request PINVOKE implementation of BulletSharp instead of 
C++/CLI, having it into PINVOkE would help users to have cross platform 
solution and will nicely work with OpenTK on Linux,OSX.

Thanks

Amer Koleci

Original issue reported on code.google.com by amerkol...@gmail.com on 9 Dec 2010 at 4:02

GoogleCodeExporter commented 8 years ago
Try this version of libbulletc:
https://googledrive.com/host/0B2TPMwtggT0jamt6VDhXVTJwOXc/BulletSharp%20P%2FInvo
ke/libbulletc-linux-stdlibcpp-0.5.zip

I compiled it with the '-static-libstdc++' flag, so it should be independent of 
the C++ runtime that is used.

I'd really like to build libbulletc as a binary that runs across all Linux 
distributions, but I don't know how that works yet. Maybe '-static-libgcc' 
should also be used, but some people recommend not doing that. Anybody know 
about this? We'll figure it out eventually, I guess.

Original comment by andres.traks on 16 Feb 2015 at 12:37

GoogleCodeExporter commented 8 years ago
Sry it does not work. I even compiled libbulletc myself but still the same 
error.

Original comment by bradlste...@googlemail.com on 19 Feb 2015 at 5:03

GoogleCodeExporter commented 8 years ago
Try specifying -fPIC in CMAKE_CXX_FLAGS for Bullet and BulletSharp.

Original comment by andres.traks on 19 Feb 2015 at 5:47

GoogleCodeExporter commented 8 years ago
The project has been moved to here:
https://github.com/AndresTraks/BulletSharpPInvoke

Original comment by andres.traks on 14 Mar 2015 at 3:59