C++ .Net?

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
 
P

Paul G. Tobey [eMVP]

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.
 
G

Guest

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
 
G

Guest

As i found in this newsgroup, in CF 2.0 should be some support to call
managed code from unmanaged one.
 
C

Chris Tacke, eMVP

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
 
S

Steve Maillet \(eMVP\)

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

Top