Search found 49 matches

by CandL
Tue Nov 12 2019 7:22 pm
Forum: Installation
Topic: Copperspice 1.6 and Qt Creator 4.11 (Beta)
Replies: 8
Views: 10806

Re: Copperspice 1.6 and Qt Creator 4.11 (Beta)

Ok Ansel ... I think you FINALLY solved one issue :) If you want MSVS binaries you have to use NUGET. Having read over your web pages multiple times, and hearing you build with MSVS I could never find where to get the MSVS binaries. Now all I have to do is learn nuget. If I have this correct, might ...
by CandL
Tue Nov 12 2019 2:28 pm
Forum: Installation
Topic: Copperspice 1.6 and Qt Creator 4.11 (Beta)
Replies: 8
Views: 10806

Copperspice 1.6 and Qt Creator 4.11 (Beta)

So I saw that there are new binaries. Decided to try them out with Qt Creator. I followed the instructions and could build a "Hello world" app in Qt Creator using CMake. I then tried adding a QString so I added #include <QString>. Qt Creator complains it cannot find QString , so I look bac...
by CandL
Wed Nov 06 2019 4:44 pm
Forum: Installation
Topic: MSVS 2017, LNK1112 module machine type 'x64' conflic
Replies: 11
Views: 15077

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

Are the build environments or CI systems documented somewhere?
by CandL
Mon Nov 04 2019 5:42 pm
Forum: Installation
Topic: MSVS 2017, LNK1112 module machine type 'x64' conflic
Replies: 11
Views: 15077

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

I originally started out using the command line, as I have more control and experience there. But then Barbra said to follow the instructions which involved the IDE so that is where the error was coming from. When the teacher says color inside the lines you color inside the lines ;) Now this work wa...
by CandL
Tue Oct 29 2019 11:39 am
Forum: User Support
Topic: Binary distribution page
Replies: 4
Views: 8832

Re: Binary distribution page

I did recognize the decoder ring... :D So never releasing Debug libs ... this strikes me as unusual Also the compiler names (and versions) are missing... I keep a similar grid for each lib we have, for some people dealing with 30+ libs is common. Add in all the flavors and it gets tedious. Oh and mo...
by CandL
Mon Oct 28 2019 11:11 am
Forum: User Support
Topic: Binary distribution page
Replies: 4
Views: 8832

Binary distribution page

The current page looks like: File Description copperspice-1.6.0-debian9-x64.tar.bz2 Binary Distribution Debian (Stretch) copperspice-1.6.0-debian10-x64.tar.bz2 Binary Distribution Debian (Buster) May I suggest a bit more detail, as in: File O/S Compiler Release/Debug Bitness Author (forum Name) copp...
by CandL
Mon Oct 28 2019 10:58 am
Forum: Installation
Topic: MSVS 2017, LNK1112 module machine type 'x64' conflic
Replies: 11
Views: 15077

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

Pack up and get out NOW!

Simple and straight forward ... California is in our prayers.
by CandL
Sat Oct 26 2019 8:35 pm
Forum: Installation
Topic: MSVS 2017, LNK1112 module machine type 'x64' conflic
Replies: 11
Views: 15077

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

Yup understood the error message but as you suggested ... followed the guideline :D

Notice I asked about 64 bit builds... have you only release 32 MSVS builds?

This is all being driven by the CMake setup, I have made no tweaks. Just imported it into MSVS, selected 64 bit, and hit build.
by CandL
Fri Oct 25 2019 4:11 pm
Forum: Installation
Topic: HELP: How to get started with CopperSpice?
Replies: 11
Views: 16449

Re: HELP: How to get started with CopperSpice?

Agreed , but they pay me to drink coffee not tea, and the wife like the mortgage to be paid....so. As for Qt creator, yup use it too with CMake there is a lot of work to be done there though to get it quick enough. MSVS2019 seems to have done a good job with the CMake/Ninja work ... to good in fact....
by CandL
Fri Oct 25 2019 3:58 pm
Forum: Installation
Topic: MSVS 2017, LNK1112 module machine type 'x64' conflic
Replies: 11
Views: 15077

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

Probably ought to point out I use MSVC compilers / linkers from the command line, not the IDE (I get lost in there)

This is an IDE build per the instructions