Re: Problems registering XMPCore and XMPFiles .dll
Are the binaries 32 bit or 64 bit? If 32 bit, please see if http://support.microsoft.com/kb/282747 helps.
View ArticleRe: XMPFilesStatic.lib(Host_IO-Win.obj):-1: Error:LNK2001
All symbols are defined in the system library advapi32.lib.Try searching for the symbol names on MSDN but leave out the "__imp__" part, e.g. search for OpenProcessToken. Cheers,Jens
View ArticleDocumentAncestors Not Adhering To XMP Specification In Photoshop
Hi All, I'm currently in the process of writing a XMP sidecar parser. However I have an issue when it comes to the Photoshop namespace. Within the speificaion it says DocumentAncestors are as follows:...
View ArticleRe: XMPFilesStatic.lib(Host_IO-Win.obj):-1: Error:LNK2001
Thank you for giving directions, I just did not include the windows SDK properly.
View ArticleRe: Static library XMPFilesStatic throws LNK2001 errors
Hey Sunil, because the samples compiled, I revisited all relevant the code and found #ifdef_WIN32 missing at one point. Afterwards it compiled just fine. Thanks,smon
View Article"XMPFiles::GetXMP - No open file" on random files, on random occasions.
Hi! When reading XMP data from files, the toolkit sometimes fails to open the file and I am not quite sure how to approach the problem. My method: QStringXmpParser::getXmpContent(QStringfilePath){...
View ArticleRe: "XMPFiles::GetXMP - No open file" on random files, on random occasions.
Hi Dersomn, You have already initialized XMPFiles by calling "SXMPFiles::Initialize();" why are you again trying to initialize with the following statementif(!myfile.Initialize(opts)){...
View Articlereading XMP includes strange characters
I'm trying to read XMP from a file, and sometimes I get weird characters back like this "© 2013".
View ArticleRe: reading XMP includes strange characters
Are you using ReadingXMP sample which is provided with XMP SDK? If not, XMP SDK provided ReadingXMP sample, please build and use it or send the code which you are using. If you are using ReadingXMP,...
View ArticleRe: "XMPFiles::GetXMP - No open file" on random files, on random occasions.
Hey Sunil, I removed the redundant code. There actually is a set of files. I just did some test runs to reproduce the problem: The first time I started the program, everything worked a expected......
View ArticleRe: "XMPFiles::GetXMP - No open file" on random files, on random occasions.
Hi dersmon, I tried locally by creating a similar setup to reproduce you issue but with no luck. I will be happy to work in your setup (if you can send or give me permisson or provide a simple...
View ArticleRe: "XMPFiles::GetXMP - No open file" on random files, on random occasions.
Hey, I noticed in that the XMP_StringPtr is not cast correctly in case the process fails. I added qDebug()<<"filenamePtr:"<< filenamePtr; before trying to open the file. The result:...
View ArticleUsing XMP how do I get the duration of an AVI file ?
Using XMP how do I get the duration of an AVI file or get the total frames and frame rate ?
View ArticleRe: "XMPFiles::GetXMP - No open file" on random files, on random occasions.
Hi dersmon, Thanks for pointing it out. Here two things are clear 1. There is nothing to do from XMP side, as OpenFile is not passed a correct path as char * / const char * / XMP_StringPtr ....
View ArticleMetadata Panel - Drop-Down & Boolean
I recently built a Bridge MetaData panel; however, I was only able to create text fields. Does anyone know how to build drop-down and boolean fields? If you could provide an example of the type of code...
View ArticleRe: "XMPFiles::GetXMP - No open file" on random files, on random occasions.
Hi Sunil, that seems to be the solution. Again: Thank you very much! The final code: QStringXmpParser::getXmpContent(QStringfilePath){ try{ XMP_VersionInfocoreVersion;...
View ArticleRe: reading XMP includes strange characters
Sure here is the code, result, and a sample photo. Take a look at the dc/rights field....
View ArticleXMP Toolkit in an Illustrator Plugin
I'm running Mac OS X 10.8 Mountain Lion and Illustrator CC. I have a plugin built using XCode 4.6 and objective C++ (for UI elements) in which I need to read and possibly manipulate the XMP metadata of...
View ArticleRe: reading XMP includes strange characters
Seems to be an error, not in the coding, but what is done with the result file (text dump oftags). The input PNG looks normal. It contains a UTF-8 copyright symbol, represented as 0xc2, 0xa9.If you...
View Article