how top make a library for a modual


Closed Thread
Results 1 to 20 of 20

Hybrid View

  1. #1
    Join Date
    Feb 2012
    Location
    PERTH AUSTRALIA
    Posts
    838


    Did you find this post helpful? Yes | No

    Default Re: how top make a library for a modual

    so by putting the goto label within the " myfile.bas ", and also putting that label at the end of the file , the compiler compiles the included file but jumps all code within the file when it generates the hex code

  2. #2
    Join Date
    Nov 2003
    Location
    Wellton, U.S.A.
    Posts
    5,924


    Did you find this post helpful? Yes | No

    Default Re: how top make a library for a modual

    Yes.

    Think of it like this, Where ever the INCLUDE statement is in the main code is where what ever is in the include file will be put. So to see what will happen at compile time, paste the code from the include into the main code at the include statement. That is what the compiler sees/does.
    Dave
    Always wear safety glasses while programming.

  3. #3
    Join Date
    Dec 2007
    Location
    Finland
    Posts
    191


    Did you find this post helpful? Yes | No

    Default Re: how top make a library for a modual

    Here is one example of using module library, Using Nokia 3310 LCD.
    ScaleRobotics has documented this very clearly, so you should be able to get idea how the library is used.

    BR,
    -Gusse-

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts