Menu

Library Use

Help
rinthesun
2007-10-11
2013-05-30
  • rinthesun

    rinthesun - 2007-10-11

    I note that some libraries are loaded automatically and others need an #include. If I create a library and place it in "lowlevel" will it be loaded automatically. Say that I want to create my own LCD library but I wish to make sure that the current library isn't loaded . What do I do? What is file "lowlevel.dat"?

     
    • Hugh Considine

      Hugh Considine - 2007-10-11

      lowlevel.dat contains a list of files in \lowlevel that GCBASIC will include by default. To stop the current LCD library from being loaded, all you'd need to do is delete the line "lcd.h" from lowlevel.dat.

      Placing a file in \lowlevel will not automatically include it - you need to add the name of the file to lowlevel.dat.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.