Search found 3 matches

by stem
Wed Aug 13, 2003 4:10 pm
Forum: TsiLang Components Suite
Topic: Translation of Shortcuts in Menus
Replies: 7
Views: 42878

Hi! Thanx for your answer! I've converted your code into C++. Does anybody find any errors? At least it compiles without errors or warnings ... :D void OverwriteProcedure(Pointer OldProcedure, Pointer NewProcedure) { PChar x; int y; unsigned long ov2, ov; x = PChar(OldProcedure); if (!VirtualProtect...
by stem
Wed Aug 13, 2003 10:44 am
Forum: TsiLang Components Suite
Topic: Translation of Shortcuts in Menus
Replies: 7
Views: 42878

Hi,

I've read your answer but still can't see how the
translation of menu shortcuts in general works
(especially without TsiLang components).

It would be great if you can describe the steps
I need to do a little bit more in detail.


Thanx alot and greetings from *hot* Germany

Stefan
by stem
Thu Aug 07, 2003 11:03 am
Forum: TsiLang Components Suite
Topic: Translation of Shortcuts in Menus
Replies: 7
Views: 42878

Hi, I have the same question as kai. I've developed internationalization functions for BCB 4 on my own which work perfectly, even for Japanese. The language file are simple text files which are loaded at run-time. The *only* thing left to translate are the menu shortcuts. If anybody as any ideas, le...