GPSlog

wm.chatman

Well-Known Member
Licensed User
Longtime User
You must be more precise on what is not running well yet.
Otherwise it would be a lot of time to test everything.

Best regards.
ach du liebe guete ! I will try later OK. ha, ha, ha. Hello Mr. AGraham ! Hope all is well with you.
How are your fisch ?
 
Last edited:

wm.chatman

Well-Known Member
Licensed User
Longtime User
:) Hi Klaus

I will try to be more precise on what is not running yet with the GPSLog App.

The Save btn saves the current position. The Load btn loads your position, here you may Choose a Waypoint, and Load Selected.
After you have choosen a Waypoint, we triger the TRB btn, and frmTrackback takes us back to Waypoint we had Selected.

The frmTrackback still needs the GPS Signals. no functions yet besides drawing a small Arrow on the Form.

The REC btn ought to Start/Stop Recording the Tracks.

I hope this Helps some to understand klaus. Thank you VERY much for taking your time to Help me again. BTW. I have a extra external Bluetooth Device
when I find it I will let you know. Since we had moved last year, I had not seen it again. Still in some box. I will let you know when I spot it. I stole two btns, hope that is OK. :)

Thank you again.
Best regards.

William
 

klaus

Expert
Licensed User
Longtime User
I had a look at your program.
Did you test the program and did you try to compile it?
It doesn't run as it is and it's not possible to compile it.

Main module:
-Line 363 , 388
When running it I get an error in
Distance_Course(...
This routine doesn't exist !

You declare Gps.New1 and Converte.New1 2 times in
Lines 199/201 249/250
not necessary

- Line 287
you use Gps.Stream, but this function doesn't exist in the GPSSerial object but only in the GPS object ! You must define which one you want to use.

Module NMEA
you have defined a GPSSerial object 'Gps' but you don't use it.

Module Sunrise:
remove line 27
Duplicate variable names global and local.

I can't test the program on my device, I use only the internal GPS.
I don't want to rewrite the program for GPSDriver.

If you expect ma to write all the missing routines, sorry I won't do it.
As you know, I write my own GPS program and don't intend to write another one.

Best regards.
 

mjcoon

Well-Known Member
Licensed User
Main module:
-Line 363 , 388
When running it I get an error in
Distance_Course(...
This routine doesn't exist !

Maybe it isn't a coincidence that there is a Sub of that name in the Calc.bas module of GPS4PPC...

Mike.
 
Top