Skip navigation
nixonta1
Currently Being Moderated

Compiling XMPTOOLKIT using Visual Studio

May 14, 2010 11:37 AM

I have all of the folders and third party software setup correctly. XMPTOOLKITSDK loaded in Microsoft Visual Studio 2008 as a project but when I try to compile the project it throughs an error for each and every _snprintf in the project. I change the _snprintf to snprintf without an affect. I have also included additional libraries:

#include

 

<windows.h>

#include

 

<time.h>

#include

 

<process.h>

#include

 

<stdlib.h>

#include

 

<malloc.h>

#include

 

<stdio.h>

 

Just as a shot that the libraries were missing.

 

Exact error as reported by VS (one of 63 for project.

Error 2 error C3861: '_snprintf': identifier not found c:\inwork\XMP-Toolkit-SDK-5.1.2\source\common\XML_Node.cpp 222 XMPFiles

 

Please give me some help. Thanks.

 
Replies

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points