Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: 00061205 on June 19, 2008, 01:53:09 pm

Title: How to develop a project with C::B+wxFormBuilder?
Post by: 00061205 on June 19, 2008, 01:53:09 pm
How to develop a project with C::B+wxFormBuilder?
eg. A HelloWorld app.
Title: Re: How to develop a project with C::B+wxFormBuilder?
Post by: Deschamps on June 21, 2008, 06:14:32 pm
Just use the wxWidgets app wizard or begin your project from scratch and add the source files generated from wxFormBuilder (then you could use them directly or creating an inherited class, that is my preferred way).

Regards.
Title: Re: How to develop a project with C::B+wxFormBuilder?
Post by: 00061205 on June 23, 2008, 05:12:26 am
Just use the wxWidgets app wizard or begin your project from scratch and add the source files generated from wxFormBuilder (then you could use them directly or creating an inherited class, that is my preferred way).

Regards.

Thanks