Hi,
My task is to create a library/precompiled header for use with MASM. I am using Code:Blocks. I have googled quite a bit and haven't come up with an appropriate solution. I was hoping someone could point me in the right direction. This is what i have done so far:
1)Created a Static Library from Code blocks,
2)Written a little snippet in it consisting of two small functions,
3)Compiled the file.
This results in a libxxx.a file in the Debug folder. I want the library to be in such a format that it can be recognized and called by MASM.
Secondly, while we're on the topic, please clear out a little confusion: dont libraries consist of header files? Why is it, when i chose to write a "static library" that I was given a .c file?