Search found 153 matches

by ansel
Mon Apr 20 2020 7:51 pm
Forum: Developers
Topic: Porting application from Qt
Replies: 4
Views: 7564

Re: Porting application from Qt

I am not a Qt expert like I am for the data management layer, so I have had to learn things as I go. One area that is giving me fits is paging using the fetchMore mechanism in Qt. If I query a large DB table (e.g. 10 million rows) and the result gives 200K rows (displayed in a QTreeView), I want to...
by ansel
Wed Apr 15 2020 5:55 pm
Forum: Enhancements
Topic: Could you ship your own version of Qt Designer?
Replies: 4
Views: 10188

Re: Could you ship your own version of Qt Designer?

I think Qt Creator is not a hard requirement, isn't it? We have many developers who use Qt Creator to write their CopperSpice applications. However, you are correct that it is not a requirement. Any IDE can be used to develop a CopperSpice application although support for CMake is helpful. If you w...
by ansel
Sun Mar 01 2020 2:06 am
Forum: Installation
Topic: Mac OS X 10.12 cs-1.6.1 build error
Replies: 7
Views: 14846

Re: Mac OS X 10.12 cs-1.6.1 build error

Just for reference, as of CopperSpice 1.6.2 released on Feb 21st the requirements for a build environment have changed on OS X. Our minimum supported version is now OS X 10.13 with Xcode 10.1.
by ansel
Mon Feb 10 2020 5:30 am
Forum: Developers
Topic: unexpected dependencies building copperspice 1.6.1 from source
Replies: 1
Views: 5227

Re: unexpected dependencies building copperspice 1.6.1 from source

The currently supported platforms can be found our CS Overview documentation: https://www.copperspice.com/docs/cs_overview/supported-platforms.html If you would like to build CopperSpice on a non-supported platform, there are two ways to make this happen. (1) Figure out what is needed and submit a p...
by ansel
Thu Jan 02 2020 9:25 pm
Forum: Installation
Topic: Binary install on Windows lacking DLLs
Replies: 1
Views: 5768

Re: Binary install on Windows lacking DLLs

Thank you for your question.

We will need to know what errors you are seeing while compiling KitchenSink. We will also need to know whether you are using MSVC or MinGW, and the exact version of the toolchain you are compiling with.
by ansel
Tue Nov 12 2019 3:45 pm
Forum: Installation
Topic: Copperspice 1.6 and Qt Creator 4.11 (Beta)
Replies: 8
Views: 10778

Re: Copperspice 1.6 and Qt Creator 4.11 (Beta)

I then tried adding a QString so I added #include <QString>. Qt Creator complains it cannot find QString. Please be aware that we are not Qt 5 so none of their build file syntax will be applicable. Have a look at the two CMake files for our KitchenSink demo application: https://github.com/copperspi...
by ansel
Fri Nov 08 2019 8:03 pm
Forum: Installation
Topic: HELP: How to get started with CopperSpice?
Replies: 11
Views: 16436

Re: HELP: How to get started with CopperSpice?

If you add this to the registry: I would like to note that this is for Windows MSVC builds only, and we do not advocate changing registry settings without evaluating the risks. This should only be done for testing and not for a release build. Also, if you want to tone it down even more, go to Optio...
by ansel
Sat Nov 02 2019 12:29 am
Forum: Installation
Topic: MSVS 2017, LNK1112 module machine type 'x64' conflic
Replies: 11
Views: 15058

Re: MSVS 2017, LNK1112 module machine type 'x64' conflic

You said you are using everything from a command prompt, but you also mention MSVS. I'm not sure exactly what you are doing to configure the project here. Your error message indicates a 32/64-bit mismatch between compiling and linking. This is typically caused by a configuration problem. Since you s...
by ansel
Tue Oct 15 2019 9:16 pm
Forum: User Support
Topic: LGPL and “Trade Secrets”
Replies: 6
Views: 7460

Re: LGPL and “Trade Secrets”

This is one of those questions everybody hates but here goes. Let’s assume I work for an employer that creates applications for use within their company. Access to the application is restricted to employees or people under a non-disclosure agreement, so to use a legal term … I believe it is conside...
by ansel
Thu Aug 01 2019 9:48 pm
Forum: Developers
Topic: when is the next copperspice release (post 1.5.2) planned
Replies: 2
Views: 6168

Re: when is the next copperspice release (post 1.5.2) planned

We are happy to announce that CopperSpice 1.5.3 stable will be released within the next two weeks along with updated versions of DoxyPress and KitchenSink. By the end of August we will be releasing CopperSpice 1.6.0.