Thread: [PI] Compile Error

Results 1 to 6 of 6
  1. #1 [PI] Compile Error 
    Registered Member Sly Theft's Avatar
    Join Date
    Feb 2012
    Posts
    166
    Thanks given
    29
    Thanks received
    29
    Rep Power
    36
    I recently added barrows to my sever. As it had no barrows at all. I just ripped it from anther PI, anyway I get this error when I compile

    Code:
    src\server\model\minigames\Barrows.java:34: cannot find symbol
    symbol  : method getDH()
    location: class server.model.players.Client
                            c.getDH().sendDialogues(1, -1);
                             ^
    1 error
    Press any key to continue . . .
    I don't think I missed an import. I'm pretty sure I don't have this

    --> c.getDH().sendDialogues(1, -1);

    I'm pretty sure its the tunnel dialogue but I don't have it can somebody paste theres and tell me where it goes?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    May 2012
    Posts
    64
    Thanks given
    2
    Thanks received
    1
    Rep Power
    11
    you're either missing the whole method getDH() or you forgot to import the class where it is located.
    Reply With Quote  
     

  3. #3  
    Registered Member Sly Theft's Avatar
    Join Date
    Feb 2012
    Posts
    166
    Thanks given
    29
    Thanks received
    29
    Rep Power
    36
    Do you have the getDH method? I don't think I have it.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    May 2012
    Posts
    64
    Thanks given
    2
    Thanks received
    1
    Rep Power
    11
    no I don't use PI. where ever you leeched this from, you probably should have leeched the whole thing, not bits and pieces.
    Reply With Quote  
     

  5. #5  
    Donator


    Join Date
    Jul 2010
    Posts
    748
    Thanks given
    100
    Thanks received
    67
    Rep Power
    116
    Code:
    	private DialogueHandler dialogueHandler = new DialogueHandler(this);
    and
    Code:
    	public DialogueHandler getDH() {
    		return dialogueHandler;
    	}
    Reply With Quote  
     

  6. #6  
    Registered Member Sly Theft's Avatar
    Join Date
    Feb 2012
    Posts
    166
    Thanks given
    29
    Thanks received
    29
    Rep Power
    36
    I couldn't find the method. You are correct its all I'm missing. If somebody has it could they please post it.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. [PI] compile error
    By turm0ilz in forum Help
    Replies: 0
    Last Post: 03-18-2011, 10:53 PM
  2. compile error
    By Lord Stark in forum Help
    Replies: 4
    Last Post: 12-16-2010, 05:57 PM
  3. Compile Error!!!!!
    By HiImRusty in forum Help
    Replies: 5
    Last Post: 03-11-2009, 04:14 AM
  4. Compile Error (7)
    By Ryan. in forum Help
    Replies: 36
    Last Post: 01-20-2009, 11:46 PM
  5. Compile Error (1)
    By Plasma in forum Help
    Replies: 7
    Last Post: 01-20-2009, 09:02 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •