Search found 484 matches

by barbara
Sat Jan 18 2025 9:36 pm
Forum: Developers
Topic: I want to suggest functions and classes for implementation in CopperSpice
Replies: 9
Views: 956

Re: I want to suggest functions and classes for implementation in CopperSpice

b) Everything is consistent, except for the speed of operation I am not sure what this comment means. b) I don't need the full power of QRegularExpression. Why should I pay for QRegularExpression if the Like function does the same thing 100% faster? There are several things we believe you have misu...
by barbara
Sat Jan 18 2025 9:20 pm
Forum: Developers
Topic: I want to suggest functions and classes for implementation in CopperSpice
Replies: 9
Views: 956

Re: I want to suggest functions and classes for implementation in CopperSpice

Let me start by saying, we do welcome all ideas and contributions. However not every suggestion will make into our project. New ideas and improvements must be relevant and of value to GUI developers. If you are interested in seeing features added to CopperSpice then please submit a PR on github so o...
by barbara
Sat Jan 18 2025 8:21 pm
Forum: Developers
Topic: I want to suggest functions and classes for implementation in CopperSpice
Replies: 9
Views: 956

Re: I want to suggest functions and classes for implementation in CopperSpice

[ Moved from message to discuss other suggestions ] 1. What's wrong with QStorage and QStorageDB? 2. What's so bad about the QEmitValue pattern? It solved all my problems where I needed to declare CS_SIGNAL_1 and CS_SIGNAL_2. I additionally used CS_SIGNAL_ constructs in only one place. 3. What's wr...
by barbara
Sat Jan 18 2025 5:41 am
Forum: Developers
Topic: I want to suggest functions and classes for implementation in CopperSpice
Replies: 9
Views: 956

Re: I want to suggest functions and classes for implementation in CopperSpice

Let's break this down and talk about just one of your items. I am going to pick #4 with is your Like Function. We have asked a few questions and thus far we have no answers. Rather than tell us what you function or class does, we need to talk about this in a different way. Please address the followi...
by barbara
Sat Jan 18 2025 3:40 am
Forum: Issues
Topic: Problem using CsWebKit...segment fault
Replies: 1
Views: 302

Re: Problem using CsWebKit...segment fault

I am using CopperSpice 1.9.2 PreBuild binaries from you guys and using MinGW64 13.1.0 from CLion. We can not guarantee this is the issue you are experiencing, however different builds of MinGW may not be binary compatible and there is almost no way to test for ABI. There are two choices. (1) Build ...
by barbara
Fri Jan 10 2025 11:20 pm
Forum: Developers
Topic: I want to suggest functions and classes for implementation in CopperSpice
Replies: 9
Views: 956

Re: I want to suggest functions and classes for implementation in CopperSpice

Thank you for looking at where you can contribute to the CopperSpice project. If you are looking for areas of CS which are on our roadmap for improvement, please let us know and we can suggest a direction. Your last reply did not provide enough information. Let's look at your requests again. >> 1. Q...
by barbara
Fri Jan 10 2025 11:02 pm
Forum: Developers
Topic: Moving to C++20
Replies: 8
Views: 52700

Re: Moving to C++20

This is a follow up to a a post expressing major concerns about C++20 requiring the 2' Complement. Our CopperSpice team researched the proposal and contacted several members of the C++ committee. The proposal was accepted with overwhelming support. We encourage you to watch our most recent video to ...
by barbara
Mon Jan 06 2025 11:17 pm
Forum: Developers
Topic: I want to suggest functions and classes for implementation in CopperSpice
Replies: 9
Views: 956

Re: I want to suggest functions and classes for implementation in CopperSpice

Thanks for sending us this information. We are always looking for contributors to CopperSpice. If you are looking for other ways to contribute please let us know and we can offer some other suggestions. There are lots of planned areas of improvement. >> 1. QStorage and QStorageDB class Without talki...
by barbara
Sat Jan 04 2025 6:42 am
Forum: Installation
Topic: CopperSpice Yotco Layer
Replies: 4
Views: 2485

Re: CopperSpice Yotco Layer

We are not sure what problem you are attempting to solve. Can you start by explaining the overall idea of your work. That might help us figure out what you want to do. We cross compile CopperSpice on a Debian x86_64 computer to generate the binary files for Raspberry Pi. This is one of the ways we t...
by barbara
Sun Dec 08 2024 9:09 pm
Forum: Developers
Topic: mingw compiler request
Replies: 5
Views: 5849

Re: mingw compiler request

You actually can not be using MinGW without access to a certain set of files. As I mentioned, you are most likely compiling with some parts of our distribution of MinGW and some files from cygwin. This could result in binary incompatibilities and is not advisable. This is a problem waiting to happen...