News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

wxWidgets wizard problem

Started by manmach, March 30, 2007, 10:04:15 AM

Previous topic - Next topic

manmach

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.