Project Preparations
Well a friend and I are in the mist of starting a new project for the summer and maybe many summers after. So in the process I am learning how to write DLL's with C++. Right now I am sticking to learning static linked DLL's because hopefully we will need nothing other than that. If the time arises tho we will make it Dynamically Linked. Currently in the process of learning I have run across a problem. Every thing is compiling fine with the dll and test app. However with the test app the exe is never getting created. I am in the process of figuring out why this is happening. But I am not quite shure. Maybe it is a issue with the lib being linked. However I don't think this is the case because The Microsoft compiler should complain about a issue like that. Darn you Visual C++ 2005 express edition.
0
Sign in to follow this
Followers
0
2 Comments
Recommended Comments
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