Author Topic: WxWidgets on MSW Code::Blocks  (Read 3404 times)

Offline maxcelpc

  • Single posting newcomer
  • *
  • Posts: 3
WxWidgets on MSW Code::Blocks
« on: November 08, 2007, 07:34:05 pm »
Hi,

I have installed CB on WindowsXP and it is up and running. I also installed WxWidgets for Windows, both from binaries.

I have opened a small Wx project in MSW CB, which ran successfully on Ubuntu, but when I try to run it I get the following message:

mingw32-g++.exe: `wx-config: No such file or directory

The readme and help files do not seem to offer a clue as to what may be wrong. The only thing I can see is that 'wx-config' does not exist in the WxWidgets directory, but 'wx-config.in' does. I cannot find what is calling 'wx-config'.

Help would be much appreciated.



Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: WxWidgets on MSW Code::Blocks
« Reply #1 on: November 08, 2007, 08:29:49 pm »
The configuration of wxWidgets for Windows is different than for Linux; you'll need to re-run the wxWidgets project wizard in Windows. See the wxWindowsQuickRef for more information about using wxWidgets in Windows.
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)