wxWidgets Project Wizard for Visual C++ 2005 Express

Do you like to promote your wxWidgets based application or component!? Post it here and let's see what the critics have to say. Also, if you found that ONE wx component the world needs to know about, put it here for future reference.
Post Reply
xan
In need of some credit
In need of some credit
Posts: 2
Joined: Tue Nov 29, 2005 9:56 pm

wxWidgets Project Wizard for Visual C++ 2005 Express

Post by xan »

I've just completed a new project wizard for Visual C++ 2005 Express. There are some issues (= using wxWidgets in DLL) but it works pretty well otherwise... Also i've included some basic support for wxFormBuilder.

Some screenshots:

wizard selection:
Image

overview page:
Image

settings page:
Image

solution explorer:
Image

frame based application sample:
Image


Download from :
http://www.deltha.ro/software/wpw/wxWid ... Wizard.exe
Last edited by xan on Sat Dec 10, 2005 4:36 pm, edited 1 time in total.
User avatar
Ryan Norton
wxWorld Domination!
wxWorld Domination!
Posts: 1319
Joined: Mon Aug 30, 2004 6:01 pm

Post by Ryan Norton »

Sweet!

The wxApp.h has a tab in it though :).
[Mostly retired moderator, still check in to clean up some stuff]
buildere
Super wx Problem Solver
Super wx Problem Solver
Posts: 358
Joined: Thu Oct 28, 2004 3:45 pm
Location: Costa Rica

Post by buildere »

Great work! :D :D
User avatar
T-Rex
Moderator
Moderator
Posts: 1249
Joined: Sat Oct 23, 2004 9:58 am
Location: Zaporizhzhya, Ukraine
Contact:

Post by T-Rex »

Hello.

I have a small notice that the list of standard libraries in project's properties is not enough. Could you please add advapi32.lib kernel32.lib user32.lib gdi32.lib ole32.lib shell32.lib comdlg32.lib to additional dependencies for projects, generated by this wizard?

Regards,
T-Rex
xan
In need of some credit
In need of some credit
Posts: 2
Joined: Tue Nov 29, 2005 9:56 pm

Post by xan »

T-Rex wrote:Hello.

I have a small notice that the list of standard libraries in project's properties is not enough. Could you please add advapi32.lib kernel32.lib user32.lib gdi32.lib ole32.lib shell32.lib comdlg32.lib to additional dependencies for projects, generated by this wizard?

Regards,
T-Rex
Done. You can download now the 1.0.1 version :)
User avatar
T-Rex
Moderator
Moderator
Posts: 1249
Joined: Sat Oct 23, 2004 9:58 am
Location: Zaporizhzhya, Ukraine
Contact:

Post by T-Rex »

Thx. Everything works perfectly now. :)
linsan2008
In need of some credit
In need of some credit
Posts: 1
Joined: Tue Jan 10, 2006 3:58 pm

Post by linsan2008 »

HI, does it support vs 2003?
Post Reply