Author Topic: wxWidgets location doesn't work when portable  (Read 6 times)

Online MichaelAgarkov

  • Single posting newcomer
  • *
  • Posts: 1
  • Highly sensitive programmer and graphic designer.
    • Personal website
wxWidgets location doesn't work when portable
« on: Today at 05:59:15 pm »
Hello everyone.

I have a flash drive on which I run Code::Blocks through CbLauncher.exe. I also have wxWidgets-3.0.5 on the same drive.
I tried to create a global variable for it as $(APPPATH)\wxWidgets-3.0.5, but when I create a new project, it throws me this error:
Quote
Script error
The path you entered seems valid, but this wizard can't locate wxWidgets' files in it...
However it works when I directly specify it including the drive letter.

What can be done about this?
Sincerely thank you.