Author Topic: WXwidgets non unicode(ANSI) version  (Read 3692 times)

karimkhan

  • Guest
WXwidgets non unicode(ANSI) version
« on: March 09, 2011, 06:53:08 am »
Hi everyone ,

Where can I get the wxwidgets non unicode version . I want wxwidgets29d file . In version 2.8 I found wxwidgets28d.lib files . but letter versions giving wxwidgets29u.lin and 29ud.lib . So for wxwidgets29d which version should I use?

Or is there any other way to get this wxwidgets29.lib files?

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: WXwidgets non unicode(ANSI) version
« Reply #1 on: March 09, 2011, 07:10:33 am »
build it by yourself, its not hard, and you should follow the instructions on wxWidgets' manual/site.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.