Register Forums Today's Posts Reviews Gallery Video Vault Downloads Resources Shopping
Go Back   Mobility Site > PocketPC Software Forums > Windows Mobile OS > Windows Mobile 5

Windows Mobile 5 No more Magneto!

Reply
 
LinkBack Thread Tools
Old 12-04-05, 02:04 PM   #1 (permalink)
Aximsite Rookie
 
Join Date: Oct 2004
Posts: 66
iTrader Rating: (0)
Emulation of PPC on PC?

This may turn out to be a dumb question but is there such a thing as an emulation of the PPC environment for PC? I'm paranoid about my X51v breaking down and losing stuff that I've built up in apps I've installed that don't have Windows versions or can't be sync'ed. Obviously my PIM is sync'ed with the PC but I use non-PC compatible software for other purposes and I'd like to be able to access data on the PC quickly if the X51v goes on the blink. This concern probably wouldn't have occurred to me had I not already had the problem on an X30 that simply went on the blink a while back and never woke up again. It took ages to reinstall everything on the new X51v and I had to struggle to get new codes for most of my apps first which was a real pain!!

Peter
alto-pete is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
sponsor links


Old 12-04-05, 10:00 PM   #2 (permalink)
Aximsite Minor League
 
Psykl0pz's Avatar
 
Join Date: Aug 2005
Posts: 124
Location: Melbourne, AUSTRALIA
PDA: Axim X50v
iTrader Rating: (0)
yes... microsoft releasees it with their windows mobile development kit... its free to download off microsoft.com

search for it on gogle...
you download the actual windows mobile rom images and u can run it off the emulator and you can test all pocket pc software out...

downloading the dev kit, rom images and emulator all adds up to several hundred megs by the way....
Psykl0pz is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-04-05, 10:34 PM   #3 (permalink)
Aximsite Minor League
 
Join Date: Oct 2005
Posts: 247
Location: Rochester, NY
PDA: Axim x51v
iTrader Rating: (0)
I just got into PPC development finally today. It took me basically the whole day today to get MSVS 2005 and the SDKs set up. They do come with all of the emulators, and the emulators work just like the PDA. Everything has worked on the emulator until I tried my own app, and that did not work on the PDA but did work on my real device, and I'm not sure why... But I say that because the emulator may not be an exact enough environment for what you want to use it for. Also at this time I haven't seen any way to utilize the emulator outside of running it from within Visual Studio, and that product is not available for free.
Gillius
Gillius's Programming
http://www.gillius.org/
gillius is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-05-05, 01:59 AM   #4 (permalink)
Aximsite All Star
 
Join Date: Nov 2005
Posts: 852
Location: Canada ( East )
PDA: X51V (A12)-Widcom stack !
iTrader Rating: (0)
Quote:
Originally Posted by alto-pete
This may turn out to be a dumb question but is there such a thing as an emulation of the PPC environment for PC? I'm paranoid about my X51v breaking down and losing stuff that I've built up in apps I've installed that don't have Windows versions or can't be sync'ed. Obviously my PIM is sync'ed with the PC but I use non-PC compatible software for other purposes and I'd like to be able to access data on the PC quickly if the X51v goes on the blink. This concern probably wouldn't have occurred to me had I not already had the problem on an X30 that simply went on the blink a while back and never woke up again. It took ages to reinstall everything on the new X51v and I had to struggle to get new codes for most of my apps first which was a real pain!!

Peter
see here:

http://www.aximsite.com/boards/showthread.php?t=107754




.
Kazkin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-05-05, 02:04 AM   #5 (permalink)
Aximsite All Star
 
Join Date: Nov 2005
Posts: 852
Location: Canada ( East )
PDA: X51V (A12)-Widcom stack !
iTrader Rating: (0)
Quote:
Originally Posted by gillius
I just got into PPC development finally today. It took me basically the whole day today to get MSVS 2005 and the SDKs set up. They do come with all of the emulators, and the emulators work just like the PDA. Everything has worked on the emulator until I tried my own app, and that did not work on the PDA but did work on my real device, and I'm not sure why... But I say that because the emulator may not be an exact enough environment for what you want to use it for. Also at this time I haven't seen any way to utilize the emulator outside of running it from within Visual Studio, and that product is not available for free.
could it be that you also need to perform the "unsigned dll" tweak on the emulator as well in order for it to work ??
Kazkin is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-05-05, 08:44 AM   #6 (permalink)
Aximsite Minor League
 
Join Date: Oct 2005
Posts: 247
Location: Rochester, NY
PDA: Axim x51v
iTrader Rating: (0)
I think you can run unsigned applications directly even on production hardware. The security prompt comes from the installation and happens only once. AFAIK you only need the "set security" tool to be able to run MUI files.

Actually I know at least on the emulator you don't have this problem, because I just realized that I didn't mention in my last post that one of my programs I tried worked but another one didn't, giving me that TypeLoadException from .NET. I wonder if the .NET framework is installed properly in the emulator.
Gillius
Gillius's Programming
http://www.gillius.org/
gillius is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-05-05, 03:43 PM   #7 (permalink)
Aximsite Rookie
 
Join Date: Oct 2004
Posts: 66
iTrader Rating: (0)
Thanks Gillius - I just tried to install the SDK and it became clear to me that you need something else around it and that something appears to be Visual Studio. I wonder if I could lean on your experience a bit by asking what is the most basic version of VS that would allow the SDK to function. Apart from the value of having the emulator as a kind of backup for the PPC I am also keen on doing some PPC development work but I'm quite happy to start small!!

Peter


Quote:
Originally Posted by gillius
I just got into PPC development finally today. It took me basically the whole day today to get MSVS 2005 and the SDKs set up. They do come with all of the emulators, and the emulators work just like the PDA. Everything has worked on the emulator until I tried my own app, and that did not work on the PDA but did work on my real device, and I'm not sure why... But I say that because the emulator may not be an exact enough environment for what you want to use it for. Also at this time I haven't seen any way to utilize the emulator outside of running it from within Visual Studio, and that product is not available for free.
alto-pete is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 12-05-05, 04:53 PM   #8 (permalink)
Aximsite Minor League
 
Join Date: Oct 2005
Posts: 247
Location: Rochester, NY
PDA: Axim x51v
iTrader Rating: (0)
Visual Studio Standard and Pro, but not express, can do mobile development. This is what I remember from the spec sheets I saw last night.

So you will have to buy or obtain a VS 2005 version to do this.

Now embedded visual C++ 4 I believe is for PPC 2003 and earlier or maybe PPC 2002 and earlier and is a free product. I think it may also include the emulator. But I am extremely new to mobile programming and I'm just even trying to sort out what I need to install . Just literally last night I compiled my first mobile app.
Gillius
Gillius's Programming
http://www.gillius.org/
gillius is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

sponsor links



Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 03:40 AM.