Search found 135 matches
- Fri Feb 22, 2013 10:16 am
- Forum: General Development
- Topic: Handling key down events between multiple objects
- Replies: 1
- Views: 2401
Handling key down events between multiple objects
So I know this gets asked a lot but i couldn't find an answer for my specific needs. So I have have 2 wxgrid objects on a frame. Each grid has it's own copy and paste keyboard shortcuts. These are needed so that you copy and paste from the correct wxgrid. These work great, however now I want to add ...
- Thu Nov 08, 2012 9:06 pm
- Forum: wxCode
- Topic: Getting wxSqlite3 version?
- Replies: 12
- Views: 5569
Re: Getting wxSqlite3 version?
Well as I said earlier I don't really care what it's called or how it's implemented as long as it works and it's not a pain to maintain. So GetWrapperVersion sounds just fine to me. 

- Wed Nov 07, 2012 6:58 pm
- Forum: Compiler / Linking / IDE Related
- Topic: Compile Databaselayer as static library
- Replies: 3
- Views: 2070
Re: Compile Databaselayer as static library
Have you tried defining: DONT_USE_DYNAMIC_DATABASE_LAYER_LINKING
I have not used database layer in ages though, so take this with a grain of salt.
I have not used database layer in ages though, so take this with a grain of salt.
- Mon Nov 05, 2012 11:59 pm
- Forum: wxCode
- Topic: Getting wxSqlite3 version?
- Replies: 12
- Views: 5569
Re: Getting wxSqlite3 version?
Well do we even need it to be a function? Why not follow in wxWidgets footsteps? /* NB: this file is parsed by automatic tools so don't change its format! */ #define wxMAJOR_VERSION 2 #define wxMINOR_VERSION 9 #define wxRELEASE_NUMBER 5 #define wxSUBRELEASE_NUMBER 0 #define wxVERSION_STRING wxT("wxW...
- Fri Nov 02, 2012 5:35 pm
- Forum: wxCode
- Topic: Getting wxSqlite3 version?
- Replies: 12
- Views: 5569
Re: Getting wxSqlite3 version?
It doesn't matter to me, as long as it works. I would be fine with you putting it along side or inside the current sqlite3 version function.
- Wed Oct 31, 2012 10:32 pm
- Forum: wxCode
- Topic: Getting wxSqlite3 version?
- Replies: 12
- Views: 5569
Getting wxSqlite3 version?
I know you can get the underlying database version but is there anyway to get the wxSqlite3 version?
I'm trying to write the versions of all the libraries used in the build into a log when the program runs.
Love the new vacuum function btw...
I'm trying to write the versions of all the libraries used in the build into a log when the program runs.
Love the new vacuum function btw...

- Fri Sep 14, 2012 5:39 pm
- Forum: General Development
- Topic: Anyone have done serious database project?
- Replies: 5
- Views: 2926
Re: Anyone have done serious database project?
Yeah it largely depends on what database your using as to what to library to recommend... But from your description just a database browser will suffice. I use the free one here: http://www.etl-tools.com/database-editors/database-browser/overview.html You can enter in sql statements and see the resu...
- Tue Jun 26, 2012 7:05 pm
- Forum: Announcements and Discoveries
- Topic: [ANN] library for rendering music scores
- Replies: 1
- Views: 4358
Re: [ANN] library for rendering music scores
That is a really cool library you got there! Makes me wish I had a music app that needed to get done.
But I'll certainly keep this in mind for when I do!

- Tue Jun 26, 2012 6:52 pm
- Forum: Compiler / Linking / IDE Related
- Topic: Best IDE
- Replies: 9
- Views: 6285
Re: Best IDE
I've been using codeblocks for years doing all kinds of things. I've never needed anything else. I switch to it after my visual studio v6.0 got too old to do anything relevant... I didn't want to get stuck paying for another compiler/ide. Yes, you can download the new one for free, but you might wan...
- Thu May 03, 2012 9:35 pm
- Forum: Platform Related Issues
- Topic: mingwm10.dll crash
- Replies: 13
- Views: 4921
Re: mingwm10.dll crash
Then you probably are using a library in your program that is asking for it. (Be sure mthreads is not being used when you compile wxwidgets for instance)
- Thu May 03, 2012 9:32 pm
- Forum: C++ Development
- Topic: Binding events in one class from another?
- Replies: 2
- Views: 1422
Re: Binding events in one class from another?
Damn it your right as usual... 
I did this exact same thing to another variable in another function that was giving me some weird issues too...

I did this exact same thing to another variable in another function that was giving me some weird issues too...
- Thu May 03, 2012 8:33 pm
- Forum: Platform Related Issues
- Topic: mingwm10.dll crash
- Replies: 13
- Views: 4921
Re: mingwm10.dll crash
codeblocks will automatically make your program see all the dll's your program needs as long as codeblocks itself can see them. This creates the problem your having as when you run the program out of codeblocks environment your program can't find any of these files and crashes. You only need the min...
- Tue May 01, 2012 10:59 pm
- Forum: C++ Development
- Topic: Binding events in one class from another?
- Replies: 2
- Views: 1422
Binding events in one class from another?
So I'm trying to create a function that can create a new timer and auto bind events for it. The problem is that the timer only works within that function and not in the function/class which called it. You can uncomment the loop in "newtimer" an you can see the timer works fine until the end of the f...
- Wed Jan 04, 2012 5:35 pm
- Forum: General Development
- Topic: Will wxWidgets work for my project?
- Replies: 5
- Views: 1950
Re: Will wxWidgets work for my project?
I would just like to add that I've done some freelance work including everything from database managers to game tools. One thing I've found is that when using something like QT when a person sees the interface they pause, and feel a bit disoriented with a side of panic. When I switched to wxWidgets ...
- Tue Aug 23, 2011 3:25 pm
- Forum: Compiler / Linking / IDE Related
- Topic: can anyone build the svn trunk of wxWidgets?
- Replies: 3
- Views: 1360
Re: can anyone build the svn trunk of wxWidgets?
yeah they fixed it. awhile ago