Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012 SHA1 Hash: ad6e143678f6b83cc557d044f9a36dd9be4ca3ea Size: 20.7 MB File Format: zip
Rating: 1.826086956
out of 5
based on 23 user ratings
Publisher Website: External Link Downloads: 430 License: Free
PST File Format SDK is a free software by Terrymah and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download PST File Format SDK which is 20.7 MB in size and belongs to the software category SDK DDK. PST File Format SDK was released on 2010-05-30 and last updated on our database on 2017-02-27 and is currently at version 0.1.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
PST File Format SDK Description
PST File Format SDK (pstsdk) was developed to be a cross platform header only C++ library for reading PST files.
- Install Visual Studio 2010 RC
- Install SVN to C:\svn, learn how to use it
- Install MinGW Make to C:\mingw. I renamed C:\mingw\bin\mingw32-make.exe to just make.exe for sanitys sake
- Check out the current trunk to C:\libraries\fairport
- Install (unzip) Boost v1.42 to C:\libraries\boost
- Create a batch file which:
Executes the "Visual Studio 2010 Command Prompt" batch file
Adds C:\svn to %PATH%
Adds C:\mingw\bin to %PATH%
Adds C:\libraries\fairport and C:\libraries\boost to %INCLUDE%
Drops you into C:\libraries\fairport
- Try getting the "test suite" to compile (C:\libraries\fairport\test) by running makeSystem requirementsVisual Studio 2010 RC