Create DLL with .NET CF

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

How can I create a DLL with the .NET CF?

I have installed MS VS .NET 2003 and the .NET CF but there is no option to
create a DLL.

Thanks
 
I think that what you want is a "class library". You can't create a generic
DLL that would be callable from unmanaged code...

Paul T.
 
Back
Top