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.
![]()
This is a discussion on Help On Compiling........ within the C++ Programming forums, part of the General Programming Boards category; How do you create one single .dll file with multiple C source and C header files without getting errors that ...
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.
![]()
Can someone help me please ?
Have you marked all the functions for export?
There's a DLL tutorial here.
zen