lör 2009-06-13 klockan 16:40 +0530 skrev Vicks: > i installed all the applications as per given on the page for > compiling squid in windows. but i dnt know which file is to be > executed or how to compile squid sources then. can ny1 help. Which compiler are you using? Visual Studio 6, or MinGW? For Visual Studio 6 you need to open the project. Project files is included in the Squid for Windows source distribution (these project files is not in the normal source distribution). If it's mingw then the compilation instructions is the same as on UNIX. Open a MinGW shell, unpack the source archive, ./configure, ./make etc.. (see INSTALL after unpacking the source archive). Regards Henrik