Search found 479 matches
- Fri Jan 10 2025 11:20 pm
- Forum: Developers
- Topic: I want to suggest functions and classes for implementation in CopperSpice
- Replies: 4
- Views: 803
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...
- Fri Jan 10 2025 11:02 pm
- Forum: Developers
- Topic: Moving to C++20
- Replies: 8
- Views: 52634
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 ...
- Mon Jan 06 2025 11:17 pm
- Forum: Developers
- Topic: I want to suggest functions and classes for implementation in CopperSpice
- Replies: 4
- Views: 803
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...
- Sat Jan 04 2025 6:42 am
- Forum: Installation
- Topic: CopperSpice Yotco Layer
- Replies: 4
- Views: 2418
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...
- Sun Dec 08 2024 9:09 pm
- Forum: Developers
- Topic: mingw compiler request
- Replies: 5
- Views: 5819
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...
- Fri Dec 06 2024 12:57 am
- Forum: Developers
- Topic: mingw compiler request
- Replies: 5
- Views: 5819
Re: mingw compiler request
Several of the files you listed are used by MinGW during the compile and link process. Since you removed some required files MinGW must be finding a program with the same name from your copy of cygwin. Their version and the one we distributed are probably not binary compatible. Sadly this is the typ...
- Wed Nov 20 2024 1:05 am
- Forum: Installation
- Topic: Copperspice and VS 2022
- Replies: 3
- Views: 4770
Re: Copperspice and VS 2022
I wanted to mention two things just in case this helps you out. 1) We understand there are still warnings on some platforms. MSVC has more than others, some have almost none. Our team spends time resolving these and over time the number has reduced. As newer compilers are released some things which ...
- Thu Nov 07 2024 6:46 pm
- Forum: Developers
- Topic: mingw compiler request
- Replies: 5
- Views: 5819
Re: mingw compiler request
Just to be clear, you are looking for a distribution which only contains the MinGW compiler and GDB? This is not impossible, however it will require some testing since the compiler has multiple dependencies.
We have added this to our road map.
Barbara
We have added this to our road map.
Barbara
- Mon Nov 04 2024 6:48 am
- Forum: Installation
- Topic: Copperspice and VS 2022
- Replies: 3
- Views: 4770
Re: Copperspice and VS 2022
Thanks for reaching out to us. Can you confirm, you were able to build CopperSpice with no errors but you had a few warnings. Is this correct? It is an on going process to remove warnings. Newer versions of platforms and C++ compilers will flag new warnings. Please continue with the installation and...
- Fri Oct 18 2024 2:44 pm
- Forum: Issues
- Topic: Name debug libraries with "d" postfix on Windows
- Replies: 5
- Views: 9699
Re: Name debug libraries with "d" postfix on Windows
We are not sure what you mean by "separating all those libraries". There is nothing to separate. In our CI we have the Release and Debug builds in separate directories with zero issues. The source is in one location and we have multiple build directories and multiple install directories. F...