how do you release code like a static library in windows

Posted by djones2010 on Stack Overflow See other posts from Stack Overflow or by djones2010
Published on 2010-04-26T21:41:03Z Indexed on 2010/04/26 21:43 UTC
Read the original article Hit count: 179

Filed under:

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

© Stack Overflow or respective owner

Related posts about c++