Search found 2 matches

by AviG
Tue May 01 2007
Forum: C/C++/C# Community
Topic: what is the correct usage of GetLastErrorMsg function call?
Replies: 2
Views: 14300

Your answer The GetLastErrorMsg() is only supported to retrieve error messages generated by the CDIntf is very confusing since it means that you think that the function PrintPDFDocument() is not part of the CDIntf DLL while it is actually part of the DLL and hence it must supply the caller the means...
by AviG
Thu Apr 26 2007
Forum: C/C++/C# Community
Topic: what is the correct usage of GetLastErrorMsg function call?
Replies: 2
Views: 14300

what is the correct usage of GetLastErrorMsg function call?

I'm using CDINTF250.DLL to print an already made PDF file using the library entry PrintPDFDocument function. If the function fails I am trying to log an error message that will clarify the reason for the failure. In order to do that I'm using GetLastErrorMsg immediately after the failed function. Ho...