Search found 10 matches

by conleec
Sun Sep 27, 2020 6:30 am
Forum: Compiler / Linking / IDE Related
Topic: cmake on mac fails with (missing: wxWidgets_LIBRARIES)
Replies: 11
Views: 3625

Re: cmake on mac fails with (missing: wxWidgets_LIBRARIES)

I successfully build the samples using CLion and CMake. You can find my steps here:
viewtopic.php?p=197038#p187276
by conleec
Sun Sep 27, 2020 6:29 am
Forum: Compiler / Linking / IDE Related
Topic: Cilon, wxWidgets and windows
Replies: 1
Views: 898

Re: Cilon, wxWidgets and windows

I successfully built the samples with CLion and CMake a while ago. You can find my steps here:
viewtopic.php?p=197038#p187276
by conleec
Sun Sep 27, 2020 6:27 am
Forum: Compiler / Linking / IDE Related
Topic: CMake cannot find wxwidgets 3.1
Replies: 13
Views: 14608

Re: CMake cannot find wxwidgets 3.1

I successfully build the samples with CLion and CMake a while back. Some of what I learned may be relevant to you. You can find it here:
viewtopic.php?p=197038#p187276
by conleec
Sun Sep 27, 2020 6:25 am
Forum: Compiler / Linking / IDE Related
Topic: Windows MSYS MinGW Cmake WxWidgets not found
Replies: 2
Views: 1752

Re: Windows MSYS MinGW Cmake WxWidgets not found

I successfully built the samples using CLion and CMake a while ago. Some of what I learned may be helpful to you. You can find it here:
viewtopic.php?p=197038#p187276
by conleec
Sun Sep 27, 2020 6:23 am
Forum: Compiler / Linking / IDE Related
Topic: Linking wxWidgets with CMake
Replies: 2
Views: 2315

Re: Linking wxWidgets with CMake

It's been a while since I updated this, but you might take a look at:
viewtopic.php?p=197038#p187276

I walked thru the entire process to build the samples with CLion and CMake.
by conleec
Fri Feb 21, 2020 11:16 pm
Forum: Compiler / Linking / IDE Related
Topic: Using wxWidgets with CLion -- SOME ANSWERS (2020)
Replies: 10
Views: 18898

Re: Using wxWidgets with CLion -- SOME ANSWERS (2018)

That was very usefull guide, thank you! I would also add a trick to activate window when running app from clion on macos. I have a problem with that, window is always in the back of the clion - I am testing it on minimal sample app. Thanks for this. My development environment is dual monitor, so th...
by conleec
Mon Apr 15, 2019 10:26 pm
Forum: Compiler / Linking / IDE Related
Topic: Using wxWidgets with CLion -- SOME ANSWERS (2020)
Replies: 10
Views: 18898

Re: Using wxWidgets with CLion -- SOME ANSWERS (2018)

Wow, so glad it has helped someone. I've been so busy at work, that I haven't been able to do any coding since I posted this. Had almost forgotten that I did post it, to be honest. Hope to get back to practicing in the next month or two, and I'll have to re-read what I did to get myself going again....
by conleec
Mon Oct 22, 2018 4:02 pm
Forum: C++ Development
Topic: Bind() to Resize Event?
Replies: 2
Views: 1180

Re: Bind() to Resize Event?

Awesome, thanks for sharing. I had tried something similar, but was coming up short somehow. Will try this as soon as I get home! PS: Given that I'm just getting started, is there anything else in my code snippet that you'd suggest doing differently, or better? I'd like to get off on the right foot,...
by conleec
Mon Oct 22, 2018 1:28 pm
Forum: C++ Development
Topic: Bind() to Resize Event?
Replies: 2
Views: 1180

Bind() to Resize Event?

Hello Everybody, I've been learning wxWidgets and C++ together, and it's been super exciting. I've been consuming all the online tutorials I can find, and have purchased and am reading the book as well. I'm well aware that many of the tutorials (and the book) are outdated, so part of my learning is ...
by conleec
Tue Oct 16, 2018 12:12 am
Forum: Compiler / Linking / IDE Related
Topic: Using wxWidgets with CLion -- SOME ANSWERS (2020)
Replies: 10
Views: 18898

Using wxWidgets with CLion -- SOME ANSWERS (2020)

Hello everybody, CLion uses a CMake based build system, and there is a bunch of confusing, contradictory, outdated, and flat-out wrong information out there about how to use CLion with the wxWidgets library. Here's what worked for me, step by step, for anybody who's interested. 1) I downloaded the l...