Link C# .NET with .NET assemblies
Mobile
1
Posts
1
Posters
0
Views
1
Watching
-
In the previous post I was trying to link to .lib files, that I suspect it can't be done. However now I want to link with .NET Assemblies. I 've created my assembly through VS .NET 2003 as a "Class Library (.NET)" project and compiled it. How can I use it now from my C# .NET application for PocketPC? Themis