If you use optimised compile your device EXE will run on your desktop also. Non optimised EXE will not.
.NETCF is a subset of .NET so targeting .NETCF and staying inside the borders (do not P/Invoke for example) lets your DLL to be compatible with both device and desktop.
.NET EXEs are not platform/processor dependent (a kind like java but not exactly the same)
Last edited by dzt : 05-31-2008 at 10:50 AM.
|