COM for .Net Compact Framework

G

Guest

I have developed COM objects using ATL several years back and now I have a
need to read my PDA file system from javascript using .Net Compact Framework
for Windows Mobile 5.0. Using a COM or activex object seems to be the most
straightforward approach.

I once created com objects from .net classes using a utility (cant recall
name).

But I can't very well create ATL COM on my laptop and expect that to run on
the Pocket PC. I have not found any guides on how I might create a simple COM
object that I embed in a page with an object tag so that it can read a local
file and use the data in javascript.

The Windows Mobile device I will be developing for uses a Samsung 400 MHz
processor....a newly released ETEN Glofiish X500.

This would be simple on a PC but I have scoured .Net CF doc looking for
clues and have not found any.

Can anyone offer a suggest...a pointer to further information? Thanks!
 
G

Guest

Sorry, stupid question. Answer is VS2005--> File-->New -->Project-->Other
Languages-->Visual C++-->Smart Device-->ATL Smart Device Project

Just starting to explore this area...googled profusely and no hits. Should
have started off looking at Microsoft site.
 

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