Adobe Forums

Add Me
Adobe Forums » Software Discussions » FrameMaker » Re: Internal Error: 7004, 5048919, 6050789, 6047376

Tags:



Reply
LinkBack Thread Tools Display Modes
Re: Internal Error: 7004, 5048919, 6050789, 6047376
  #1 (permalink)  
Old 09-29-2008, 05:38 AM
n3u@adobeforums.com
Guest
 
Posts: n/a
Default Re: Internal Error: 7004, 5048919, 6050789, 6047376

Scott,
the crash is sure under certain conditions.

What I can see is that showing certain pattern of "conditionals" the crash always happens, while the same book with other show/hide combination of conditionals it doesn't.

The exact moment where the FrameMaker crashes and gives the error is during the F_ApiSave call inside this piece of code:

BOOL DMFrameMaker::SavePDF(CString sPDFLocation)
{
F_PropValsT params, *returnp;

params = F_ApiGetSaveDefaultParams();
returnp = NULL;

int i = F_ApiGetPropIndex(&params, FS_FileType);
params.val[i].propVal.u.ival = FV_SaveFmtPdf;

m_foDocId = F_ApiSave(m_foDocId,
(unsigned char *) sPDFLocation.GetBuffer(512),
&params,
&returnp);

F_ApiPrintSaveStatus(returnp);

return TRUE;
**

I tried to set the conditionals manually but the same conditionals aren't giving problems to the FrameMaker in an interactive run.
So I fear it can be a problem inside my program or the API, but I don't know how to inspect further (keep in mind that with a single different conditional to show/hide it works well).

Please, help me discover something more about this mess!
Thanks,
n3u.


Reply With Quote


Reply



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Hairstyles | UFO Videos | Bollywood Wallpapers | Poems  | WWE


All times are GMT. The time now is 03:54 AM.
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.