Changes between Version 32 and Version 33 of DevWikiWinVC_15
- Timestamp:
- 01/31/11 08:52:10 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinVC_15
v32 v33 5 5 A good tool for extracting tar, gz, and bz files: [http://www.7-zip.org/ http://www.7-zip.org/] 6 6 7 == Compile PostgreSQL under VC++ 2008 (express or Studio) ==8 Note that if you are compiling for 64-bit, Express is not supported so you have to use VC++ Professional or9 above.7 == Compile PostgreSQL under VC++ 2008/2010 (express or Studio) == 8 Note that if you are compiling for 64-bit, Express Does not include the needed libraries by default. 9 Refer to [http://msdn.microsoft.com/en-us/library/9yb4317s.aspx] for details. 10 10 [http://www.postgresql.org/docs/9.0/interactive/install-win32-full.html Full details here] 11 11