Author Topic: How to develop a project with C::B+wxFormBuilder?  (Read 5917 times)

Offline 00061205

  • Multiple posting newcomer
  • *
  • Posts: 30
How to develop a project with C::B+wxFormBuilder?
« on: June 19, 2008, 01:53:09 pm »
How to develop a project with C::B+wxFormBuilder?
eg. A HelloWorld app.

Offline Deschamps

  • Multiple posting newcomer
  • *
  • Posts: 120
Re: How to develop a project with C::B+wxFormBuilder?
« Reply #1 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.
Those who were seen dancing were thought to be insane by those who could not hear the music

Offline 00061205

  • Multiple posting newcomer
  • *
  • Posts: 30
Re: How to develop a project with C::B+wxFormBuilder?
« Reply #2 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