Thread: DLL Problem

  1. #1
    Registered User
    Join Date
    Jul 2002
    Posts
    7

    Question DLL Problem

    Hi,
    Anybody have any advice on cretaing DLL with DEV C++. Anybody ever have any problems with it. I can build the DLL but there is never an export table in the file.
    Any halp would be great.

  2. #2
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    >>> an export table

    Do you mean a .DEF file? If so, this is a hangover from days gone by, modern Windows system do not require one, (although I think the old mechanism still works if you force it).

    Normally nowdays, you get a DLL file, a header which you include and a library which you link with.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. DLL Function / Load Library Problem
    By cboard_member in forum Windows Programming
    Replies: 5
    Last Post: 12-10-2005, 10:11 AM
  2. Replies: 1
    Last Post: 09-18-2005, 09:06 PM
  3. .lib vs .h vs .dll
    By Shadow12345 in forum C++ Programming
    Replies: 13
    Last Post: 01-01-2003, 05:29 AM
  4. std::string vs char* DLL problem
    By aker_y3k in forum C++ Programming
    Replies: 13
    Last Post: 10-02-2002, 09:05 AM
  5. VCL and DLL class problem
    By borland_man in forum C++ Programming
    Replies: 1
    Last Post: 02-13-2002, 11:07 AM