View Single Post
  #99 (permalink)  
Old 05-31-2008, 07:06 AM
dzt's Avatar
dzt dzt is offline
Basic4ppc Veteran
 
Join Date: May 2007
Location: Greece
Posts: 353
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
Default

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)
__________________
Dimitris Zacharakis
http://www.terracom.gr

Last edited by dzt : 05-31-2008 at 10:50 AM.
Reply With Quote