README_windows.txt 1.1 KB

12345678910111213141516171819202122232425
  1. This project has been ported to Windows. A working solution file
  2. exists in this directory:
  3. sparsehash.sln
  4. You can load this solution file into either VC++ 7.1 (Visual Studio
  5. 2003) or VC++ 8.0 (Visual Studio 2005) -- in the latter case, it will
  6. automatically convert the files to the latest format for you.
  7. When you build the solution, it will create a number of
  8. unittests,which you can run by hand (or, more easily, under the Visual
  9. Studio debugger) to make sure everything is working properly on your
  10. system. The binaries will end up in a directory called "debug" or
  11. "release" in the top-level directory (next to the .sln file).
  12. Note that these systems are set to build in Debug mode by default.
  13. You may want to change them to Release mode.
  14. I have little experience with Windows programming, so there may be
  15. better ways to set this up than I've done! If you run across any
  16. problems, please post to the google-sparsehash Google Group, or report
  17. them on the sparsehash Google Code site:
  18. http://groups.google.com/group/google-sparsehash
  19. http://code.google.com/p/sparsehash/issues/list
  20. -- craig