google-code-export / richesse-gps

Automatically exported from code.google.com/p/richesse-gps
GNU General Public License v2.0
0 stars 1 forks source link

Crash when downloading and not Internet connection #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. NOT to be connected to the Internet
2. Go Menu | POI manager
3. Select a cache
4. Menu | Download Info

What is the expected output? What do you see instead?

Expecting a error message, but RichesseGPS crashes.

Original issue reported on code.google.com by and...@gmail.com on 17 Jul 2008 at 9:15

GoogleCodeExporter commented 9 years ago

Original comment by and...@gmail.com on 17 Jul 2008 at 9:18

GoogleCodeExporter commented 9 years ago
I have added MessageBox with warning when there is no active internet 
connection.
This prevents rGPS from crashing. Works fine for my device (HTC Kaiser).

Original comment by pb.P...@gmail.com on 18 Sep 2008 at 1:47

GoogleCodeExporter commented 9 years ago
It good to link the revision which fixes the issue (just type r<number> and it 
will
do what you want). So this was r42. 

The used InternetCheckConnection() functions did not work for me (WM2003) as 
far as I
rememeber, but I need to verify this to be really sure. This check can be 
performed
by a different approach that I use in prssr (using CConnection class from MS).

Original comment by and...@gmail.com on 18 Sep 2008 at 4:56