Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to #include files with relative path to the current one?
#2
The standard way (e.g. C compilers) is use angles < ... > for compiler-library files. Use double quotes " ... " for your files. So try:
Code:
#include "filename.bas"
and this will include the file relative to your source path.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)