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
 
G

Ginny Caughey [MVP]

Ragge,

I answered you on the pocketpc.developer newsgroup, but for the benefit of
others: no announcements have been made yet as to feature sets for future
versions of .NetCF, but there is a 3rd party product available now from
http://www.odysseysoftware.com/index.shtml that allows you to consume COM from
..NetCF. It still doesn't allow you to create COM servers using C# however.
 

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