Search found 452 matches

by barbara
Fri Aug 18 2023 8:47 pm
Forum: User Support
Topic: Flatpak
Replies: 1
Views: 4233

Re: Flatpak

Can you tell us what end result you are looking for. Do you simply want a list of CopperSpice dependencies for packaging?

Barbara
by barbara
Thu Aug 17 2023 1:45 am
Forum: User Support
Topic: SQLIte3?
Replies: 2
Views: 3993

Re: SQLIte3?

The method addDatabase() is static and the result must be assigned to your QSqlDatabase variable. Please give the following code a try. QSqlDatabase dbms; dbms = QSqlDatabase::addDatabase("QSQLITE"); dbms.setDatabaseName(s_dbms); if (! dbms.open()) { qDebug() << dbms.lastError().text(); re...
by barbara
Fri Aug 11 2023 10:14 pm
Forum: Installation
Topic: Compile error on Fedora 38
Replies: 3
Views: 4178

Re: Compile error on Fedora 38

Let us know if you have any other questions and we will do our best to help you out.

Barbara
by barbara
Fri Aug 11 2023 2:13 am
Forum: Installation
Topic: Compile error on Fedora 38
Replies: 3
Views: 4178

Re: Compile error on Fedora 38

If you build CS from SHA a7f3e774dd (or later) this issue should be resolved. This was added after the 1.8.2 release.

Barbara
by barbara
Sat Jun 17 2023 10:32 pm
Forum: User Support
Topic: Markdown preview question
Replies: 1
Views: 4691

Re: Markdown preview question

... QTextBrowser type classes have a Markdown preview The QTextBrowser class does not support Markdown. As you mentioned, you can use plain text or rich text. Rich text supports the basic HTML tags. It is not documented in this class since Markdown is not supported. DoxyPress is linked with several...
by barbara
Wed May 31 2023 6:11 pm
Forum: Enhancements
Topic: C++ based webserver and application server?
Replies: 3
Views: 14922

Re: C++ based webserver and application server?

I haven't gone through the process of updating it for a while.
This sounds really cool. If you would like us to look at any thing and offer some suggestions please let us know.

Barbara
by barbara
Mon May 29 2023 5:24 pm
Forum: User Support
Topic: Problem building Kitchensink with VS2022
Replies: 12
Views: 12199

Re: Problem building Kitchensink with VS2022

I want a GUI-RAD System with visual designer and native compiled language and static linking. Just thought I would add a bit more information since you seem interested in using C++. Various members of our CopperSpice team have been involved in this language since well before the C++98 release. It i...
by barbara
Sat May 27 2023 10:43 pm
Forum: Developers
Topic: Exception Related to String Encoding?
Replies: 5
Views: 10094

Re: Exception Related to String Encoding?

In Copperspice it appears that both the application and copperspice libraries have to both be Release or Debug mode. Yes, both CS and your application need to be in the same mode. Typically this is not an issue since debug builds are not distributed. I assume this is because it uses the Ninja . . ....
by barbara
Sat May 27 2023 4:09 pm
Forum: User Support
Topic: Problem building Kitchensink with VS2022
Replies: 12
Views: 12199

Re: Problem building Kitchensink with VS2022

So probably, I must change the CMakeLists.txt We would strongly advise against changing our CS build files since they are working. In our CI we have tested the steps we did and they work. I am not sure at this time what step is causing you a problem. Let me offer you an alternative for building Cop...
by barbara
Fri May 26 2023 5:44 pm
Forum: User Support
Topic: Problem building Kitchensink with VS2022
Replies: 12
Views: 12199

Re: Problem building Kitchensink with VS2022

Please understand that MSVC and VS are a fully supported platform and has been for over 7 years. We have a lot of users on this platform and we can assure you it works. There is no issue with how MSVC sets up the project and then builds. It will "build" in the folder as you showed in your ...