Blame README.windows

Packit 18d29c
This project has begun being ported to Windows.  A working solution
Packit 18d29c
file exists in this directory:
Packit 18d29c
    google-glog.sln
Packit 18d29c
Packit 18d29c
You can load this solution file into VC++ 9.0 (Visual Studio
Packit 18d29c
2008).  You may also be able to use this solution file with older
Packit 18d29c
Visual Studios by converting the solution file.
Packit 18d29c
Packit 18d29c
Note that stack tracing and some unittests are not ported
Packit 18d29c
yet.
Packit 18d29c
Packit 18d29c
You can also link glog code in statically -- see the example project
Packit 18d29c
libglog_static and logging_unittest_static, which does this.  For this
Packit 18d29c
to work, you'll need to add "/D GOOGLE_GLOG_DLL_DECL=" to the compile
Packit 18d29c
line of every glog's .cc file.
Packit 18d29c
Packit 18d29c
I have little experience with Windows programming, so there may be
Packit 18d29c
better ways to set this up than I've done!  If you run across any
Packit 18d29c
problems, please post to the google-glog Google Group, or report
Packit 18d29c
them on the google-glog Google Code site:
Packit 18d29c
   http://groups.google.com/group/google-glog
Packit 18d29c
   https://github.com/google/glog/issues
Packit 18d29c
Packit 18d29c
-- Shinichiro Hamaji
Packit 18d29c
Packit 18d29c
Last modified: 23 January 2009