PC Review


Reply
 
 
=?Utf-8?B?ZWQ=?=
Guest
Posts: n/a
 
      24th May 2005
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
 
Reply With Quote
 
 
 
 
Paul G. Tobey [eMVP]
Guest
Posts: n/a
 
      24th May 2005
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.

"ed" <(E-Mail Removed)> wrote in message
news:0341C0CE-6614-40A1-8B8C-(E-Mail Removed)...
> 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



 
Reply With Quote
 
=?Utf-8?B?ZWQ=?=
Guest
Posts: n/a
 
      24th May 2005
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

"Paul G. Tobey [eMVP]" wrote:

> 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.
>
> "ed" <(E-Mail Removed)> wrote in message
> news:0341C0CE-6614-40A1-8B8C-(E-Mail Removed)...
> > 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

>
>
>

 
Reply With Quote
 
=?Utf-8?B?QWxleCBZYWtobmluIFtNVlBd?=
Guest
Posts: n/a
 
      24th May 2005
> Is it possible to export particular functions from a C# dll so they can be
> used in an eVC++ application?


No, it's not.

Take a look at Daniel's post on IPC communication options:

http://www.danielmoth.com/Blog/2004/...ce-part-1.html

--
Alex Yakhnin, .NET CF MVP
www.intelliprog.com | www.opennetcf.org


"ed" wrote:

> 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
>
> "Paul G. Tobey [eMVP]" wrote:
>
> > 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.
> >
> > "ed" <(E-Mail Removed)> wrote in message
> > news:0341C0CE-6614-40A1-8B8C-(E-Mail Removed)...
> > > 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

> >
> >
> >

 
Reply With Quote
 
=?Utf-8?B?TWljaGFsIFJpemVr?=
Guest
Posts: n/a
 
      24th May 2005
As i found in this newsgroup, in CF 2.0 should be some support to call
managed code from unmanaged one.

"ed" wrote:

> 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
>
> "Paul G. Tobey [eMVP]" wrote:
>
> > 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.
> >
> > "ed" <(E-Mail Removed)> wrote in message
> > news:0341C0CE-6614-40A1-8B8C-(E-Mail Removed)...
> > > 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

> >
> >
> >

 
Reply With Quote
 
Chris Tacke, eMVP
Guest
Posts: n/a
 
      24th May 2005
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


"Michal Rizek" <(E-Mail Removed)> wrote in message
news:981E3195-FA8C-4820-9C43-(E-Mail Removed)...
> As i found in this newsgroup, in CF 2.0 should be some support to call
> managed code from unmanaged one.
>
> "ed" wrote:
>
>> 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
>>
>> "Paul G. Tobey [eMVP]" wrote:
>>
>> > 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.
>> >
>> > "ed" <(E-Mail Removed)> wrote in message
>> > news:0341C0CE-6614-40A1-8B8C-(E-Mail Removed)...
>> > > 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
>> >
>> >
>> >



 
Reply With Quote
 
Steve Maillet \(eMVP\)
Guest
Posts: n/a
 
      24th May 2005
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.

--
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off



Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:44 AM.