Re: Creating XMP Panels
I was having a blank panel. Using Adobe InDesign CS6. What I did was replace my panels folder here: /Library/Application Support/Adobe/XMP/Custom File Info Panels/4.0/panels (I'm on a Mac Lion OS) I'd...
View ArticleException for basic operations on iOS
Basic information:XMP-Toolkit-SDK-CC201306Targeting iOS 5.0OS X 10.8.4XCode 4.6.3 I'm trying to use the XMP sdk for embedding some simple metadata in a pdf, but I can't even run basic operations...
View ArticleRe: Exception for basic operations on iOS
Hello, From the exception description and the code you have shared, it seems that you have missed initializing the XMPFiles library. You need to call the function SXMPFiles::Initialize(). Also be...
View ArticleRe: Exception for basic operations on iOS
Ah, yes. I was missing the initialize statement, but for SXMPMeta rather than SXMPFiles ( iOS doesn't support the files library). SXMPMeta::Initialize();Fixed it. Thanks! For the sdk, it would be...
View ArticleToolkit installation errors
I am getting errors when trying to build the SDK in a Win7 Visual Studio 12 environment. The errors are: The C Compiler identification is unknown; and The CXX compiler identification is unknown
View ArticleRe: Toolkit installation errors
Hi, The latest XMP Toolkit was released to work with Visual Studio 2010 or “Visual Studio 10”.Wanted to confirm that by "visual studio 12" you mean "visual studio 2012" (vs 11) and not "visual studio...
View ArticleRe: Toolkit installation errors
Hi, To build it with Visual Studio 2012 would require just a couple of file edits.The batch files that need to be edited are...
View ArticleRe: Toolkit installation errors
Thank you for your help. I made progress but not yet successful. I am enclosing 2 screen captures of the batch command window. You will see the errors. Thnk you, again for your help. Bill Scully
View ArticleRe: Toolkit installation errors
Hi , Looks like from the error on the command screen “Cannot find source file : <pathtoyour_xmproot>\XMPCore\build\..\..\third-party\expat\lib\xmlpar se.c” ,that you haven’t copied the expat...
View ArticleRe: Toolkit installation errors
You have been of great help to me and I am able to create the XMP solution for VS2012. Unfortunately, when I open the project CMAKE detects changes and reverts the project to VS2010 and the code is...
View ArticleRe: Toolkit installation errors
Hi Bill, From the error messages, I would suggest you to follow the following steps 1. Close all generated visual studio solutions. 2. Run the GenerateXMPToolkitSDK_win.bat 3. Choose...
View ArticleRe: Toolkit installation errors
Inder, I was following your prescribed steps. I have re-run following your instructions and have obtained the same results. I am enclosing images of each step. Best wishes and thank you, Bill
View ArticleRe: Toolkit installation errors
Hi, Sorry to hear about the issues you have been facing with XMP SDK Toolkit. To help you out with the solution I need some more information from your side.1. I would request you to send across the...
View ArticleRe: Toolkit installation errors
I ran the SET command to display system variables, is this what you wanted. My Command Prompt did not accept "env" as a batch command. I have tried to run only VS2012. I will do a "clean' operation...
View ArticleRe: Toolkit installation errors
Hi,Thanks for sharing the info. Everything seems ok on your end. Just to confirm have you tried a clean build of VS 2012? In any case can you please zip and share the contents of the folder CMakeFiles...
View ArticleRe: Toolkit installation errors
I did clean build and ran VS 2012 I do not see a way to attach a folder/file to this message. Regards,Bill
View ArticleRe: Toolkit installation errors
In that case can you please zip the contents of the folder and send it to amandeep@adobe.com
View ArticleRe: Toolkit installation errors
Aman, I sent you 3 emails with the folder contents. Regards, Bill
View ArticleRe: Toolkit installation errors
Thanks for sharing the folder contents. From the contents in the files CMakeCache.txt, CMakeOutput.log and CMakeCCompiler.cmake it seems that there is some problem with the Visual Studio 2012 generator...
View Article