> > Any idea what this could be and where I should start digging in the code? >
Probably some problem with the posix threads. The important methjods to look at are: In QLGT: void CDeviceGarmin::setLiveLog(bool on) void CDeviceGarmin::slotTimeout() And in GarminDev/src/GPSMap60CSx: void CDevice::_setRealTimeMode(bool on) void CDevice::_getRealTimePos(Garmin::Pvt_t& pvt) void * rtThread(void *ptr) Guess you have to make your way thru all methods with debug printouts. Oliver ------------------------------------------------------------------------------ RSA(R) Conference 2012 Mar 27 - Feb 2 Save $400 by Jan. 27 Register now! http://p.sf.net/sfu/rsa-sfdev2dev2 _______________________________________________ Qlandkartegt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users
