Search found 446 matches

by barbara
Wed Jun 24 2020 8:33 pm
Forum: Developers
Topic: Possible impending Qt fork and copperspice opportunity
Replies: 12
Views: 14511

Re: Possible impending Qt fork and copperspice opportunity

I believe that I could use the open source /community version of Qt Creator with CMake/Conan/Copperspice to create "signal/slot GUI" application. I am trying to respect each organizations "trademark terms " so the wording gets awkward. But I believe this approach would be comple...
by barbara
Wed Jun 24 2020 7:37 pm
Forum: Developers
Topic: Possible impending Qt fork and copperspice opportunity
Replies: 12
Views: 14511

Re: Possible impending Qt fork and copperspice opportunity

Honestly I had never heard of CopperSpice until I started looking for an alternative to Qt when the Windows 7 discussion started. Sorry you had not heard of CopperSpice and we are very glad you found us! Our first official public presentation was in September 2015 at CppCon. It was announced by som...
by barbara
Mon Jun 22 2020 11:17 pm
Forum: Developers
Topic: API stability and project philosophy question
Replies: 12
Views: 14165

Re: API stability and proje philosphy question

This is indeed a long post and we have some initial comments. I know others on the team may want to chime in as well. Thanks in advance for being patient as we start a dialogue. I believe your most pronounced question is asking, do we intend to offer API stability between CS 1.6.x, CS 1.7.x, etc. Ri...
by barbara
Fri Jun 12 2020 12:31 am
Forum: Installation
Topic: ubuntu 20 incomplete dependency list
Replies: 5
Views: 10974

Re: ubuntu 20 incomplete dependency list

Can someone please tell me what the Ninja process is looking for when it comes to SSL, CUPS, and PostgreSQL? I honestly thought I had everything I would need for PostgreSQL. Thought I would start from the beginning, if that is ok. The following page contains the steps for configure, compile . After...
by barbara
Thu May 14 2020 8:03 pm
Forum: User Support
Topic: Wishes and a question.
Replies: 5
Views: 9224

Re: Wishes and a question.

I can’t control the quality of Google translation. I can describe in Russian. English is provided by an online translator. Just wanted you to improve Diamond a bit. Thanks, this does help us understand why some of your comments were a bit unusual. If you need a Russian / English translator we can p...
by barbara
Thu May 14 2020 7:12 pm
Forum: User Support
Topic: Wishes and a question.
Replies: 5
Views: 9224

Re: Wishes and a question.

I began to "fly out" without any warnings Diamond, when the menu "File" is called. There is no computer term called "fly out". Are you looking for technical support for Diamond as a user or are you a C++ developer? I do not mean to be questioning your motives but I am ...
by barbara
Wed May 13 2020 9:06 pm
Forum: User Support
Topic: Wishes and a question.
Replies: 5
Views: 9224

Re: Wishes and a question.

1. What are "Preset folders" for? Why only 15, not an endless list? It would be ineffective and awkward for a menu to be so large. However, this is an open source product and you free to change in your copy. 2. Diamond General Options -> Options -> Tab Spaсing - 3 minimum not good. I alwa...
by barbara
Wed May 13 2020 8:53 pm
Forum: Installation
Topic: Please help me build the CopperSpice library!
Replies: 8
Views: 14262

Re: Please help me build the CopperSpice library!

So you can safely recommend 4GB of RAM for the successful compilation of CopperSpice. There is no recommended amount of memory, however doing C++ development with only 4 GB of ram is not advised and will be slow. If you want to build a reasonable size application I would suggest you upgrade to at l...
by barbara
Thu Apr 30 2020 5:30 pm
Forum: Installation
Topic: Please help me build the CopperSpice library!
Replies: 8
Views: 14262

Re: Please help me build the CopperSpice library!

Also a question about Postgresql and the header file 'C:/Program Files/PostgreSQL/12/include/pthread.h' . What should I do? There was no real question here, but I scrolled through the error messages you posted. I have summarized them here: CMake Warning at CMakeLists.txt:275 (message): The 'C:/Prog...
by barbara
Thu Apr 30 2020 5:23 pm
Forum: Installation
Topic: Please help me build the CopperSpice library!
Replies: 8
Views: 14262

Re: Please help me build the CopperSpice library!

I have 4 GB of RAM and had a 10.5 GB Swap file-memory was not enough. To compile most libraries like CopperSpice you simply need more computer memory. I am running a Windows 10 system with 64 GB of memory and I use a -j8 when compiling. I might trying forcing ninja to run a single job at a time usi...