February 25, 200719 yr I've got a large development program in C++ that's separated into a bunch of different files (.h files and such). I need to compile everything into one .DLL file yet I don't know how to do this in Visual C++. Any help? the russians are the best! Hands down!
February 25, 200719 yr Did it include a project file? If not create a new DLL project, make it empty, then add all of the files for the project you want, compile and link with the required .lib files.
Create an account or sign in to comment