Search found 452 matches

by barbara
Thu Feb 22 2024 8:43 pm
Forum: Issues
Topic: Documentation - QNetworkAccessManager
Replies: 2
Views: 141

Re: Documentation - QNetworkAccessManager

The changes to the CsNetwork header files was available in the CS Overview migration documentation. We understand users may not have known about this information. I just made a change to the API documentation which explains these file name changes. Everything is located on one page since this has oc...
by barbara
Fri Feb 16 2024 2:49 am
Forum: Issues
Topic: QXcbClipboard: SelectionRequest too old
Replies: 6
Views: 300

Re: QXcbClipboard: SelectionRequest too old

Can you reproduce this issue using MATE on one of our supported platforms like Fedora or Ubuntu? Linux Mint is currently not a supported platform.

Barbara
by barbara
Mon Feb 12 2024 10:42 pm
Forum: Announcements
Topic: CopperSpice 1.9.0
Replies: 0
Views: 311

CopperSpice 1.9.0

CopperSpice 1.9.0 was released on January 29 2024 This release includes major enhancements and improvements to the Date and Time classes, support for std::chrono, MySQL support, support for Unicode 15 and newer text rendering, multiple compiler warnings resolved, added support for new Unix platforms...
by barbara
Fri Feb 09 2024 8:42 pm
Forum: Installation
Topic: How to generate the API documenation from source?
Replies: 2
Views: 450

Re: How to generate the API documenation from source?

We continuously improve and update the CS API documentation as we find better ways to explain how a particular class or method works. You may find the CS 1.9 actually provides some useful information which was not available in the prior documentation. However since we are providing the CS 1.8.2 bina...
by barbara
Sun Jan 21 2024 4:38 am
Forum: User Support
Topic: Having trouble finding and linking with cmake on windows.
Replies: 1
Views: 1241

Re: Having trouble finding and linking with cmake on windows.

On Windows we have fully tested CopperSpice when building with MinGW or MSVC. ** Part One ( building CS ) When building from source you need to ensure CopperSpice is "installed" after it is built. The following is our suggested setup of folder names. The purpose of the install step to popu...
by barbara
Sat Jan 06 2024 8:59 pm
Forum: Issues
Topic: double free or corruption
Replies: 5
Views: 10551

Re: double free or corruption

Since this is not something we can reproduce we will need a very small test case that can show the issue. Please use test example two from our CopperSpice Journal. * Example 2 https://journal.copperspice.com/?p=375 There is a link on the bottom of the example explanation which takes you to a downloa...
by barbara
Thu Jan 04 2024 1:07 am
Forum: Issues
Topic: double free or corruption
Replies: 5
Views: 10551

Re: double free or corruption

Just heard back from the CS team member who was testing and they were able to build Diamond and run it with no issues. Program started just fine on Debian 12.

Can you build KS and see if you have any issues starting this program.

Barbara
by barbara
Wed Jan 03 2024 11:12 pm
Forum: Issues
Topic: double free or corruption
Replies: 5
Views: 10551

Re: double free or corruption

We currently have no other reported or known issues building with the latest version of CopperSpice. CS and KS are always tested before pushing to github. I will ask one of our team members to re-test a few applications. I personally verified that Diamond builds and starts correctly on Windows. Some...
by barbara
Wed Dec 27 2023 9:11 pm
Forum: User Support
Topic: Migration from MFC to CopperSpice
Replies: 9
Views: 55825

Re: Migration from MFC to CopperSpice

As you may know CopperSpice is a derivative project of Qt. They diverged over time but their origins are similar. Let me summarize some of the missing details. (1) Libraries like MFC and WxWidgets will draw objects using native calls. Libraries like CopperSpice use custom drawing which is more flexi...
by barbara
Sun Dec 17 2023 8:55 pm
Forum: User Support
Topic: Migration from MFC to CopperSpice
Replies: 9
Views: 55825

Re: Migration from MFC to CopperSpice

Do I understand correctly that there is no possibility to migrate our complete code including the MFC application to CopperSpice? It would be good if there was a possibility of a smooth transition: We would like to be able to compile our complete source code in the CopperSpice application. MFC is a...