Thread: DLL linking in Watcom

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Nov 2001
    Posts
    38

    Question DLL linking in Watcom

    Hello all,

    Basically I'm pretty clueless about DLLs. I know the theory, it's just linking to the functions in the DLL and using them that has me baffled.

    This is my first attempt to do this, and it is proving to be more difficult than I imagined. I think part of my problem may be some strange name mangling on Watcom's part.

    But what I really need is an overview of what is required to link to a DLL and utilize it. How is it usually done? What are my options?

    I'll ask more specific questions later.
    Links to pertinent information always welcome.


    ________
    Rutabega
    Last edited by Rutabega; 11-20-2006 at 11:24 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. linking to my own DLL
    By yahn in forum C++ Programming
    Replies: 19
    Last Post: 10-13-2008, 07:59 PM
  2. resources on linking to a dll
    By Luciferek in forum C++ Programming
    Replies: 4
    Last Post: 07-30-2008, 11:22 AM
  3. Replies: 0
    Last Post: 06-03-2007, 02:35 AM
  4. Linking a DLL
    By ThorntonReed in forum C Programming
    Replies: 3
    Last Post: 04-29-2006, 10:00 AM
  5. .lib vs .h vs .dll
    By Shadow12345 in forum C++ Programming
    Replies: 13
    Last Post: 01-01-2003, 05:29 AM