Errors when rebuilding the version 10.1.0 Runtime on Windows

 
0 Likes

Problem:

When rebuilding the version 10.1.0 Runtime on Windows there are errors about missing libraries: acme2.lib, avision5.lib and wcpp32.lib.

Solution:

1. Download libpdf.zip attached to this article, which contains two libraries missing from the 10.1.0 installation, and extract to the lib directory of your 10.1.0 installation.

2. Open the .sln (in the lib directory of the 10.1.0 installation) in Visual Studio 2012 and accept the prompt to “Update VC Projects”. Note that you must use Visual Studio 2012.

3. In the Visual Studio Solution Explorer remove these three files under ‘Source Files’:

     acme2.lib

     avision5.lib

     wcpp32.lib

4. Right click on ‘Source Files’ and select ‘Add’ then ‘Existing Item’ and add these three files:

     avision6.lib

     libhpdf.lib

     libpdf.lib

 

The solution will now build successfully.

libpdf.zip

Comment List
Related
Recommended