开发者

Mixed Mode on Windows CE / Compact Framework

开发者 https://www.devze.com 2023-03-22 03:59 出处:网络
is there a way to create a mixed mode application/dll for Windows CE (version 6.0), withinstalled Compact Framework (version >2.0)?

is there a way to create a mixed mode application/dll for Windows CE (version 6.0), with installed Compact Framework (version >2.0)? The Source Code was written in C++. I only succeded in building pure .NE开发者_如何学PythonT applications based on C#. When using Visual Studio (2005) and adding /CLR to the command line I receive the warning "cl : Command line warning D9002 : ignoring unknown option '/CLR'"

Thanks for every hint in advance


No, there isn't. The major problem is that the compiler for the compact framework supports only C# and VB.NET. Compiling any other language can result in IL that contains opcodes that the Compact Framework doesn't support.

There is also a bug in the CF regarding strong name validation that prevents it from working.

If you'd like to read about someone else's efforts at getting mixed mode working, specifically for SQLite, take a look at this thread.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号