Alexk12

Results 15 comments of Alexk12

Unfortunately, the chai.eval(*p) does not solve the problem, but produces unhandled exception if you try to re-evaluate simple script like this with different input values a and b: std::string scriptText...

Thank you very much for reply and the idea!I will check it ({}). By default I do not know the script text as it is typed by end user.Typical script...

> Are you building the library yourself? If so, how are you doing it - with CMake? What options? Building Paho C: call vc_env.bat cd .\paho.mqtt.c cmake -G "Visual Studio...

Can you please provide the code you are using in open62541-based client application to establish reverse connect feature? Open62541 documentation: "The client must expose the listening port so the server...

This is standard installation of QT on Windows, QT version 5.15.2 which includes MinGW 8.1 64. I believe QT 5 is still very popular development environment (not all have migrated...

I expected that libpqxx is a C++ extension of libpq which may simplify creation and deletion of connection via constructors/destructors and may be simplify data exchange between developer class and...

The usage of std c++ library is right. But why the sleep/wait and thread header is used at all? As I know, the native libpq library provides support to transaction....

I have 15 projects that are compiled with qt5 standard toolchain (standard = downloaded from official distributor). I am investigating, how can I develop the 16th project, a static library,...

> libpqxx 8 release I've just downloaded libpqxx-8.0.0-rc1.zip (selected Tag: 8.0.0-rc1, download as ZIP) and opened CMakeLists.txt in Qt Creator, QT 5.15.2 with MinGW. Build project. The build stops on...