Thread: Find out which lib supports an method

  1. #1
    Registered User
    Join Date
    Jul 2008
    Posts
    1

    Find out which lib supports an method

    Hi Everyone,

    does anyone know which lib I has to include so that this

    org_freedesktop_DBus_request_name

    method will be found.
    I always get an undefiend reference error!!

    Thx for help

  2. #2
    and the Hat of Guessing tabstop's Avatar
    Join Date
    Nov 2007
    Posts
    14,336
    According to google, the answer appears to be libdbus (which you would link with -ldbus), but I have not done the slightest bit of work to verify that.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C# method
    By siten0308 in forum C# Programming
    Replies: 6
    Last Post: 07-15-2008, 07:01 AM
  2. Overriding a method in C
    By DavidDobson in forum C Programming
    Replies: 1
    Last Post: 07-05-2008, 07:51 AM
  3. Delegate Calling a method that Calls a delegate.
    By xddxogm3 in forum C# Programming
    Replies: 2
    Last Post: 05-05-2008, 12:59 AM
  4. Replies: 2
    Last Post: 01-22-2008, 04:22 PM
  5. Variable question I can't find answer to
    By joelmon in forum C++ Programming
    Replies: 3
    Last Post: 02-12-2002, 04:11 AM