All, I have seen the following two questions on this topic
import c++ dll to windows phone project
but they are both over a year old. Are the following
- P/Invoke from user code is not supported.
- C++/CLI is not supported either.
statments still true? Is there any other way to call a C++ DLL from a WP7 application at this time.
Thanks for your help.
Yeah the Statement is still true, you cannot use either of them. Just Managed SL-Code is allowed .