Search found 89 matches

by qgranfor
Wed Mar 16, 2011 9:05 am
Forum: General Forum Issues
Topic: Forums Site Performance
Replies: 14
Views: 65427

This may be the fact it's 4am talking...... :roll: Sumthing at the host level appears to be borked to me. I could set this up on my server(s) as a virtual server and host it if need be. However, I only have a 3Mbit up pipe and don't have UPS past 10 minutes. :cry: I'd rather not lose the forum though.
by qgranfor
Sat Feb 12, 2011 9:17 pm
Forum: wxCode
Topic: wxCurl configure is not working under ubuntu ?
Replies: 2
Views: 3576

You need to have the curl-dev installed as well to build against.
by qgranfor
Mon Jan 10, 2011 8:09 pm
Forum: General Development
Topic: Want to use wx; unsure of architecture
Replies: 4
Views: 2226

You say you're developing a cross-platform application but then list non-cross-platform libs like NET and the C# language. While these can run under Mono in Linux and OSx do you want to add another layer?
by qgranfor
Mon Oct 25, 2010 7:14 pm
Forum: Platform Related Issues
Topic: Linux: error while loading shared libraries
Replies: 4
Views: 15935

Have you run ldconfig as root to pick up the new shared libs?
by qgranfor
Tue Jul 06, 2010 9:10 pm
Forum: General Development
Topic: how to play .mid file
Replies: 4
Views: 3054

Note sure what kind of license you're using in your program, but you might want to check out FMod lib which is free for smaller projects.

http://www.fmod.org/ is cross-platform and supports many sound files and I've embedded it into a few wxGTK projects without issue so far.
by qgranfor
Wed Mar 31, 2010 2:02 pm
Forum: C++ Development
Topic: wxDb and wxDbConnectInf problems
Replies: 5
Views: 1909

I'm using ODBC via OTL by linking "/usr/lib/libodbc.so" under Unbuntu 9.x in 32/64 modes. Which was the unixodbc-dev lib if I'm not mistaken (not sure, would have to check when I get home).

Have you built the wxGTK lib with ODBC support after setting the odbc indicator?
by qgranfor
Mon Mar 29, 2010 6:01 pm
Forum: Database Related
Topic: Can't connect to SQL Server 2007 with wxODBC
Replies: 1
Views: 3084

Sounds like you haven't built the wxODBC lib when you built wxWidgets.

See the following: http://wiki.wxwidgets.org/ODBC
by qgranfor
Fri Feb 26, 2010 3:27 pm
Forum: C++ Development
Topic: Help with OTL /DTL/ WxODBC/ Databaselayer
Replies: 2
Views: 1421

What kind of issues are you having with OTL? I'm using it just fine in Ubuntu 9.10.
by qgranfor
Tue Feb 02, 2010 9:55 pm
Forum: C++ Development
Topic: ODBC support in wxwidgets 2.9.0
Replies: 6
Views: 3381

Ah, I've had good luck in the past when I used wxSQLite3 in some other projects of mine.
by qgranfor
Tue Feb 02, 2010 5:41 pm
Forum: C++ Development
Topic: ODBC support in wxwidgets 2.9.0
Replies: 6
Views: 3381

wxODBC was removed in 2.9 if I recall correctly. So, I'm simply using OTL for my ODBC access.
by qgranfor
Fri Oct 30, 2009 8:57 pm
Forum: Platform Related Issues
Topic: Has anyone attempted to build MacOS apps from Linux?
Replies: 6
Views: 3133

http://www.sandroid.org/imcross/ might do what you're looking for. I've not tried the MacOSX part, but have had luck with the win32.
by qgranfor
Tue Oct 27, 2009 8:21 pm
Forum: Database Related
Topic: SQlite and wxWidgets
Replies: 3
Views: 6530

http://wiki.wxwidgets.org/WxSQLite this wrapper might come in handy for ya.
by qgranfor
Wed Oct 14, 2009 3:52 pm
Forum: Announcements and Discoveries
Topic: ANN: wxPdfDocument 0.8.5 released
Replies: 8
Views: 3934

I just started using wxpdfdoc a month or so ago for my project. Was easy to use and saved me a huge amount of time. Keep up the good work! 8)
by qgranfor
Tue Aug 18, 2009 3:06 am
Forum: wxCode
Topic: can't install wxsqlite please help!
Replies: 28
Views: 10315

asitis wrote:The sqlite3 package that I installed through the Ubuntu Synaptic Package Manager did not contain the header file sqlite3.h .
Just an FYI. Typically with Unbuntu Synaptic Package Manger you'll only get development files such as headers if you install package_to_install-dev as well.
by qgranfor
Sun Aug 16, 2009 5:44 pm
Forum: C++ Development
Topic: Hide particular rows/columns in a wxSheet?
Replies: 0
Views: 894

Hide particular rows/columns in a wxSheet?

I need to filter a result set that's displayed in a wxSheet. I figured the easiest way to do this would be to hide the filtered rows........but there doesn't appear to be functionality to do this? Or did I just overlook it once again? :lol: