Hey, I have no idea if this thread already exists. I did try to make one before but it seemse like it didn't work.
So here goes !
My question is - How do I put my .o files into an object library file?
I'm using c++ visual studio express 2008.
And I have created an gui library which I then want to reuse in other projects without having to have the .h and .cpp files within the new project.
And in order to do so I guess I'll need an object library file.
I do have my .o files or if I'm right object files, but I have no idea how to create an object library.
So if you know how to, please tell me.
Thanks