Description
PST File Format SDK
PST File Format SDK (pstsdk) is a handy tool that helps you read PST files. This library is great because it works across different platforms and is written in C++. If you're looking to get started, here's a simple guide on how to set it up!
Step 1: Install Visual Studio
First things first, you'll need to install Visual Studio 2010 RC. This will help you compile the code smoothly.
Step 2: Set Up SVN
Next, grab SVN and install it in the C:\svn directory. Don’t worry; there are plenty of tutorials online to help you learn how to use it!
Step 3: Install MinGW Make
You’ll also want MinGW Make installed at C:\mingw. Just for ease, I renamed the make file from C:\mingw\bin\mingw32-make.exe to just make.exe.
Step 4: Check Out the Current Trunk
Now, check out the latest version of the trunk into C:\libraries\fairport. This is where all your files will live.
Step 5: Install Boost Library
You’ll need Boost too! Unzip Boost v1.42 into C:\libraries\boost. It’s crucial for some functionalities.
Step 6: Create Your Batch File
Create a batch file that does several things:
- Runs the "Visual Studio 2010 Command Prompt" batch file.
- Adds C:\svn to your %PATH% variable.
- Adds C:\mingw\bin to your %PATH% variable as well.
- Adds both C:\libraries\fairport and C:\libraries\boost to your %INCLUDE% variable.
- Takes you directly into C:\libraries\fairport.
Step 7: Compile the Test Suite
The final step? Try compiling the "test suite" located at C:\libraries\fairport\test. You can do this by simply running make in your command prompt!
Tags:
User Reviews for PST File Format SDK 7
-
PST File Format SDK provides efficient PST file reading capabilities. Instructions for setup are clear and straightforward.
-
Absolutely love this SDK! It's easy to set up and works flawlessly for reading PST files. Highly recommend!
-
Fantastic tool for developers! The installation process was straightforward, and the library is very powerful.
-
Five stars! This SDK made working with PST files a breeze. Clear documentation and great performance.
-
Impressive library! I was able to integrate it into my project quickly. Definitely a must-have for anyone dealing with PST files.
-
Best SDK I've used for PST file handling. Simple setup and excellent functionality. Highly recommend to others!
-
This is an amazing library! It saved me so much time in my project, and the community support is great too!