• Hello,

    I just installed a registered version of WPTools 4.22a and rebuilt an application that uses a WPRichText component. When I double-click on the application to run it, it runs and immediately shuts down (all you see is the mouse cursor temporarily changing to busy and then back to normal).

    It's almost like there's still some kind of license code embedded in the application (from using the WPRichText component) that's shutting it down.

    Can anyone help?


    Thanks,

    John

    • Offizieller Beitrag

    Hi,

    there is no license checking - I would exect there is a unit mismatch. This can happen when you upgrade and older DCUs are linked in by mistake.

    Usually a 'Build all' solves the problem. Please also try to deactivate the use of runtime packages.

    Julian Ziersch

  • Thanks, Julian.

    It turns-out that the "problem" is caused by some code in the project source (Project | View Source) that checks for the presence (or absence) of a command line parameter. The program shuts-down if a specific string literal is not found.

    Thanks,

    John