Search found 13 matches

by subo3
Thu Dec 15, 2022 10:40 am
Forum: Questions
Topic: Question to set up CC for coding plugins
Replies: 4
Views: 829

Re: Question to set up CC for coding plugins

Ok thank you, so i tried to "generate" with the CMake GUI (Configuration: VS 2017) and it worked. Now i have the .sln which i can open in Visual Studio. But is this the correct "state" now to create a plugin/the example plugin? There is no executable still, how can i test it and ...
by subo3
Wed Dec 14, 2022 8:36 am
Forum: Questions
Topic: Question to set up CC for coding plugins
Replies: 4
Views: 829

Re: Question to set up CC for coding plugins

I'm using windows 10. And yeah when it comes to the compiler, I have no idea which one cmake uses natively when I do the steps 1-5. I supposed it was probably specified in the CMakeLists.txt?
by subo3
Tue Dec 13, 2022 6:57 pm
Forum: Questions
Topic: Question to set up CC for coding plugins
Replies: 4
Views: 829

Question to set up CC for coding plugins

Hey, i'm having trouble getting CC ready for coding a plugin. Disclaimer: I am new to C++ and never did anything with it apart from learning the basics. Still i will try and get better to know what all this stuff with CMake, Debug and Release mean in a practical way. So, my basic question is, what c...