Transporter

Results 54 comments of Transporter

As Mersadon has already written, it is probably a Qt bug. In any case, I have encountered this problem in other Qt applications as well. As a workaround, you could...

2.1.6 Can confirm, Yandex doesn't work.

I never claimed that errors occur. But I can also argue the other way around, that just because you haven't had an error yet, it doesn't always have to work....

Have a look at https://github.com/OGRECave/ogre-next/blob/master/OgreMain/include/OgrePlatform.h as a full example for static and dynamic with export and import. A summary is available at https://github.com/Framstag/libosmscout/blob/master/libosmscout/include/osmscout/CoreImportExport.h. Even in the GCC documentation the usage...

I agree! I've updated the PR.

Have a look at my PR #53 for an example.

> platform? compiler ? Win7+VS2013, Win7+VS2015, Win7+VS2017, Win10+VS2017

It is not necessary to make it so complicated with macros and different files. A simple template and `configure_file` is completely sufficient.

If you build OpenSSL statically, then you also have to link the Poco libraries with ws2_32.lib Crypt32.lib. I used a small PowerShell script in my CMake build pipeline: ``` Add-Content...

The problem at this point is the OpenSSL module of CMake. There is no way to specify whether OpenSSL was built statically or shared and which additional libraries are used....