KCHughes Posted February 25, 2007 Share Posted February 25, 2007 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! Link to comment Share on other sites More sharing options...
dsavi Posted February 25, 2007 Share Posted February 25, 2007 17 views, 0 posts... doesn't look like anyone does. :cry: Link to comment Share on other sites More sharing options...
x76 Posted February 25, 2007 Share Posted February 25, 2007 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now