FineLineIDE


Results 1 to 40 of 188

Thread: FineLineIDE

Threaded View

  1. #11
    Join Date
    Dec 2007
    Location
    Finland
    Posts
    191


    Did you find this post helpful? Yes | No

    Default Re: FineLineIDE

    Quote Originally Posted by Normnet View Post
    You are saying if the include isn't in the main pbp folder it is within one of it's sub folders?
    It doesn't have to be a sub folder in main pbp-file folder. It can be any folder and path is point to it (same like in command prompt, i.e: "cd .." goes 1 level up for current folder).

    Example:
    If main pbp-file is located
    Code:
    c:\pic\pbp\prog\
    and include files
    Code:
    c:\pic\pbp\incl\
    In MCS I can do
    Code:
    include "..\incl\[filename_to_be_included].pbp"
    so starting folder is "c:\pic\pbp\prog" and then it goes one level up "c:\pic\pbp" and then to "incl"-folder, which is parallel to prog.

    -Gusse-
    Last edited by Gusse; - 28th August 2012 at 15:59.

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