[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Pnet-developers] targeting .net compact framework with portable.net
From: |
Erich Kitzmüller |
Subject: |
Re: [Pnet-developers] targeting .net compact framework with portable.net |
Date: |
Tue, 21 Jun 2005 08:29:32 +0200 |
User-agent: |
KMail/1.7.1 |
> What particular difficulties are encountered in creating Compact Framework
> applications?
a) You have to link them against the .net cf DLLs, otherwise the EXEs don't
run on the devices. I tried it; "normal" EXEs eighter crash or freeze. Mono
cannot link against the .net cf DLLs, since it makes some assumptions about
the internals of the libs which are not true in the .net cf DLLs.
b) making a cab file (installation package); while this is not absolutely
necessary (you could do create the directories and copy the files manually),
it's of course easier to install and looks more professional if you make a
cab file
Greetings
Erich