Creating API's

  • Thread starter Thread starter tiger79
  • Start date Start date
T

tiger79

Hi everyone,
if i'd like to port some api's from a visual basic project to a pocketpc,
what type of project should I use to make it compatible with the CF ???
Should I use the Class type project or the Smart Applications project ???
The API's I have to port are in a class/modules style so no dll... Oh yeah,
the used language is C# and not visual basic .net
 
Take a look at the classes from www.opennetcf.org to get a good idea how to
organize these APIs. But the general answer to your question is to create a
Class project for them and use the Smart Application project as the consumer
of these classes.

--
Ginny Caughey
..Net Compact Framework MVP

Have an opinion on the effectiveness of Microsoft Embedded newsgroups?
Let Microsoft know!
https://www.windowsembeddedeval.com/community/newsgroups
 

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

Back
Top