Damian Dixon

Results 2 comments of Damian Dixon

The problem sentence should be: `$GPGGA,194045.00,4531.6094,N,07331.1947,W,1,11,01.1,+00053,M,,M,,0000*6B` The fix is fairly straight forward in NMEAParser.cpp: ``` // true if alphanumeric or '-' or '+' bool validParamChars(string txt) { for (size_t i...

> > This adds the CLIPPER2_DLL to all classes and methods that are in the headers that have a cpp implementation. > > I'm wondering if exporting classes is the...