Home

libhw Notes

Windows

I am using mingw to compile on windows. I also am using bash for windows.

http://www.mingw.org

http://www.steve.org.uk/Software/bash

Embedding Resources

I created a little program (included in the source) that converts resource files, such as javascript and image files to hex strings that can be compiled directly into the code. This allows all resources to be embedded in the libhw.a file produced.

Your program only needs to link to libhw.a and the embedded web server will serve up all content embedded in the libarary.


© 2009 Adam Siegel