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.
Hi,
please read this thread, that handles the same issue:
http://forums.adobe.com/thread/625510?tstart=0
For the new SDK (5.1.2) updating zlib to version 1.2.5 should solve the issue.
Regards,
Samy
North America
Europe, Middle East and Africa
Asia Pacific