C++ .Net?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to build a basic .Net C++ DLL with some exported functions (in
VS 2003) on a Pocket PC?

Is it possible to use VC++ with the .Net Compact Framework?

Thanks in advance,
ed
 
Managed C++ is not supported for use with the .NET CF run-time. It's
possible that you might get it to work, but, again, unsupported. Use C# or,
if you must use C++, use eMbedded Visual C++.

Paul T.
 
Thanks for the quick reply.

Is it possible to export particular functions from a C# dll so they can be
used in an eVC++ application?

ed
 
As i found in this newsgroup, in CF 2.0 should be some support to call
managed code from unmanaged one.
 
That is not the case. There will still be no way (otehr than the IPC stuff
Daniel discusses) to call from unmanaged into managed code.

--
Chris Tacke
Co-founder
OpenNETCF.org
Has OpenNETCF helped you? Consider donating to support us!
http://www.opennetcf.org/donate
 
That may not be possible in the final release. Last I heard hosting the CF
runtime was likely not going to make it in the final release.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top