Results 1 to 5 of 5

Thread: Duplicate identifier 'P07_GETUPTEXT' at line 104 in the p07 include.

  1. #1
    Join Date
    Mar 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Question Duplicate identifier 'P07_GETUPTEXT' at line 104 in the p07 include.

    As the title says im having a problem in the p07 include where at line 104 i get the error
    [Error] C:\Simba\Includes\P07Include.Simba(105:10): Duplicate identifier 'P07_GETUPTEXT' at line 104
    I'm not particularly familiar with pascal otherwise i could have probably solved this myself. (also google was no help at all)
    Here is the particular part of the code that i am having a problem with.
    Code:
    Function P07_GetUpText: String;
    Please let me know if i need to include any other information.
    -Forfekte

  2. #2
    Join Date
    Mar 2013
    Posts
    14
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    It's because you also downloaded the official SRL-OSR and you're using it with the P07Include. Both libraries/includes share a function called P07_GetUpText which grabs the text on the top of your screen. Simply delete the function on the P07Include and it should work.

  3. #3
    Join Date
    Mar 2013
    Posts
    94
    Mentioned
    0 Post(s)
    Quoted
    22 Post(s)

    Default

    I got the same problem too. What do you mean by delete the function on the P07Include?

  4. #4
    Join Date
    Jun 2013
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I am having the same problem now , can't i get help with it?

  5. #5
    Join Date
    Apr 2013
    Location
    Las Vegas
    Posts
    111
    Mentioned
    1 Post(s)
    Quoted
    35 Post(s)

    Default

    Do people still use the 07 include?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

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