REQUIRE

Previous topic - Next topic

MrTAToad

I would be nice if REQUIRE allowed the use of pathing - at the moment, you get errors like :
QuoteY:\GLBasic\My Programs\BallZ II Redux\Windows Version\/path/widget.cpp: No such file or directory


Kitty Hello

can can give a relative path to the gbas file:
"../libraries/cpp/whatever.cpp"

MrTAToad

Unfortunately after giving a correct path, compilation fails with :

Quote../../../guichan/widget.o: No such file or directory

Kitty Hello

ok, bug filed. :(