Damian Dixon

Results 5 issues of Damian Dixon

Using gcc & g++ version 11. Note 12 is available. Linux juno-console 5.15.47-1-lts #1 SMP Tue, 14 Jun 2022 17:59:27 +0000 x86_64 GNU/Linux Unable to get crashpad to install or...

I had to make a small change in `udp_sender_port.cpp` to set the ttl to a higher value so as to be able to connect across a network with multiple VLANs.

user report

Hi, I've had a look through the repository but I can't find any details about the following: Which version of CityGML is supported? What features are not currently supported for...

The DLL exporting of classes and methods on Windows requires them to be exported using: ``` #ifndef CLIPPER2_DLL # if defined(_WIN32) # ifdef CLIPPER2_DLL_EXPORT # define CLIPPER2_DLL __declspec(dllexport) # else...

The shared library export fix is detailed in #244 for **non Windows** only. This adds the CLIPPER2_DLL to all classes and methods that are in the headers that have a...