Quantcast
Channel: Adobe Community: Message List - XMP SDK
Viewing all articles
Browse latest Browse all 801

Re: Error when converting XMP-Toolkit to VS project (I use 2013) on Windows 8.1 x64 machine

$
0
0

Here are the steps required to port XMP SDK on VS 2013.

  1. Open file ‘\build\GenerateXMPToolkitSDK_win.bat’ and
    1. Replace every occurrence of “VS_VERSION=2010” with “VS_VERSION=2013”,
    2. Replace every occurrence of “vc10” with “vc12”.
  2. Open file ‘\build\shared\CMakeUtils.bat”
    1. Replace occurrence of (at line no. 61)

“    :: Visual Studio Version

     if /I "%1"=="2010" (

     echo "Generator VS 2010 specified"

     set GeneratorVersion=Visual Studio 10“

With

“   :: Visual Studio Version

     if /I "%1"=="2013" (

     echo "Generator VS 2013 specified"

     set GeneratorVersion=Visual Studio 12”.

          b. Replace every occurrence of “vc10” with “vc12”.

 

    3. Run the file ‘\build\GenerateXMPToolkitSDK_win.bat’.

 

I have tested and successfully build XMP on VS 2013 using these steps.

Please let me know if you get any issue while building XMP SDK for VS 2013.


Viewing all articles
Browse latest Browse all 801


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>