... Hmm... I hope my hook then compiles with Delphi 5 - I just committed it to CVS - can you test it? Lars. -- Dybdahl Engineering Tlf.: 70201241 (08:00-17:30)...
Yes, it is just a wrapper: function FmtLoadStr(Ident: Integer; const Args: array of const): string; begin FmtStr(Result, LoadStr(Ident), Args); end; _____ ...
... I am currently implementing the hook for LoadStr, but in a way that also hooks SysUtils.FmtLoadStr. Does that one exist in Delphi 5? Lars. -- Dybdahl...
... I am considering to remove it again, because it doesn't work as intended. The original idea was to enable the hooks in packages, but if two packages both...
Yes, loadStr exists in delphi 5. ... From: Lars Dybdahl [mailto:lars@...] Sent: vendredi 6 juin 2003 9:24 To: dxgettext@yahoogroups.com; Jacques GARCIA...
Would it be possible to add a RemoveDomainForResourceString function ? Once a resource domain has been openned, it will be closed and destroyed at the end of...
The RuntimePackageSupport is a constant defined in the interface section of gnugettext.pas. If that source is part of a package (well, it must if you want to...
Some external packages like dxBar from Developper Express use the sysutils.LoadStr function to retreive their resource strings. It has to be patched the same...
The script that generates the installation program did not compile ggdxgettext.exe correctly for version 1.1 beta 3. This affected the ability to extract...
I confirm. Have make a little test project and it works perfectly. Jacques ... From: Lars Dybdahl [mailto:lars@...] Sent: jeudi 5 juin 2003 16:21 To:...
... As far as I can see, this has already been fixed in version 1.1 beta 3. Lars Dybdahl. -- Dybdahl Engineering Tlf.: 70201241 (08:00-17:30) Fax.: 70201242 ...
The scanning of C/C++ files is done using xgettext.exe, which is a part of the GNU gettext project at: http://www.gnu.org/software/gettext/ I have written an...
TDBGrid has property Columns: TDBGridColumns, that is collection of TColumn objects. Collections members are added to TodoList in TranslateProperty. TColumn...
Lars, I'm not sure if this is your problem or a problem in gnugettext but.... When scanning C++ files using the explorer context menu "Extract Translations to...
I brought my laptop to the hospital today, which means that... I have now implemented, that dxgettext.exe and ggdxgettext.exe both can extract strings from...
Ok but i use it ! _____ From: Peter Thörnqvist [mailto:peter3@...] Sent: mercredi 4 juin 2003 17:51 To: dxgettext@yahoogroups.com ... Thanks, I'll fix...
... Thanks, I'll fix it in CVS. Please note that the MO functions in POUtils isn't really used by any of the tools in dxgettext, so this bug shouldn't affect...
I think there is a serious bug in the sort handling of the MO file. By using the AnsiCompareStr function the sort order is different that the one excepted by...
Function EnumResourceNamesProc(Handle: THandle; ResType: Integer; Name: Integer; lParam: Integer): Boolean; Stdcall; Begin With TObject(Pointer(lParam)^) As...
... That suggestion exists here: http://sourceforge.net/tracker/index.php?func=detail&aid=689080&group_id=74086&atid=539911 ... Can you please point it out to...
May I suggest importing a list of resource strings from an executable compiled statically and with no additional ResourceStrings. Delphi comes with an example...
The list of language names now includes descriptions of what the languages are, including a reference to the country where they are spoken. This should make...