Author Topic: How to tell Code::Blocks where wxWidgets is?  (Read 12486 times)

Offline spflanze

  • Almost regular
  • **
  • Posts: 134
Re: How to tell Code::Blocks where wxWidgets is?
« Reply #15 on: August 21, 2018, 06:54:59 pm »
I have it working. This time I used a word processor to inspect the project file just as you did and in Code::Blocks searched and removed the apostrophes until the word processor showed them gone. The project is compiling now. Thanks for your help.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7590
    • My Best Post
Re: How to tell Code::Blocks where wxWidgets is?
« Reply #16 on: August 21, 2018, 11:20:25 pm »
I have it working. This time I used a word processor to inspect the project file just as you did and in Code::Blocks searched and removed the apostrophes until the word processor showed them gone. The project is compiling now. Thanks for your help.

You should never edit an CB project file with a word processor!
Using a text editor is what I do; but, it should only be done as a last resort!
Not because you do not wish to use the CB GUI!

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline spflanze

  • Almost regular
  • **
  • Posts: 134
Re: How to tell Code::Blocks where wxWidgets is?
« Reply #17 on: September 06, 2018, 10:36:18 pm »
I used the word processor only to inspect the file. I did not use it to edit the file. It would have been clearer had I said I used Code::Blocks IDE to remove the apostrophes until I no longer saw them present in the word processor.