Thread: Import Dll

  1. #1
    Registered User
    Join Date
    Jan 2002
    Posts
    64

    Import Dll

    How do i import a dll (in this case "icmp.dll") to use it.

    i tried:

    implib icmp.lib c:\windows\system\icmp.dll ;

    but this didn't work.

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Depends on the DLL.......are the functions C functions (or wrapped in extern C)?....is it a COM dll?

  3. #3
    Programming Sex-God Polymorphic OOP's Avatar
    Join Date
    Nov 2002
    Posts
    1,078
    Also, what compiler?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Dll Import
    By dankalim in forum C Programming
    Replies: 3
    Last Post: 06-29-2007, 09:37 AM
  2. DLL generated but related import library is missing?
    By George2 in forum C Programming
    Replies: 0
    Last Post: 08-18-2006, 12:13 AM
  3. dll communicating between each other
    By cloudy in forum C++ Programming
    Replies: 5
    Last Post: 06-17-2005, 02:20 AM
  4. DLL and std::string woes!
    By Magos in forum C++ Programming
    Replies: 7
    Last Post: 09-08-2004, 12:34 PM
  5. DLL Import
    By Hyder Ali in forum C# Programming
    Replies: 5
    Last Post: 06-14-2004, 12:36 AM