Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
Nethaji@adobeforums.com #1
Acrobat .exe Throws Error
Hi All,
When the below lines of codes are executed, Acrobat.exe throws an
exception
char handlerName[255] = {0};
memcpy( handlerNameChar, tmp, strlen( tmp ) + 1 );
handlerNameChar[ strlen( tmp ) + 1 ] = NULL;/*Exception throws here*/
The error in Acrobat is throws as "0x00005"
Can you tell me why this exception occurs?
Note:These doesnot happen when the same piece of code is executed using
Acrobat 7.0 or 8.0
Regards,
Nethaji
Nethaji@adobeforums.com Guest
-
While Closing the Timestamp doc Acrobat9.0 throws error
Hi, Thru my application I open a PDF document which has Amano Timestamp. Problem is whenever I close Timestamp document its throwing an error... -
First request to application throws 500 error
We're on an Windows 2003 box with IIS. After the app is inactive for awhile users will get a 500 error but if they request the same page again, it... -
CFStat throws NoClassDef error under Linux
I noticed a while back that my Linux (RH 9) gnome services admininstrator (not CF Server Administrator) had an error, and so did not correctly... -
tooltip throws actionscript error in cftree
The screen read " Illegal usage of actionscript" for a <cftree> in a flash form. The only action script I use in any form element is GetURL.... -
including AS file throws an error...
Hi All I created an AS file in the same directory as my movie. Inside my movie, I do this: #include "MyClass" -
Leonard_Rosenthol@adobeforums.com #2
Re: Acrobat .exe Throws Error
Your code is incomplete in that it doesn't show what tmp is or how long? Perhaps it's longer than 255.
Also, the syntax your are using for initializing handlerName is not proper C/c++.
Leonard_Rosenthol@adobeforums.com Guest



Reply With Quote

