Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can BulletSharp.dll be built as AnyCPU .dll #60

Open
middleyuan opened this issue Oct 30, 2019 · 1 comment
Open

How can BulletSharp.dll be built as AnyCPU .dll #60

middleyuan opened this issue Oct 30, 2019 · 1 comment

Comments

@middleyuan
Copy link

middleyuan commented Oct 30, 2019

Hi AndresTraks,
I appreciate your contribution to bullet physics.
Now I can reference your BulletSharp.dll to my C# application.
However, I get a warning saying that "There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "BulletSharp, Version=2.87.0.0, Culture=neutral, processorArchitecture=x86", "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project."

How can I fix the warning because I want my application to be run at AnyCPU.
Thank you.
Alex

@Zolniu
Copy link

Zolniu commented Nov 16, 2020

I don't think it's possible because BulletSharp uses native Bullet DLLs and those are 32 or 64 bit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants