call windows desktop DLL in Pocket PC

G

Guest

I have a dummy component, which was build using full .net framework. I want
to use this component in both Pocket Pc and Windows Desktop apllication.
This component has refrence to
%driver%\WINDOWS\Microsoft.NET\Framework\v2.0.50215\system.dll
This component works properly in both Pocket PC 2003 emulator and windows
desktop application.
Since .Net Compact Framework also has a system.dll which is located at
%driver%\Program Files\Microsoft Visual Studio
8\SmartDevices\SDK\CompactFramework\2.0\WindowsCE\ folder
and this DLL (system.dll) is much smaller in size than the system.dll in
full.Net framework.

So my question is since the system.dll in full .net framework works in Poket
PC, do I have to relink this component to system.dll in .NET compact
framework? any sugesstion on this?
Thanks,
Greg
 
D

Daniel Moth

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