GLBasic forum

Other languages => GLBasic - de => Topic started by: Kitty Hello on 2009-May-14

Title: GPS f?r Windows Mobile
Post by: Kitty Hello on 2009-May-14
http://www.glbasic.com/showroom.php?lang=de&game=gpsforwindowsmobile (http://www.glbasic.com/showroom.php?lang=de&game=gpsforwindowsmobile)
Title: Re: GPS f?r Windows Mobile
Post by: Kosta on 2009-May-15
Ich wollte mal das Testprogramm (unver?ndert) f?r WinCE kompilieren...

wo hakts?

_______________________________________
*** Configuration: WINCE ***
precompiling:
GPC - GLBasic Precompiler V.2009.113 - 3D, NET
Wordcount:18 commands

compile+link:
/cygdrive/C/DOKUME~1/KOSTAQ~1.000/LOKALE~1/Temp/glbasic/gpc_temp1.cpp: In
   function `DGInt __GLBASIC__::GPS_GetPosition(DGInt&, DGInt&, DGInt&, DGInt&,
   DGInt&)':
/cygdrive/C/DOKUME~1/KOSTAQ~1.000/LOKALE~1/Temp/glbasic/gpc_temp1.cpp:178: error: `
   flSpeed' undeclared (first use this function)
/cygdrive/C/DOKUME~1/KOSTAQ~1.000/LOKALE~1/Temp/glbasic/gpc_temp1.cpp:178: error: (Each
   undeclared identifier is reported only once for each function it appears
   in.)
/cygdrive/C/DOKUME~1/KOSTAQ~1.000/LOKALE~1/Temp/glbasic/gpc_temp1.cpp:179: error: `
   flHeading' undeclared (first use this function)
*** FATAL ERROR - Bitte die Compiler-Ausgabe ins Forum kopieren
_______________________________________
Title: Re: GPS f?r Windows Mobile
Post by: Schranz0r on 2009-May-16
hmm ist ja nicht viel...

flSpeed und flHeading?, sollte l?sbar sein :D
Title: Re: GPS f?r Windows Mobile
Post by: Kitty Hello on 2009-May-16
h?!? Gibt's doch gar net. Ist das bei Dir auch, Schranz0r?
Title: Re: GPS f?r Windows Mobile
Post by: Schranz0r on 2009-May-16
jow wenn ich als WinCE erstelle kommt:

Code (glbasic) Select
/cygdrive/C/Users/ich/AppData/Local/Temp/glbasic/gpc_temp1.cpp: In function `
   DGInt __GLBASIC__::GPS_GetPosition(DGInt&, DGInt&, DGInt&, DGInt&, DGInt&)':
/cygdrive/C/Users/ich/AppData/Local/Temp/glbasic/gpc_temp1.cpp:178: error: `
   flSpeed' undeclared (first use this function)
/cygdrive/C/Users/ich/AppData/Local/Temp/glbasic/gpc_temp1.cpp:178: error: (Each
   undeclared identifier is reported only once for each function it appears
   in.)
/cygdrive/C/Users/ich/AppData/Local/Temp/glbasic/gpc_temp1.cpp:179: error: `
   flHeading' undeclared (first use this function)
*** FATAL ERROR - Bitte die Compiler-Ausgabe ins Forum kopieren
_______________________________________
*** Fertig ***
Dauer: 5.1 sek. Zeit: 11:56
Erstellen: 0 erfolgreich.
*** 1 FEHLGESCHLAGEN ***
Title: Re: GPS f?r Windows Mobile
Post by: Kitty Hello on 2009-May-18
OK, neue Version online.
Title: Re: GPS f?r Windows Mobile
Post by: Hemlos on 2009-May-23
I just d/l'ed it, i get errors still:

Quote_______________________________________
*** Configuration: WIN32 ***
precompiling:
GPC - GLBasic Precompiler V.2009.113 - 3D, NET
Wordcount:18 commands

compiling:
E:\DOCUME~1\Admin\LOCALS~1\Temp\glbasic\gpc_temp1.cpp:12:2: #error Only supported OS is WinCE so far!
E:\DOCUME~1\Admin\LOCALS~1\Temp\glbasic\gpc_temp1.cpp: In function `DGInt __GLBASIC__::GPS_GetPosition(DGInt&, DGInt&, DGInt&, DGInt&, DGInt&)':
E:\DOCUME~1\Admin\LOCALS~1\Temp\glbasic\gpc_temp1.cpp:178: error: `flSpeed' was not declared in this scope
E:\DOCUME~1\Admin\LOCALS~1\Temp\glbasic\gpc_temp1.cpp:179: error: `flHeading' was not declared in this scope
*** FATAL ERROR - Please post this output in the forum
_______________________________________
*** Finished ***
Elapsed: 1.0 sec. Time: 09:42
Build: 0 succeeded.
*** 1 FAILED ***

btw, i noticed a little thing about the editor compiler, while trying to compile this program..
The .gbap doesnt retain the platform information for compilation...but it retains window size...
so, i changed platform to windowsCE manually in the editor options, and i still get this message above.

I appologize this isnt in german language, i to try and make this nice and tidy all in the same thread for you Gernot.
Title: Re: GPS f?r Windows Mobile
Post by: Kitty Hello on 2009-May-25
So strange. I uploaded again. Thank you for the information.