Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

implementing a library in C

Name: OP !iV773cCkC. 2012-01-08 19:59

so I'm running MinGW on Windows, and I want to mess around Xiph.Org's libao - a cross-platform audio output library

I'm very inexperienced, and my question is how do I actually make use of it? You can download it here http://xiph.org/downloads/ (it's small)

I see an install-sh file but I can't actually make use of that on Windows, can I?

I can put the header files, which are under include/ into C:\MinGW\Include, right? (but that doesn't even seem right because then how would I remove libraries I added later if I wanted to? it's not separated) but then where do I put the actual source files?

Name: Anonymous 2012-01-08 20:56

>>11

you can link multiple object files into a single library. Each source file should be compiled to its corresponding object file, and then the relevant object files can be linked to form an executable binary, or a dynamic library, or a static library. What OS and compiler are you using?

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List