GLBasic forum

Feature request => IDE/Syntax => Topic started by: MrTAToad on 2010-Feb-15

Title: REQUIRE
Post by: MrTAToad on 2010-Feb-15
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

Title: Re: REQUIRE
Post by: Kitty Hello on 2010-Feb-15
can can give a relative path to the gbas file:
"../libraries/cpp/whatever.cpp"
Title: Re: REQUIRE
Post by: MrTAToad on 2010-Feb-15
Unfortunately after giving a correct path, compilation fails with :

Quote../../../guichan/widget.o: No such file or directory
Title: Re: REQUIRE
Post by: Kitty Hello on 2010-Feb-16
ok, bug filed. :(