LoadNewResourceModule and error "tFrxpreviewForm not found"
Hi
I have a Delphi xe3 application in multilanguage version.
I have added reinit.pas to my application and create App.Eng without problem but when I debug....I have and "tFrxpreviewForm not found" error!
Obviously I have added code
if LoadNewResourceModule(2057) <> 0 then
ReinitializeForms();
and just when the language selected is English my application go in error.
Someone has idea for resolve this situation?
Thanks.
I have a Delphi xe3 application in multilanguage version.
I have added reinit.pas to my application and create App.Eng without problem but when I debug....I have and "tFrxpreviewForm not found" error!
Obviously I have added code
if LoadNewResourceModule(2057) <> 0 then
ReinitializeForms();
and just when the language selected is English my application go in error.
Someone has idea for resolve this situation?
Thanks.