I hope this is the correct board to post this. Anyway, I was wondering if it's possible in Visual Studio (.NET is what I use atm) to setup a project to create both a dll and a lib at the same time of my library? My main exe program needs the dll of lets say "library1" to run, but I have ANOTHER library, lets call it "library2," that in order for it to compile to a dll, it needs a lib of "library1." I hope I made myself clear. Thanks.