getting error as 'AV when creating the TextDynamic Window'

  • Hi,
    I am using wpdllint in mdi application, at very first time when I click on menu item, this rtf editor open's correctly after closing this form, again I reopening the same form getting this below error
    AV when creating the TextDynamic Window
    Please try to use SetDLLName() to solve this problem by preloading the DLL.
    Example: WPDynamic.WPDLLInt.SetDLLName(...)
    Even I have set the dll name in Main method.
    Thanks

    • Offizieller Beitrag

    Hi,

    Windows is a pretty Special here - it probably unloaded the DLL - which is ok for functions but not for window classes. To avoid that you need an invisible instance of a textdynamic window on a form which is never destroyed.

    Julian