Search found 24 matches

by spicerun
Fri Oct 07, 2005 4:12 pm
Forum: Open Discussion
Topic: Is there any room for more wxWidgets IDE?
Replies: 8
Views: 3399

spicerun, You are improving an existing project (wxWorkshop) not starting a new one from scratch. I'm all for that. I think that's wise so it does not qualify for a coronary ;) Best of luck to you and hopefully with the renewed activity, it will catch the attention of more developers. Thanks. Actua...
by spicerun
Fri Oct 07, 2005 1:37 pm
Forum: Open Discussion
Topic: Is there any room for more wxWidgets IDE?
Replies: 8
Views: 3399

A lot of good points...

Guys, Let me preface my remarks here as being just my own opinions. I do not represent myself as any sort of authority or expert. I do have a lot of experience in embedded hardware/software design, but I don't expect you guys to just take my word on it, so I'll just ride along as another one these p...
by spicerun
Thu Oct 06, 2005 7:17 pm
Forum: Open Discussion
Topic: Is there any room for more wxWidgets IDE?
Replies: 8
Views: 3399

Is there any room for more wxWidgets IDE?

I'm been reading a few topics on this board, and it does bring the question to my mind, as to if all of the IDE choices are fixed for wxWidgets, and there is no more room for any new development of an IDE? Or is the potential field still wide open for a wxWidgets IDE & Rad Tool? I'm just curious...
by spicerun
Wed Oct 05, 2005 2:14 pm
Forum: Compiler / Linking / IDE Related
Topic: IDE for Linux
Replies: 12
Views: 3226

I'm going to check out that Anjuta thing upCASE suggested though. I've been using Anjuta (http://www.anjuta.org) for a couple of years now and have been very pleased with it. It is a Gnome/gtk+ IDE with wxWindows/wxWidgets support. If you do get it, get the latest 1.2.4 version. They're currently w...
by spicerun
Fri Sep 30, 2005 1:26 pm
Forum: Open Discussion
Topic: Linux on Windows, Cool!
Replies: 2
Views: 1642

Typical Linux Magazine Article...

No offense, but this is just another typical article of Linux Magazine, who, IMO, has been corrupted ever since they've accepted Microsoft's Ads, and are going by the way of the old Maximum Linux Magazine. I highly suspect Microsoft has a very large control of this magazine now. But what I am referr...
by spicerun
Thu Sep 29, 2005 3:31 pm
Forum: Compiler / Linking / IDE Related
Topic: how to debug your wxWidgets project in Linux?
Replies: 10
Views: 2416

leio wrote:help ptype inside gdb.
There should be a variable (m_pch or similar) inside wxString, that stores the string, and you should be able to print that.
Thanks leio. That was just what I was looking for.

Regards.
by spicerun
Wed Sep 28, 2005 2:11 pm
Forum: Compiler / Linking / IDE Related
Topic: how to debug your wxWidgets project in Linux?
Replies: 10
Views: 2416

ddd/gdb for me mainly

I use ddd/gdb for my debugging and it has worked pretty well for me. I only wish that I could find the structure of the wxWidgets types such as wxChars, wxStrings, etc. so that I could find a way to get gdb to display them....without the format of these types, even memory dumps of those type variabl...
by spicerun
Wed Sep 28, 2005 1:43 pm
Forum: General Development
Topic: wxGTK developers questions about UNICODE and ODBC
Replies: 13
Views: 4355

Thank you for the reply, spicerum. ... Do you know when here will be a fully compatible UNICODE+ODBC version that is not dependent on iODBC only? Thank you. No, sorry I don't. The only reason I knew about iodbc is because I ran into the problem while converting wxWorkshop to the latest Unicode vers...
by spicerun
Fri Sep 23, 2005 2:54 pm
Forum: General Development
Topic: wxGTK developers questions about UNICODE and ODBC
Replies: 13
Views: 4355

I am using iodbc with Unicode wxGTK. The libiodbc-3.51.x series will (not fully) work with the Unicode wxGTK, but at least it is working for me well enough to continue fixing up my application. I'm told there is a lot of discussion about this, with many people waiting for the correct version of iodb...