This project has begun being ported to Windows. A working solutionfile exists in this directory: google-glog.slnYou can load this solution file into VC++ 9.0 (Visual Studio2008). You may also be able to use this solution file with olderVisual Studios by converting the solution file.Note that stack tracing and some unittests are not portedyet.You can also link glog code in statically -- see the example projectlibglog_static and logging_unittest_static, which does this. For thisto work, you'll need to add "/D GOOGLE_GLOG_DLL_DECL=" to the compileline of every glog's .cc file.I have little experience with Windows programming, so there may bebetter ways to set this up than I've done! If you run across anyproblems, please post to the google-glog Google Group, or reportthem on the google-glog Google Code site: http://groups.google.com/group/google-glog