Search found 89 matches

by qgranfor
Wed Mar 26, 2008 5:49 pm
Forum: wxDev-C++
Topic: DirectX vs. wxSound
Replies: 2
Views: 1112

I'm not real familiar with wxSound as I haven't used it. If you're looking at using a different library for sound I'd recommend looking at fmodex as it runs on many platforms and supports many formats and options. However, the fmodex license can be expensive if used in commercial applications. It's ...
by qgranfor
Fri Mar 21, 2008 1:19 am
Forum: C++ Development
Topic: Custom events and SetString limit?
Replies: 2
Views: 759

Thanks, I was able to stumble through making a new event and can now pass full strings via events.
by qgranfor
Mon Mar 17, 2008 12:00 am
Forum: C++ Development
Topic: Custom events and SetString limit?
Replies: 2
Views: 759

Custom events and SetString limit?

GCC and wxGTK2.8.7 under Ubuntu I'm using the following code for communication between the network thread and the main window. Network Thread: event.SetString(wxT("Really Long message here")); m_frame->AddPendingEvent(event); Main GUI Thread void wxEswatFrame::OnThreadUpdate(wxCommandEvent...
by qgranfor
Wed Mar 12, 2008 8:55 pm
Forum: C++ Development
Topic: Sizers and Notebooks
Replies: 2
Views: 909

What's isn't window2 sizing? Everything or just one way direction, etc?
by qgranfor
Mon Oct 29, 2007 3:25 pm
Forum: Compiler / Linking / IDE Related
Topic: wxDb
Replies: 2
Views: 1023

You need to recompile wxWidgets with ODBC enabled. This is not enabled by default.
by qgranfor
Tue Sep 25, 2007 3:39 am
Forum: C++ Development
Topic: OTL, wxGTK and Unicode example?
Replies: 1
Views: 731

Looks like the following might work......I'll try it out soon. :)

for(size_t j=0;j<sql_result.length();++j)
result_name<<sql_result[j];
by qgranfor
Mon Sep 24, 2007 4:08 pm
Forum: C++ Development
Topic: OTL, wxGTK and Unicode example?
Replies: 1
Views: 731

OTL, wxGTK and Unicode example?

I'm using wxGTK 2.8.5 compiled with Unicode and am trying to implement OTL with unicode enabled as well. Using the example with OTL I've been able to get everything to work except one thing. :oops: I'm having issues getting a char based result from OTL put into a wxString. I had no issues without Un...
by qgranfor
Wed Jan 24, 2007 10:55 pm
Forum: C++ Development
Topic: OpenGL required: set wxUSE_GLCANVAS????
Replies: 3
Views: 1152

When you say you're rebuilding the solution.....do you mean your application or the wxWidgets libraries? wxWidgets will have to be recompiled for the flag you set to take effect.
by qgranfor
Wed Jan 17, 2007 11:53 pm
Forum: C++ Development
Topic: OpenGL and wxWidgets?
Replies: 6
Views: 1345

Take a look in the samples directory at opengl.
by qgranfor
Tue Dec 19, 2006 11:48 pm
Forum: C++ Development
Topic: Retreiving the datetime that a file was last modified
Replies: 3
Views: 1258

Thanks! I was only looking in wxFile and wxFFile functions. :oops:
by qgranfor
Tue Dec 19, 2006 3:54 pm
Forum: C++ Development
Topic: Retreiving the datetime that a file was last modified
Replies: 3
Views: 1258

Retreiving the datetime that a file was last modified

I didn't see any options to find this in the docs (hope I didn't just miss it). Anyone have a code snippet or ideas they'd be willing to share? 8) wxWidgets 2.6.3 on Windows XP........but the final program will run on Windows 2000 sp4 and I'd like to run on Linux too so a cross-platform solutions wo...
by qgranfor
Fri Nov 24, 2006 9:15 pm
Forum: General Development
Topic: wxWidgets/wxUniversal as in game GUI?
Replies: 2
Views: 851

You might want to look into CEGUI to do ingame GUI's in DirectX and OpenGL.
by qgranfor
Mon Aug 14, 2006 5:58 pm
Forum: General Development
Topic: Database Layer Architechure Question (Flat Vs Sql)
Replies: 4
Views: 1121

Uh, wow.....faints (not in bad way). I struggled with this same question years ago when starting my project (wxDMHelper, unfortunately the website is down for another month or two). My application is being developed to handle many different gaming systems (Gurps, DnD, Warhammer, etc....Rolemaster is...
by qgranfor
Mon Aug 14, 2006 2:56 pm
Forum: C++ Development
Topic: wxDbConnectInf
Replies: 3
Views: 982

The USER may have rights to the table, but do they have rights to access the table from the domain/ip you're connecting from?
by qgranfor
Fri Aug 11, 2006 7:17 pm
Forum: General Development
Topic: Database Layer Architechure Question (Flat Vs Sql)
Replies: 4
Views: 1121

Depends on what you're doing. You don't really provide much information. "data intensive app" doesn't really specify anything. 1,000 a day? 10,000,000 a day? 1,000,000,000 a day? Multi-user environment? Remote access via wan? Right tool for the job......but I don't know what the job is.......