WindowsCE compilation Error ?

derez

Expert
Licensed User
Longtime User
Hi
I made a library which uses the input panel (sip), so it requires Microsoft.WindowsCE.Forms to be included in the Device version of the Dll, but not in the Desktop version.

I created the two versions and it runs on both desktop and device, with the dlls.
If I put the cs files in the library, the compilation for desktop is OK but the device fails with the attached error.

I see this assembly in imagelibExdevice also so it must be ok to use it, I compile other programs with it.

help please :confused:

Thanks.

Here is the assemblies list:
B4X:
//version: 1.0
//unsafe
using System;
using System.Data;
using System.Windows.Forms;
using System.Drawing;
using System.Threading;
using System.IO ;
using System.Reflection ;
using Microsoft.WindowsCE.Forms ;
 
Last edited:
Top