Demo DLL OK, but Registered DLL Crashes

  • I've been developing with the demo DLL and the application has been very stable for a few months.

    I just registered b/c I'm ready to deploy and now my application is crashing.

    If I build my app with the following difference it runs fine with the demo dll and crashes with the registered dll

    #ifdef PDF_DEMO

    strcpy( m_PDFENGINE, "wPDFControlDemo.dll" ); // or - "wPDF2RTF01.dll";

    m_PDF_LIC_NAME [0] = 0;

    m_PDF_LIC_KEY [0] = 0;

    m_PDF_LIC_CODE = 0;

    #else

    strcpy( m_PDFENGINE, "wPDFControl02.dll" ); // or - "wPDF2RTF01.dll";

    strcpy( m_PDF_LIC_NAME, "Chadwick Consulting Group" );

    strcpy( m_PDF_LIC_KEY, "<<license>>" );

    m_PDF_LIC_CODE = <<license>>;

    #endif


    The demo dll version is 3.2.0.5

    The problem seems to be after the call to EndDoc.

    • Offizieller Beitrag

    Hi,

    The problem was temporary introduced by a faulty installation of the compiler on a new machine. It has been fixed.

    I am not sure wjhich version you use. The latest wPDFCOntrol DLL should show the version 2.9.2.0, dated 11.01.2007. You can of course send me an e-mail.

    Julian