Compact framework SDK

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In order to emulate PPC, I need Compact framework SDK. Do you know from where I can download?
 
You need VS.Net 2003 Professional, or higher, to develop applications that
utilize the Compact Framework. An emulator ships with VS.Net 2003 and you
can get other emulators, for 2003-based devices, in SDK's that you can
download from here.
http://www.microsoft.com/windowsmobile/resources/downloads/developer/default.mspx

Currently there is no SDK for the Compact Framework itself. But one is
planned for V 2.0.
http://blogs.msdn.com/onoj/archive/2004/05/01/124609.aspx

Hopefully your question was answered somewhere in there...

--
Tim Wilson
..Net Compact Framework MVP
{cf147fdf-893d-4a88-b258-22f68a3dbc6a}
Compact framework SDK said:
In order to emulate PPC, I need Compact framework SDK. Do you know from
where I can download?
 
I used VS.Net 2003 Professional to create an app which run another app in emulator (using ConnectionManagerServer). But this app does not run on a machine where there is no VS.NET 2003. It is looking for files which are part of Compact framework SDK.
What do I need to do?
 
Sorry, I don't know if this is possible. The emulators may have dependencies
on other installed components. Try posting this as a new thread, with a more
in depth discussion of what you are doing and trying to accomplish, and see
if someone else knows exactly what you need to do, or if this is even
possible.

--
Tim Wilson
..Net Compact Framework MVP

Saraswati Kaja said:
I used VS.Net 2003 Professional to create an app which run another app in
emulator (using ConnectionManagerServer). But this app does not run on a
machine where there is no VS.NET 2003. It is looking for files which are
part of Compact framework SDK.
 
Back
Top