Menu

#18 Design-time component patch

closed-fixed
None
6
2005-05-05
2005-05-04
No

The initialization part of gnugettext.pas should
contain this around all the code that hooks into
resourcestring translation:

if UpperCase(ExtractFileName(ParamStr(0))) <>
'DELPHI32.EXE' then
begin
...
end;

This should ensure, that internationalized components
work well even when installed as designtime components
into the Delphi IDE.

Discussion

  • Lars B. Dybdahl

    Lars B. Dybdahl - 2005-05-05

    Logged In: YES
    user_id=116253

    It should also test for kylix.
    It probably won't fix everything regarding to packages and
    hooks, but let's see.

     
  • Lars B. Dybdahl

    Lars B. Dybdahl - 2005-05-05
    • status: open --> closed-fixed
     

Log in to post a comment.