Search found 24 matches

by spicerun
Sun Apr 20, 2008 12:53 am
Forum: Compiler / Linking / IDE Related
Topic: best ide integration
Replies: 12
Views: 4097

cnewbie77 wrote:ok so:
wxWorkshop is not ready
Look for new code late in 2009 that will work with the current wxWidgets at that time, and the wxAUI libraries.

--Spicerun
Current Project Admin for wxWorkshop

Questions? E-mail me at [email protected].
by spicerun
Sun Apr 20, 2008 12:34 am
Forum: C++ Development
Topic: RAD tool advice
Replies: 13
Views: 14784

Re: Some comments of my own

wxWorkshop : Doesn't seem to be maintained any longer While its true wxWorkshop is being retooled, it isn't quite dead. However, I guess until someone has the new code in hand, I guess there will always be happy to declare it dead without ever researching it. FYI - Look at late 2009 for the next ve...
by spicerun
Fri Oct 27, 2006 1:20 am
Forum: Component Writing
Topic: wxTemplates & wxDocManager?
Replies: 2
Views: 1644

Thanks, I'll also look at the wxWorkshop variety too.
by spicerun
Thu Oct 26, 2006 12:22 pm
Forum: Component Writing
Topic: wxTemplates & wxDocManager?
Replies: 2
Views: 1644

wxTemplates & wxDocManager?

I'm not sure I'm asking in the right forum, so if not, please forgive me and point me to the right forum. I'm trying to get more information on exactly the format of the Template is for the wxDocManager component. For some reason, I just can't visualize what the Template looks like or how a template...
by spicerun
Wed May 31, 2006 3:12 am
Forum: Open Discussion
Topic: A frustrated newbie in wxWidgets
Replies: 12
Views: 3912

Thanks for your reply, upCASE. I am transfering to Qt right now. ...and I feel like Qt is a better choice. (It seems like Qt is originally designed for this purpose. Just a feeling.) Even though Qt is free as long as your application is GPL licensed, you are aware that you are not allowed to distri...
by spicerun
Fri May 12, 2006 2:12 am
Forum: Open Discussion
Topic: Sourceforge's Code Repository System?
Replies: 5
Views: 2335

Sourceforge Explains ...

Just Received tonight from Sourceforge.net (I hope this is not breaking forum rules): Greetings, You are receiving this mail because you are a project admin for a SourceForge.net-hosted project. One of our primary services, CVS, suffered a series of interrelated, critical hardware failures in recent...
by spicerun
Fri May 12, 2006 2:00 am
Forum: Open Discussion
Topic: Sourceforge's Code Repository System?
Replies: 5
Views: 2335

I haven't tried in a while. But I will try this weekend. Thanks for the heads up. Have you contacted SourceForge admins about this issue? Sourceforge's Support Tracker is full of CVS not working complaints for the past 2 months, none of them addressed except by the autoreply system when the ticket ...
by spicerun
Thu May 11, 2006 11:40 am
Forum: Open Discussion
Topic: Sourceforge's Code Repository System?
Replies: 5
Views: 2335

Sourceforge's Code Repository System?

Hi, I've noticed in the past couple of months that the CVS system on Sourceforge seems to be 'decomposing'.... Last night I was trying it and found I couldn't access it by developer access on any of my projects, and that anoymous access is very slow. I've also noticed that the CVS Browsing function ...
by spicerun
Thu Feb 16, 2006 3:55 am
Forum: Platform Related Issues
Topic: New gtk+-2.86 requires cairo.h
Replies: 4
Views: 2894

Re: New gtk+-2.86 requires cairo.h

On another note, the bug I'm still working with with the ShowModal function on the OpenFileDialog is still present with this new gtk and new gnome-vfs packages from Gentoo. That's bad to hear :( Thought I would follow up that with wxWidgets-2.6.3-rc1, this problem is apparently cleared up. the stan...
by spicerun
Wed Jan 04, 2006 12:59 pm
Forum: Compiler / Linking / IDE Related
Topic: Problems when compiling wxwidgets with MSYS on windows
Replies: 5
Views: 1932

Re: Problems when compiling wxwidgets with MSYS on windows

Hi, this is what my Makefiles generally do: gcc `wx-config --cxxflags` -c -o program.o program.cpp gcc `wx-config --libs` -o program program.o Which works nice on GNU/Linux. But when I try to compile like this on Windows (using MinGW with MSYS), I get unlimited linking errors ("undefined refer...
by spicerun
Wed Dec 21, 2005 12:41 pm
Forum: General Development
Topic: Future docking lib based on wxIFM or not ?
Replies: 9
Views: 2914

Re: Future docking lib based on wxIFM or not ?

Hi, I have started to develop an app using a docking bar interface. For that I have used wxdockit but before to go any further I would like to know if there will be a standard docking lib very soon in wxwidgets. ... I need to know I'm also waiting to see. I know wxFL is buggy and appears to be drop...
by spicerun
Wed Nov 02, 2005 1:06 pm
Forum: General Development
Topic: Thoughts about a cross-platform IDE written in wxWidgets...
Replies: 45
Views: 13620

wxWorkshop

Incidentally, wxWorkshop is not dead even though it has been hibernating a long time. It does compile now with wxWidgets-2.6.2 (code in the Repository), deprecated functions are being taken out and replaced, and bugs are being fixed again. Progress is slow, but continuing. Code that compiles under W...
by spicerun
Fri Oct 28, 2005 1:04 am
Forum: Open Discussion
Topic: wxQT
Replies: 7
Views: 3738

Re: wxQT

Why not wxQT under linux system? GTK is nasty. I say about appearance. ... I would be in favor of wxQT just as soon as Trolltech's licensing allows the same terms as the wxWidgets libraries, and that you can make applications using the Qtlib under the MinGW tools (and includes freely redistributing...
by spicerun
Wed Oct 12, 2005 7:04 pm
Forum: Platform Related Issues
Topic: New gtk+-2.86 requires cairo.h
Replies: 4
Views: 2894

Re: New gtk+-2.86 requires cairo.h

Did you use configure? It uses the standard ways for retrieving the necessary gtk+ includes, and those very well have the cairo include dir in it. Did you re-configure (with ./config.status --recheck;./config.status for example) wxGTK after upgrading gtk+? If you didn't, it has the old configuratio...
by spicerun
Wed Oct 12, 2005 3:41 pm
Forum: Platform Related Issues
Topic: New gtk+-2.86 requires cairo.h
Replies: 4
Views: 2894

New gtk+-2.86 requires cairo.h

Just want to give you guys a heads up. I may post to the maillist tonight to also post this since I didn't see any provisions in the CVS repository for wxGTK when I was just now browsing it (unless you guys think it is a big mistake for me to do so). gtk+ version 2.86 now needs cairo.h included in t...