Author Topic: Linking wxWidgets 2.8.9  (Read 2464 times)

manekko

  • Guest
Linking wxWidgets 2.8.9
« on: January 07, 2009, 12:48:58 am »
I'm using Windows XP
I'm using Code::Blocks Nightly builds(01/06/2009)
I'm using MingW 5.1.4
I download the wxWidgets 2.8.9
I already compiled the lib like this: mingw32-make -f makefile.gcc MONOLITHIC=1 SHARED=1 UNICODE=1 BUILD=release
And now I want to know, how to link the lib in the code::blocks without use the existing template ?
Actually, I tried to use the template, but I got errors, but I prefer use a empty project ;D

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: Linking wxWidgets 2.8.9
« Reply #1 on: January 07, 2009, 09:27:25 pm »
Just copy the options that the template uses.
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)