"Cant fit into specified packet size" error when adding new metadata
I get a "Cant fit into specified packet size" when I add my own custom field in a different name space and use "myFile.PutXMP(meta);". The Schema example in SDK dumps RDF in separate files but I want...
View ArticleRe: Include custom panel into the file
Hi, You can create panels in two ways - Custom panels, which are created through Flex SDK and Generic Panels, which are created from XML files. In first case you have to keep the Custom Panel package...
View ArticleUsing latest FileInfo SDK, latest Flash Builder, new project crashes in...
I've been trying to create a custom panel in Adobe Bridge. I downloaded the XMP-FileInfo-SDK-CS6, loaded the jar file into Adobe Flash Builder 4.7 (latest version), created a new project with NO...
View ArticleProblems registering XMPCore and XMPFiles .dll
We have used the XMP SDK to generate both the XMPCore and XMPfiles.dll's. However they will not register using regsvr32. We built them with Visual Studio 2013, running on Windows 8.1 64bit.
View ArticleRe: Using latest FileInfo SDK, latest Flash Builder, new project crashes in...
Ok, finally got this working. Many hidden gotchas. 1. You have to make a Trust File for your custom panel. This is actually in the SDK, around page 53, so my bad -- but the problem is that there...
View ArticleXMPFilesStatic.lib(Host_IO-Win.obj):-1: Error:LNK2001
Hey, I get the following 6 builderrors and have no idea where to start fixing it: XMPFilesStatic.lib(Host_IO-Win.obj) : error LNK2001: unresolved external symbol...
View ArticleRe: 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 Article