Hi Craig, Using C7 7.1.6849 Latest download of XChange SDK pdfviewct.app errors out with: Map Duplicate symbols of OleLoadPicture and SafeArrayGetVarType. Build fails! Same for pdfvtpl PDFvab20 errors out with bunches of errors.....
The duplicate symbols are caused by linking in a library twice, or two libraries that have overlapping entries. Try removing the oleautcg.lib file from your Project and see if that helps.
I HAVE seen a number of compiler errors that all turned out to be Redirection file problems that needed fixing. It looks as if you might have some of the same.
Craig, Thanks for that hint. Removing oleautcg.lib from the project resolved the compile issue - works fine now.. This lib must be called from the Template directly and the addition to the project caused the problem. Many thanks! This was my last hurdle before moving my app to C7~!~ Ron