Re: C# Service for Windows CE 6.0 R2
- From: "Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT com>
- Date: Wed, 21 May 2008 08:37:55 -0700
No. You could write an application with no user interface, maybe, and that
might be enough like a service for you, but you can't host managed code DLLs
from native code applications, so you can't write drivers, services, COM
objects,. etc. in managed code on CE.
Paul T.
"Bobby Cannon" <BobbyCannon@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:69A46D47-4C8A-4502-9277-CCAAC26F42C8@xxxxxxxxxxxxxxxx
Can you write a service in C# for Windows CE 6.0 R2?
.
Relevant Pages
- Return value changed.
... I am using .net dialog for user interface and unmanaged c++ ... call the function from managed code, I am getting true though the function is ... Prev by Date: ... (microsoft.public.dotnet.languages.vc) - Re: question about vb.net support in ce 6.0
... Ok Paul ... they support managed code development for their device with VB.NET 2005. ... You can target the emulator from your managed code project directly by ... (microsoft.public.windowsce.embedded.vb) - Re: install ocx on Pocket PC project
... You are right Paul, ... tryied to add new item, the ocx it's checked, but i can't see it in the ... You cannot write a standalone COM component in managed code; ... Because CLR hosting is not one of the features of the .NET Compact Framework ... (microsoft.public.windowsce.app.development) - Re: What is the equivalent of REG32 type in C#?
... Paul G. Tobey wrote: ... driver to add or remove an 'interested party'. ... implement a call back from the IST in the driver to managed code. ... For those who have done this kind of stuff, are ISTs ever done at ... (microsoft.public.dotnet.framework.compactframework) - Re: What is the equivalent of REG32 type in C#?
... implement a call back from the IST in the driver to managed code. ... and kernel services IST in the driver. ... For those who have done this kind of stuff, are ISTs ever done at the ... Paul G. Tobey wrote: ... (microsoft.public.dotnet.framework.compactframework) |
|