Mixed Mode on Windows CE / Compact Framework -


is there way create mixed mode application/dll windows ce (version 6.0), installed compact framework (version >2.0)? source code written in c++. succeded in building pure .net applications based on c#. when using visual studio (2005) , adding /clr command line receive warning "cl : command line warning d9002 : ignoring unknown option '/clr'"

thanks every hint in advance

no, there isn't. major problem compiler compact framework supports c# , vb.net. compiling other language can result in il contains opcodes compact framework doesn't support.

there a bug in cf regarding strong name validation prevents working.

if you'd read else's efforts @ getting mixed mode working, sqlite, take at thread.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -