We have had a few questions about how to compile the library for Windows XP. Follow these steps to compile the library for Windows XP using Visual Studio 2012 / 2013:
- Run Visual Studio 2012 / 2013.
- Choose File - Open - Project / Solution
- Open the library workspace by navigating to the following path (may be different depending on your installation preferences):
C:\Program Files (x86)\Codejock Software\MFC\Xtreme ToolkitPro v16.3.1\Workspace\ToolkitPro\ToolkitPro_vc120.sln
- From the Solution Explorer right click on either Codejock.ToolkitPro.Shared or Codejock.ToolkitPro.Static and choose Properties.
- At the top of the Property Pages window, select the Configuration: drop down choose multiple and select the configurations you want to target for Windows XP and press OK.
- Now in the property tree select Configuration Properties then General.
- In the Property Window on the right click on the Platform Toolset drop down and select either "Visual Studio 2013 - Windows XP (v120_xp)" or "Visual Studio 2012 - Windows XP (v110_xp)".
- Click Apply and close the Property Page window.
- Now you can build the library using Visual Studio interface, or close and run the Deployment Wizard.