Thread: DLL question

  1. #1
    Registered User
    Join Date
    Jun 2005
    Posts
    2

    DLL question

    I created a DLL using a sample tutorial on the net...

    I have a C prog and created the DLL by the foll method.

    New proj ....Class library..
    In solution explorer I added my C program to it.

    I gave the project name as dllclass..
    In the dllclass folder, I have everything but a filename.dll...

    I created this bcos I want to use this DLL...

    Can anyone tell me where is the DLL ?...Whats my mistake ?...

  2. #2
    Anti-Poster
    Join Date
    Feb 2002
    Posts
    1,401
    You're probably missing a dllexport call. What compiler and what code are you using?
    If I did your homework for you, then you might pass your class without learning how to write a program like this. Then you might graduate and get your degree without learning how to write a program like this. You might become a professional programmer without knowing how to write a program like this. Someday you might work on a project with me without knowing how to write a program like this. Then I would have to do you serious bodily harm. - Jack Klein

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