Search found 407 matches

by barbara
Wed Dec 07 2022 6:06 pm
Forum: Developers
Topic: SQL parameter bug introduced by latest changes
Replies: 5
Views: 719

Re: SQL parameter bug introduced by latest changes

Can you tell us which SQL driver you are using? Not sure what you are mixing and matching. If you think a few lines of sample code would help, please post them.

Thanks,

Barbara
by barbara
Wed Dec 07 2022 6:02 pm
Forum: Installation
Topic: Install CopperSpice 1.8 from source in Windows
Replies: 11
Views: 1362

Re: Install CopperSpice 1.8 from source in Windows

In file C:\PrgCS\KitchenSink\Source\CMakeLists.txt I add set( CopperSpice_DIR "C:/CopperSpice/Release/Lib" ). Since CMake can't find the CopperSpice package! The most important directory for Copper Spice is just the folder - C:/CopperSpice/Release/Lib You have made a few mistakes in setti...
by barbara
Wed Dec 07 2022 5:38 pm
Forum: Developers
Topic: CsSignal can only connect to references?!
Replies: 2
Views: 537

Re: CsSignal can only connect to references?!

I am converting some code to CsSignal What are you converting from? Using the CsSignal library is definitely an option however we are curious if it would make more sense for you to use the CsCore library in CopperSpice. I looked at the code in cs_signal.h and there does not seem to be any code that...
by barbara
Wed Nov 30 2022 9:32 pm
Forum: User Support
Topic: Using OpenSSL on Windows
Replies: 0
Views: 535

Using OpenSSL on Windows

This is a private question we received and thought it would be of value for other CopperSpice developers. > (User) OpenSSL has many binary distributions on Windows. Which one should I use? The CopperSpice supported versions of OpenSSL are 1.0.1g or later and the 1.1.x and 3.x series. On most platfor...
by barbara
Mon Nov 28 2022 7:28 pm
Forum: Installation
Topic: Install CopperSpice 1.8 from source in Windows
Replies: 11
Views: 1362

Re: Install CopperSpice 1.8 from source in Windows

Thank you for sending the ninja compiler output. We found something interesting when you are compiling the CsWebKit library. Please take a look at the following lines lifted from your log. In file included from C:/CopperSpice/Source/src/3rdparty/webkit/Source/WebKit/qt/Api/ qwebframe.cpp :21:0: C:/ ...
by barbara
Mon Nov 28 2022 1:40 am
Forum: Developers
Topic: QPageSize documentation bug
Replies: 1
Views: 507

Re: QPageSize documentation bug

Making these changes. Thanks again for all of your efforts.
by barbara
Mon Nov 28 2022 1:11 am
Forum: Issues
Topic: Doxypress 1.4.1 search doesn't work like doxygen
Replies: 6
Views: 969

Re: Doxypress 1.4.1 search doesn't work like doxygen

We have found and corrected the problem which prevented a search from working when there is an underscore in the text. This change has now been pushed to github. Getting this out took a bit more time than we anticipated. There was an electrical fire in our main office building and power was out for ...
by barbara
Mon Nov 28 2022 1:02 am
Forum: Installation
Topic: Install CopperSpice 1.8 from source in Windows
Replies: 11
Views: 1362

Re: Install CopperSpice 1.8 from source in Windows

I tested - the build does not work either with GCC or with Visual Studio . It shows a lot of errors. Please keep in mind that CS 1.8.0 builds on our CI for every supported platform, including building with MinGW and MSVC on Windows. a) As a test please use our bundled ZLIB for right now. b) Do you ...
by barbara
Fri Nov 25 2022 8:18 pm
Forum: Installation
Topic: Install CopperSpice 1.8 from source in Windows
Replies: 11
Views: 1362

Re: Install CopperSpice 1.8 from source in Windows

Thanks for the updated information. So if you use our recommended tool chain and the bundled version of ZLIB can you successfully build CopperSpice? 1) We would like to test building on MSVC for you. Can you tell us exactly which version you want to use? 2) Our team is working on a release for a new...
by barbara
Fri Nov 25 2022 7:30 pm
Forum: Developers
Topic: QPrinter documentation bug
Replies: 1
Views: 492

Re: QPrinter documentation bug

Thanks, we will correct this in the docs.