dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Pnet-developers] Re:Pocket PC Apps


From: Carl-Adam Brengesjo
Subject: Re: [Pnet-developers] Re:Pocket PC Apps
Date: Fri, 15 Oct 2004 04:05:13 +0200
User-agent: Mozilla Thunderbird 0.8 (Windows/20040913)

Andrew Revvo wrote:
FM>> Can I build PPC .EXEs with PNET without MS NCF 1.0 SP2?
AR> I dont know, test it manually. I see no contradictions

Sorry. PNET has no Compact Framework libraries on it.
So you cannot build PPC applications without Microsoft Libraries.

Check in pnetlib/profiles, `compact' and `compact-fp' are listed.
The only difference i know of the two is `compact-fp' supports float point, `compact' does not.

So, yes, you can develop applications for a PPC on a "normal" computer using the compact framework in Portable.NET.
configure pnetlib:

$ ./configure --with-profile=compact

But you may not be able to run those apps on your PPC with pnet (ilrun, cscc, etc). So to actually run your apps with pnet you'll need native PPC (whatever processer it's using) binaries, but unfortunate I cannot help you with that.

Hence, all .NET (IL) applications can be run on a PPC as long as the references are valid (that's kinda the whole thing with .NET) (and the framework versions are the same as you'll need ms.net to run it).


reply via email to

[Prev in Thread] Current Thread [Next in Thread]