how do you release code like a static library in windows
- by djones2010
I had a question with regards doing an official release of code.
Its my first time using VS2008 so bear with me.
I have my header file that has the api's which grant them access to the lib.
now there is a debug and a release version that is talked about.
how do i give these to my client? do i need to give them both folders or just the lib file along with the header file for that lib. The lib is ready for use directly. but i am a little confused between debug vs release.
thanks