LoadNewResourceModule and error "tFrxpreviewForm not found"

bpebpe
edited 5:04AM in FastReport 4.0
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.

Leave a Comment