Search found 7 matches

by Peter H
Sun May 28 2023 3:41 pm
Forum: User Support
Topic: Problem building Kitchensink with VS2022
Replies: 12
Views: 13226

Re: Problem building Kitchensink with VS2022

Barbara, thank you so much for your patient help! I will then use something else, unfortunately. I want a GUI-RAD System with visual designer and native compiled language and static linking. The best what I have is Free Pascal, but I am not so happy with the language, I would prefer C++. Anyway than...
by Peter H
Sat May 27 2023 9:05 am
Forum: User Support
Topic: Problem building Kitchensink with VS2022
Replies: 12
Views: 13226

Re: Problem building Kitchensink with VS2022

The entire problem you are experiencing is how you have told MSVC to "install" CopperSpice. Microsoft provides full support for CMake however there are settings you must make so CMake and Ninja know what to do. Keep in mind that some users have CMake experience but we absolutely understan...
by Peter H
Fri May 26 2023 9:17 am
Forum: User Support
Topic: Problem building Kitchensink with VS2022
Replies: 12
Views: 13226

Re: Problem building Kitchensink with VS2022

Yes thank you. As said. I did not create this directory structure. VS2022 created it fully automatically without any questions asked. I cloned the repo as instructed and did exactly as instructed and this structure was automatically built. "Exactly" means: I cloned the repo, in VS Studio I...
by Peter H
Thu May 25 2023 10:34 pm
Forum: User Support
Topic: Problem building Kitchensink with VS2022
Replies: 12
Views: 13226

[solved] Re: Problem building Kitchensink with VS2022

I deleted the old directory and repeated the process from beginning. I did not make any directories. I cloned the Copperspice Github repository to C:\CSP, using VS2022. Then I opened this directory in VS 2022. It automatically recognizes CMakelists.txt and starts to unpack files and creates a direct...
by Peter H
Thu May 25 2023 9:12 pm
Forum: User Support
Topic: Problem building Kitchensink with VS2022
Replies: 12
Views: 13226

Re: Problem building Kitchensink with VS2022

Thank you! I will try this and report. In the meantime I tried Installing and building Copperspice and Kitchensink over VS commandline, as described here: https://www.copperspice.com/docs/cs_overview/sample-ks-msvc.html. This worked without problem. However it needs admin privilege, because it insta...
by Peter H
Thu May 25 2023 7:10 am
Forum: User Support
Topic: Problem building Kitchensink with VS2022
Replies: 12
Views: 13226

Re: Problem building Kitchensink with VS2022

Thank you very much for your answer. Yes this Journal Article leads me to the overview site and I followed the instructions there. I followed the Instructions here: https://www.copperspice.com/docs/cs_overview/build-msvc.html Yes I used the IDE and not the VS Command prompt. This of course in turn u...
by Peter H
Wed May 24 2023 7:40 am
Forum: User Support
Topic: Problem building Kitchensink with VS2022
Replies: 12
Views: 13226

Problem building Kitchensink with VS2022

Hello, I am not experienced with CMake. I followed the instructions, which I found online, downloaded Copperspice and Kitchensink sources from Git, using Visual Studio 22 and built Copperspice successfully. When I try to build Kitchensink, I get this error: CMake Error at CMakeLists.txt:29 (find_pac...