COM-object for Windows CE

R

Ragge

Hi!
Are there anyone who knows if it is possible to create a COM-object
for Windows CE in C#?

I have tried to use "C# - smart device application – class library" in
VS.net. I can create a .dll-file that can be used on the current
platform (PocketPC) but I can not register the file in the OS. I
assume this is necessary if I want to call the file from, for example,
eMbedded VB. (I have used regsvrce.exe for my registration attempts.)

Thanks!
/Ragge
 
C

Chris Tacke, eMVP

You cannot create COM libraries with managed code. There is no way to make
anything in C# that is callable from eVB except through CreateProcess.
 

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