CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2016
    Posts
    1

    Angry Crystal Reports 10 and Delphi and the CrystalVCL

    Help

    I am using the Delphi programming language with the CrystalVCL version 10 component for Delphi7. I can get the Crystal Report I am developing to run with no problem, but the minute I say that I want to export it to PDF and then Email it to a user it craps out with the following error.

    Error:692 Error in File L:\Templates\WAAAR.rpt:
    Invalid export DLL or export format.
    Export.Send <PEExportTo>.

    Within the UCRPE32.pas file it has refereances to the following DLL's, I have the ones with the '*' in front but I cannot find the others anywhere. I even installed the Crystal Reports Developer Editon to a new machine and then did a scan to see if they existed.

    *crxf_html.dll
    *crxf_pdf.dll
    *crxf_rtf.dll
    *crxf_wordw.dll
    *crxf_xls.dll

    *u2fcr.dll
    *u2fodbc.dll
    *u2frdef.dll
    *u2frec.dll
    *u2fsepv.dll
    *u2ftext.dll
    u2fxml.dll

    uxdapp.dll
    uxddisk.dll
    uxdmapi.dll
    uxdnotes.dll
    uxdpost.dll
    uxdvim.dll


    Any help that you can give would be greatly appreciated.


    Mark Moss

  2. #2
    2kaud's Avatar
    2kaud is offline Super Moderator Power Poster
    Join Date
    Dec 2012
    Location
    England
    Posts
    7,824

    Re: Crystal Reports 10 and Delphi and the CrystalVCL

    I don't know about some of these missing dlls, but uxddisk.dll is part of Microsoft Visual Basic Enterprise Edition. An internet search for uxddisk.dll and some of the other missing dll files produces several potential solutions.

    I guess you may need to have MS Visual Studio Enterprise Edition installed to get these .dlls ?? I have MS VS2015 Community installed but I don't have these either.
    All advice is offered in good faith only. All my code is tested (unless stated explicitly otherwise) with the latest version of Microsoft Visual Studio (using the supported features of the latest standard) and is offered as examples only - not as production quality. I cannot offer advice regarding any other c/c++ compiler/IDE or incompatibilities with VS. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/ and can be used without reference or acknowledgement. Also note that I only provide advice and guidance via the forums - and not via private messages!

    C++23 Compiler: Microsoft VS2022 (17.6.5)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured