News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

How to develop a project with C::B+wxFormBuilder?

Started by 00061205, June 19, 2008, 01:53:09 PM

Previous topic - Next topic

00061205

How to develop a project with C::B+wxFormBuilder?
eg. A HelloWorld app.

Deschamps

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.
Those who were seen dancing were thought to be insane by those who could not hear the music

00061205

Quote from: 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.

Thanks