create a dll file and compile it and link it in linux

Discussion in 'Linux' started by go4expert, Aug 23, 2004.

  1. go4expert

    go4expert Moderator

    Joined:
    Aug 3, 2004
    Messages:
    306
    Likes Received:
    9
    Trophy Points:
    0
    Hai friends
    I would like to know how to create a dll file an how to compile it and link it in linux.
    Thank u in advance
     
  2. shabbir

    shabbir Administrator Staff Member

    Joined:
    Jul 12, 2004
    Messages:
    15,374
    Likes Received:
    388
    Trophy Points:
    83
    A dll (dynamically linked library) is a small piece of code to be shared by one or more application, it is specific to Microsoft. Linux uses a very similar callstruct called a shared object (.so) it is compiled using a c compiler (typically gcc) and linked using a linker (ld)

    But here is a complete tutorial on creating dll's in linux
    http://www.linuxman.com.cy/rute/node26.html

    Thanks
    Shabbir Bhimani
     
  3. vishal sharma

    vishal sharma New Member

    Joined:
    Jul 23, 2004
    Messages:
    106
    Likes Received:
    6
    Trophy Points:
    0

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice