How to include a non-.NET dll into yoour small device project?

  • Thread starter Thread starter ORC
  • Start date Start date
O

ORC

I have a dll written in eVC which I want to include in my project so that
the dll will be automatically deployed to the small device. How should I
include it?

Thanks
Ole
 
Hi,

Include the dll in your project and mark it as "Content" ( it should be the
default though) when you do a deployment it will be copied as well as when
you create a cab file.

Cheers,
 
Back
Top