I am trying to make a fuction for create a large table from file using COPY.
My function create the *.csv file properly.
After, my function generate the query, who calls to a postgres function that...
I assumed that the "gmock/h" was a typo in the post, not a typo in the code, since the OP said the code builds under the CMake toolchain. If it was a code typo, it wouldn't build in either place.
d_stranz Today, 17:52There is no QByteArray function to append() anything other than chars (bytes).
The sizeof(hdr) is a size_t with the value 4 (probably). size_t is variously defined, but must be at least 16-bits...
It seems to me that the error message is self-explanatory "gmock/h" is not "gmock.h" and is very unlikely to be a file. Find where your code references "gmock/h" and fix the typo.
Whether this...
That's what I suspected - you are using the unzoomed (full) range of your data to set the slider increment.
Each time you zoom in (or out), you need to reset the mapping between slider value and...
Qt Centre is a community site devoted to programming in C++ using the Qt framework developed at Digia.
If you have any problems with Qt or its usage, you can get help from the members of Qt community on our forum.
Don't forget to check out our links section for more Qt resources.
Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.
QPSQL unable to COPY large files
Today 18:48 by dehm