Search found 2 matches

by qbcm
Mon May 14, 2012 4:00 pm
Forum: Questions and Help
Topic: WinRT Managed DLL?
Replies: 6
Views: 7823

Re: WinRT Managed DLL?

I've run into quite a mixture of problems actually. The first I hit was with regard to generic types. According to Microsoft, WinRT component libraries cannot include generic types other than those provided by System. Specifically, the error was around the Space class, where it has a generic class (...
by qbcm
Mon May 14, 2012 1:56 pm
Forum: Questions and Help
Topic: WinRT Managed DLL?
Replies: 6
Views: 7823

WinRT Managed DLL?

Has anyone attempted yet to get the existing BEPUphsyics library running in Windows8?

I'm attemptying to utilise the existing dependency-free fork of BEPUphysics to be used as a managed DLL from a Visual C++ project. Any tips would be greatly appreciated.