Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

dxgettext · GNU Gettext translation tools for Delphi

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 513
  • Category: Delphi
  • Founded: Feb 15, 2003
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 470 - 499 of 3686   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Simplify | Expand Author Sort by Date v
499 Lars Dybdahl
ldybdahl Send Email
Jun 6, 2003
7:55 am
... 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)...
498 Jacques GARCIA VAZQUEZ
jgvjgv2002 Send Email
Jun 6, 2003
7:52 am
Yes, it is just a wrapper: function FmtLoadStr(Ident: Integer; const Args: array of const): string; begin FmtStr(Result, LoadStr(Ident), Args); end; _____ ...
497 Lars Dybdahl
ldybdahl Send Email
Jun 6, 2003
7:46 am
... 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...
496 Lars Dybdahl
ldybdahl Send Email
Jun 6, 2003
7:45 am
... 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...
495 Jacques GARCIA VAZQUEZ
jgvjgv2002 Send Email
Jun 6, 2003
7:41 am
Yes, loadStr exists in delphi 5. ... From: Lars Dybdahl [mailto:lars@...] Sent: vendredi 6 juin 2003 9:24 To: dxgettext@yahoogroups.com; Jacques GARCIA...
494 Jacques GARCIA VAZQUEZ
jgvjgv2002 Send Email
Jun 6, 2003
7:39 am
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...
493 Jacques GARCIA VAZQUEZ
jgvjgv2002 Send Email
Jun 6, 2003
7:26 am
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...
492 Lars Dybdahl
ldybdahl Send Email
Jun 6, 2003
7:23 am
... Does this function exist in Delphi 5? Lars. -- Dybdahl Engineering Tlf.: 70201241 (08:00-17:30) Fax.: 70201242 Mobil: 20331241 http://dybdahl.dk/ GnuPG...
491 Jacques GARCIA VAZQUEZ
jgvjgv2002 Send Email
Jun 6, 2003
7:14 am
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...
490 Lars Dybdahl
ldybdahl Send Email
Jun 5, 2003
5:20 pm
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...
489 Jacques GARCIA VAZQUEZ
jgvjgv2002 Send Email
Jun 5, 2003
3:16 pm
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:...
488 Virgo Pärna
virgo_parna Send Email
Jun 5, 2003
2:46 pm
... Glad to hear. I have not downloaded beta version - next time I probably should to check out first:) -- Virgo Pärna virgo.parna@......
487 Lars Dybdahl
ldybdahl Send Email
Jun 5, 2003
2:37 pm
... 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 ...
486 Lars Dybdahl
ldybdahl Send Email
Jun 5, 2003
2:19 pm
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...
485 Virgo Pärna
virgo_parna Send Email
Jun 5, 2003
1:42 pm
TDBGrid has property Columns: TDBGridColumns, that is collection of TColumn objects. Collections members are added to TodoList in TranslateProperty. TColumn...
484 Pete Fraser
frasersoft2000 Send Email
Jun 5, 2003
12:48 pm
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...
483 Lars Dybdahl
ldybdahl Send Email
Jun 4, 2003
9:22 pm
I just released version 1.1 beta 3 for Linux and Windows: http://sourceforge.net/project/showfiles.php?group_id=74086 Changelog: Version 1.1 beta 3...
482 Lars Dybdahl
ldybdahl Send Email
Jun 4, 2003
8:28 pm
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...
481 Peter Thörnqvist
thornqvist_p... Send Email
Jun 4, 2003
4:07 pm
... ..and you've already fixed it, so you should be fine<g> Peter...
480 Jacques GARCIA VAZQUEZ
jgvjgv2002 Send Email
Jun 4, 2003
3:52 pm
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...
479 Peter Thörnqvist
thornqvist_p... Send Email
Jun 4, 2003
3:50 pm
... 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...
478 Jacques GARCIA VAZQUEZ
jgvjgv2002 Send Email
Jun 4, 2003
2:18 pm
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...
477 khenr29j Send Email Jun 3, 2003
11:57 am
Function EnumResourceNamesProc(Handle: THandle; ResType: Integer; Name: Integer; lParam: Integer): Boolean; Stdcall; Begin With TObject(Pointer(lParam)^) As...
476 Achim Kalwa
akalwawork Send Email
Jun 3, 2003
8:33 am
Hi, ... Herzlichen Glückwunsch! Achim...
475 Jacques GARCIA VAZQUEZ
jgvjgv2002 Send Email
Jun 3, 2003
6:56 am
Congratulation Lars. Jacques _____ From: Lars Dybdahl [mailto:lars@...] Sent: mardi 3 juin 2003 0:49 To: dxgettext@yahoogroups.com As of today, our...
474 Pierre Demers
dempier2 Send Email
Jun 3, 2003
12:53 am
Congratulations, wish you the best. Pierre ... From: "Lars Dybdahl" <lars@...> To: <dxgettext@yahoogroups.com> Sent: Monday, June 02, 2003 6:48 PM ...
473 Lars Dybdahl
ldybdahl Send Email
Jun 2, 2003
10:48 pm
As of today, our family has grown 50%: http://dybdahl:linux@.../billeder/20030602caroline/caroline.jpg 3140g, 51cm, and all are healthy and...
472 Lars Dybdahl
ldybdahl Send Email
Jun 2, 2003
10:47 pm
... 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...
471 khenr29j Send Email Jun 2, 2003
5:31 pm
May I suggest importing a list of resource strings from an executable compiled statically and with no additional ResourceStrings. Delphi comes with an example...
470 Lars Dybdahl
ldybdahl Send Email
Jun 1, 2003
10:09 am
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...
Messages 470 - 499 of 3686   Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help