View Single Post
  #98 (permalink)  
Old 05-31-2008, 03:11 AM
obrienj obrienj is offline
Junior Member
 
Join Date: Jan 2008
Posts: 17
Default

Cableguy,

Quote:
NO! The Dll will be useable by both a device compiled or a desktop compiled app, but, a device compiled app will NOT run in the desktop and vice-versa, even if the source file (.spb) is the same.
OK, something is strange with what I'm doing.

I compiled the DLL (MyDLL) targeting NET CF. I then compiled the B4P test program specifing Device EXE as the target.

As a reult I have only 1 MYDll.DLL and 1 test_MyDLL.exe.

I copied both to my device using ActiveSync's Explore Pocket PC and successfully ran the application.

This was as expected.

I then went back to the PC, and executed the exact same test_myDLL.exe as I had just copied to the device and IT RAN PERFECTLY.

I don't understand this.

Regards,
Jim
Reply With Quote