Search found 5 matches
- Wed May 31 2023 3:02 am
- Forum: Enhancements
- Topic: C++ based webserver and application server?
- Replies: 3
- Views: 7627
Re: C++ based webserver and application server?
Hi Grant, This post looks pretty old, but just in case anyone else is interested I have had a lot of success with QtWebApp for this need. http://stefanfrings.de/qtwebapp/index-en.html I used Peppermill to convert it to Copperspice. One note is that I am using an older version (2019_12_23) since I ha...
- Sat May 27 2023 6:52 pm
- Forum: Developers
- Topic: Exception Related to String Encoding?
- Replies: 5
- Views: 1588
Re: Exception Related to String Encoding?
Thanks, I am not used to thinking of the command line compiler in windows but that makes sense. if I follow the instructions on compiling with MSVC on the CS spice website everything goes smoothly. (Originally I tried to compile with CMAKE-GUI) The problem comes when I try to compile my application ...
- Sun May 21 2023 10:30 pm
- Forum: Developers
- Topic: Exception Related to String Encoding?
- Replies: 5
- Views: 1588
Re: Exception Related to String Encoding?
Thanks for the response,
If I look on the Microsoft site, I see the latest VS 2019 Professional is 16.11
I cannot find any reference to 19.29.30147
Perhaps I am looking in the wrong place? Is this for a sub-component?
I really appreciate all of your help,
Jeff
If I look on the Microsoft site, I see the latest VS 2019 Professional is 16.11
I cannot find any reference to 19.29.30147
Perhaps I am looking in the wrong place? Is this for a sub-component?
I really appreciate all of your help,
Jeff
- Fri May 19 2023 3:03 am
- Forum: Developers
- Topic: Exception Related to String Encoding?
- Replies: 5
- Views: 1588
Exception Related to String Encoding?
Hello All, I have an application that the first thing it does is set the application name, but that results in a runtime exception (Built Copperpsice 1.8.1 from source with MSVC 2019 in 64-bit and am using this version for my program) #include <QApplication> int main(int argc, char *argv[]) { QAppli...
- Wed May 17 2023 2:18 am
- Forum: Installation
- Topic: MSVC 2019 Compiler Warnings
- Replies: 1
- Views: 1166
MSVC 2019 Compiler Warnings
Hello, When compiling Copperspice 1.8.1 on Windows 11 with MSVC 2022 (compiling 2019 project) I get the following error related to CS_OBJECT warning C5030: attribute 'gnu::used' is not recognized class FileSelectionWidget : public QWidget { CS_OBJECT(FileSelectionWidget) ... } Where can I find this ...