Search found 109 matches

by ColleenKobe
Mon Jul 10, 2017 8:06 pm
Forum: Compiler / Linking / IDE Related
Topic: How do I Compile wxWidgets Sample Code?
Replies: 34
Views: 14486

Re: How do I Compile wxWidgets Sample Code?

YAAAAY!!! I not only got wxWidgets to compile and build, but I am able to compile, build, and run my sample program!!! Woo hoo!!! Happy day! @PB, @ONEEYEMAN, @stahta01--thank you so much for your help. :D @PB--thank you for your final post today, with the recommendations about choosing the TDM-32 v...
by ColleenKobe
Mon Jul 10, 2017 3:17 pm
Forum: Compiler / Linking / IDE Related
Topic: How do I Compile wxWidgets Sample Code?
Replies: 34
Views: 14486

Re: How do I Compile wxWidgets Sample Code?

@PB, @stahta01, @ONEEYEMAN--thank you for responding so quickly. I think you have run into this bug (already fixed in the master): http://trac.wxwidgets.org/ticket/17677 . I believe this bug was regression that appeared in GCC 5.3 (which you are probably using now) but not in the 4.9 you used before...
by ColleenKobe
Fri Jul 07, 2017 6:55 pm
Forum: Compiler / Linking / IDE Related
Topic: How do I Compile wxWidgets Sample Code?
Replies: 34
Views: 14486

Re: How do I Compile wxWidgets Sample Code?

OneEyeMan, you raise a good point. Regarding the different gcc/MinGW/TDM-gcc software versions on my computer. My system path is now (broken up for legibility): %SystemRoot%; %SystemRoot%\system32\; %SystemRoot%\System32\Wbem\; %SYSTEMROOT%\System32\WindowsPowerShell\v1.0\; C:\Windows\system32\confi...
by ColleenKobe
Fri Jul 07, 2017 6:02 pm
Forum: Compiler / Linking / IDE Related
Topic: How do I Compile wxWidgets Sample Code?
Replies: 34
Views: 14486

Re: How do I Compile wxWidgets Sample Code?

I actually did delete C:\wxWidgets\samples\dataview\gcc_mswud and rebuild, several times. But when I ran the resulting dataview.exe, I still got the 0xc000007b error. Tried running dataview.exe as an administrator, but got the error then, too. So, clearly, something in my configuration is hosed. A b...
by ColleenKobe
Fri Jul 07, 2017 5:36 pm
Forum: Compiler / Linking / IDE Related
Topic: How do I Compile wxWidgets Sample Code?
Replies: 34
Views: 14486

Re: How do I Compile wxWidgets Sample Code?

PB, yes, of course, you are correct. I just downloaded the source code, and I recompiled it all using the commands I listed above. D'oh. Dependency Walker works for you on your Windows 10, 64-bit machine? Well, that's good to know! Gives me hope for running DW on my computer someday. Here are the Q&...
by ColleenKobe
Fri Jul 07, 2017 4:32 pm
Forum: Compiler / Linking / IDE Related
Topic: How do I Compile wxWidgets Sample Code?
Replies: 34
Views: 14486

Re: How do I Compile wxWidgets Sample Code?

PB, Thanks for responding so quickly. I made a mistake on one line in my post, which is where I said I deleted C:\MinGW\bin from my path. I added C:\MinGW\bin back into the path when Windows couldn't find mingw32-make.exe, but I forgot to delete that line from my post. I have fixed the post. After r...
by ColleenKobe
Fri Jul 07, 2017 2:57 pm
Forum: Compiler / Linking / IDE Related
Topic: How do I Compile wxWidgets Sample Code?
Replies: 34
Views: 14486

Re: How do I Compile wxWidgets Sample Code?

Mingw and TDM share the common GCC origin. But different versions and other matters make them incompatible, specially for static builds. Thank your for that illuminating information! Here is the short answer to your questions about the entries in my path and the environment variables. I started wri...
by ColleenKobe
Thu Jul 06, 2017 7:59 pm
Forum: Compiler / Linking / IDE Related
Topic: How do I Compile wxWidgets Sample Code?
Replies: 34
Views: 14486

Re: How do I Compile wxWidgets Sample Code?

Thanks for replying so quickly. Yes, I mistook a lower-case L ("l") for a one ("1"). No, I do not have the following files anywhere on my computer: libwxmsw31u_adv.a libwxmsw31ud_core.a libwxbase31ud.a In my C:\wxWidgets\lib\gcc_lib, I have the following files: c: libwxexpat .a 2...
by ColleenKobe
Thu Jul 06, 2017 5:13 pm
Forum: Compiler / Linking / IDE Related
Topic: How do I Compile wxWidgets Sample Code?
Replies: 34
Views: 14486

Re: How do I Compile wxWidgets Sample Code?

Thank you for your quick response! I decided to try your command line suggestions. I got three errors. Perhaps you can see what I'm doing wrong. Here is my path (broken up here for legibility). wxWidgets is installed in C:\wxWidgets. MinGW is installed in C:\MinGW. Path=C:\WINDOWS; C:\WINDOWS\system...
by ColleenKobe
Thu Jul 06, 2017 2:00 pm
Forum: Compiler / Linking / IDE Related
Topic: How do I Compile wxWidgets Sample Code?
Replies: 34
Views: 14486

How do I Compile wxWidgets Sample Code?

How do I compile and run the sample code that comes with wxWidgets? I would like to compile and run one of the sample programs that came with wxWidgets. The code is in C:\wxWidgets\samples\dataview. The files in that directory are: c: dataview .bkl 420 4/14/17 9:46 \wxWidgets\samples\dataview c: dat...
by ColleenKobe
Fri Jun 30, 2017 5:36 pm
Forum: General Development
Topic: Is there a wxwidget featuring a title bar?
Replies: 3
Views: 4912

Re: Is there a wxwidget featuring a title bar?

Thank you, New Pagodi and Manolo, for your suggestions! I have used elements of both of your suggestions to generate a GUI that roughly matches the criteria. No, there are no rounded corners. But there is a lot of data processing code for me to write and test and a limited time to do it, so it's mor...
by ColleenKobe
Fri Jun 30, 2017 5:23 pm
Forum: C++ Development
Topic: How to sort columns in a wxDataViewListCtrl
Replies: 2
Views: 1536

How to sort columns in a wxDataViewListCtrl

I am using two wxDataViewListCtrl controls in my wxFrame. I've successfully labeled the columns and filled the rows with data. Stable version.jpg Now I'd like to be able to click a column in the first row and have all the rows magically get sorted by that column, without me writing the code to make ...
by ColleenKobe
Wed Jun 28, 2017 7:13 pm
Forum: General Development
Topic: Is there a wxwidget featuring a title bar?
Replies: 3
Views: 4912

Is there a wxwidget featuring a title bar?

The lead design engineer on my current project wants me to generate pages in wxWidgets that resemble the drawing below. I made the drawing below in Microsoft Word (it's not actually a program). Cover_Page.jpg I know how to make the main page as a wxFrame, and wxCrafter already made the menu bar, and...
by ColleenKobe
Mon Jun 19, 2017 4:54 pm
Forum: C++ Development
Topic: My Code Doesn't Catch wxProgressDialog's Early Exit
Replies: 2
Views: 937

My Code Doesn't Catch wxProgressDialog's Early Exit

Hi. I'm having a small issue with wxProgressDialog. I created a wxProgressDialog class, and then placed a call to Update in a for-loop. The issue is that when the loop is running, if I click Cancel, or press the escape key, my code doesn't catch that the "stop early" flag was set to true. ...