Thread: Virtual Functions in DLL.

  1. #1
    Registered User
    Join Date
    Sep 2007
    Posts
    69

    Virtual Functions in DLL.

    Hey guys,

    I have a DLL in which I declare and export a class. The problem is that this class inherits a base class that is not in the DLL. And as well as that, it implements virtual functions that are declared virtual pure in my base class.

    [Fixed the problem].
    Last edited by +Azazel+; 09-24-2009 at 05:29 AM. Reason: [I fixed the problems so its alright. But Id still like any tips on implementation design/etc.]

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. virtual functions
    By BKurosawa in forum C++ Programming
    Replies: 9
    Last Post: 08-12-2007, 02:12 AM
  2. concerning virtual functions
    By shadovv in forum C++ Programming
    Replies: 4
    Last Post: 10-25-2005, 10:22 PM
  3. .lib vs .h vs .dll
    By Shadow12345 in forum C++ Programming
    Replies: 13
    Last Post: 01-01-2003, 05:29 AM
  4. how to call a DLL functions in VC++
    By mjmariveles in forum Windows Programming
    Replies: 4
    Last Post: 07-08-2002, 08:57 PM
  5. Exporting Object Hierarchies from a DLL
    By andy668 in forum C++ Programming
    Replies: 0
    Last Post: 10-20-2001, 01:26 PM