Thread: dll question

  1. #1
    Registered User
    Join Date
    Dec 2004
    Posts
    205

    dll question

    Hi,
    I was wondering if I can export private function of a class found in a dll. Thanks
    Amish

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    No.

    Kuphryn

  3. #3
    Registered User
    Join Date
    Dec 2004
    Posts
    205
    how about public, protected?? Can I export a constructor of a class for example. How would I use that in the application that calls the dll. Thanks
    Amish
    Last edited by axr0284; 03-23-2006 at 03:13 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. non-MFC DLL with MFC app question.
    By Kempelen in forum Windows Programming
    Replies: 10
    Last Post: 08-20-2008, 07:11 AM
  2. Dll Injection Question
    By zenox in forum C Programming
    Replies: 13
    Last Post: 03-15-2008, 10:54 AM
  3. dll and classes question
    By Rune Hunter in forum C++ Programming
    Replies: 2
    Last Post: 12-17-2005, 09:26 PM
  4. C++ .NET - "inconsistent dll linkage" - What's that?
    By BrianK in forum Windows Programming
    Replies: 2
    Last Post: 03-16-2004, 10:16 AM
  5. Calling a VB DLL w/ forms from C++ DLL
    By UW_COOP in forum C++ Programming
    Replies: 8
    Last Post: 06-30-2003, 08:04 AM