I am making an alpha version of my new version of RadarWatch available in the hopes that people will download it and tell me if it runs on your device.
Version 2.0 is a complete rewrite from C#/.NET Compact Framework to Visual C++. I became immensely frustrated with the limitations of the .NET CF, and how if I wanted to do anything at all I needed to call native functions anyways. So I am rewriting it entirely in native calls.
This alpha is a technical demo. All I want is to see if it runs and can download a map onto your device. If it fails or crashes, post what device and what version OS you have. It may not work on PPC2002 devices. If so I can fix that in a subsequent release. Let me know.
This first alpha is primitive: there is no support for animation, for current weather, or for saving any configurations at all. Everytime you start up it will need to be told your city and which of the 4 types of radar you want to download.
Click the green arrow to download the latest radar. The box of arrows toggles fit to screen, or actual size. The program is HI_RES_AWARE for VGA devices. The map, when in full size, can be scrolled using the stylus. Redraw is done on stylus up (will make smoother later.)
My goal is to get this up to the level of the 1.1 betas soon. That means no new features unless they are an obvious update given the newfound freedoms I have in C++/Win32 API.
Just let me know if it runs.
Download it from:
http://www.cs.pitt.edu/~jmisurda/ppc...atch2alpha.zip
Unzip, copy anywhere. It will create a file called latest.gif in the same directory.
Jon