Visual Studio 2008 Solution for Mod BW --------------------------------------- This solution was made with mod_bw v0.9. However, it was tested with v0.8 and should work with any other version. How to use it ? Well, the simple way is the following : - Make a directory at c:/mod_bw/ - Get the latest version (or the one you need) of apache - Decompress apache, and let it at c:/mod_bw/src/ - Use Visual C++ from VS2008 (other versions might work) - Compile apache. You need this for mod_bw to be linked with the libraries. - Get mod_bw source and solution. Decompress all files to c:/mod_bw/ - Open the mod_bw.sln solution. Choose release (should be default) and build the solution (F7) - Should finish in success, and you'll get the mod_bw.dll at c:/mod_bw/Release If you run into problems, feel free to post a message at the page, or send me an email. Remember to add all details. (Windows version, compiler version, apache version, paths, logs, screenshots.. the more, the better) Thats it ! Bruce .-