Author Topic: wxWidgets wizard problem  (Read 2975 times)

Offline manmach

  • Multiple posting newcomer
  • *
  • Posts: 39
wxWidgets wizard problem
« on: March 30, 2007, 10:04:15 am »
I just tried to create a new project with the wizard and ran into a (minor) problem.

The project is to test wxWidgets and SDL combined, so I called it wx-sdl.

Turns out, the wizard does not check validity of the names it generates, because I ended up with defines and class names based on wx-sdl, which contains a minus sign and that is not allowed in neither a define nor a class name.