Author Topic: wxWidgets Wizard issues  (Read 3219 times)

Shadowsithe

  • Guest
wxWidgets Wizard issues
« on: June 24, 2007, 10:31:49 pm »


Any idea how to go about fixing this? I'm just following the step by step from the wiki.

Edit: Yeah, this is probably a terrible first post, asking for help and all. Apologies in advance.

Offline byo

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 837
Re: wxWidgets Wizard issues
« Reply #1 on: June 24, 2007, 11:15:12 pm »
If you follow the wxSmith tutorial... well... the workaround for this should be at the end of tutorial but I forgot to add this.

The easiest (and the best) fix: try to compile wxWidgets two times - first time with DEBUG configuration, second time with RELEASE so if you setup your wx dir properly it will work.

BYO

Shadowsithe

  • Guest
Re: wxWidgets Wizard issues
« Reply #2 on: June 24, 2007, 11:32:23 pm »
Okay, copping out and downloading wxPack seems to have worked for me. I'm just going to stop rocking the boat. Thanks for the heads up, though.