Thread: Help On Compiling........

  1. #1
    Registered User
    Join Date
    Oct 2001
    Posts
    2

    Arrow Help On Compiling........

    How do you create one single .dll file with multiple C source and C header files without getting errors that do not make the dll file for you.........btw I am using MSVC++ 6.0.......thx for your time.

  2. #2
    Registered User
    Join Date
    Oct 2001
    Posts
    2
    Can someone help me please ?

  3. #3
    of Zen Hall zen's Avatar
    Join Date
    Aug 2001
    Posts
    1,007
    Have you marked all the functions for export?

    There's a DLL tutorial here.
    zen

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Newbie Compiling Problem
    By Deronius in forum C++ Programming
    Replies: 3
    Last Post: 06-15-2008, 11:23 AM
  2. Screwy Linker Error - VC2005
    By Tonto in forum C++ Programming
    Replies: 5
    Last Post: 06-19-2007, 02:39 PM
  3. Compiling
    By Dae in forum C++ Programming
    Replies: 7
    Last Post: 06-15-2005, 01:08 AM
  4. compiling and executing issue with lcc win32
    By GanglyLamb in forum C Programming
    Replies: 10
    Last Post: 12-22-2004, 02:24 PM
  5. Compiling syntax
    By Jez_Master in forum C++ Programming
    Replies: 3
    Last Post: 04-01-2002, 09:46 PM