FS Loox 720
GPS CF-Card: SysOnGPS
WM 2003 SE
serial2.dll
B4PPC 6.50
Since I discovered Andrews great Thread DLL (which only runs with optimized compilation) I am searching for a workaround for an old problem I have with GPS and optimized compilation.
More Details you can find here: http://www.b4x.com/forum/questions-help-needed/2333-ppc-hanging-after-switching-gps-off.html
This problem is similar with the new GPSSerial DDL
Threading would be nice to have for speech output while continuing with collecting new GPS data.
As a workaround I only see to collect GPS data in an own application in legacy mode (is this correct for synonym with NOT optimized compilation?) which stores Coordinates and other interesting data into a file.
The navigation application, running with optimized compilation has to read this file.
This is not really elegant and I see difficulties in synchronization of write / read to one file every second without getting conflicts.
:sign0085:
Therefore I want to ask If somebody here in the forum sees a better and nicer solution for this problem.
Thanks a lot,
Bernd
GPS CF-Card: SysOnGPS
WM 2003 SE
serial2.dll
B4PPC 6.50
Since I discovered Andrews great Thread DLL (which only runs with optimized compilation) I am searching for a workaround for an old problem I have with GPS and optimized compilation.
More Details you can find here: http://www.b4x.com/forum/questions-help-needed/2333-ppc-hanging-after-switching-gps-off.html
This problem is similar with the new GPSSerial DDL
Threading would be nice to have for speech output while continuing with collecting new GPS data.
As a workaround I only see to collect GPS data in an own application in legacy mode (is this correct for synonym with NOT optimized compilation?) which stores Coordinates and other interesting data into a file.
The navigation application, running with optimized compilation has to read this file.
This is not really elegant and I see difficulties in synchronization of write / read to one file every second without getting conflicts.
:sign0085:
Therefore I want to ask If somebody here in the forum sees a better and nicer solution for this problem.
Thanks a lot,
Bernd