Search found 3 matches
- Wed Aug 13, 2003 4:10 pm
- Forum: TsiLang Components Suite
- Topic: Translation of Shortcuts in Menus
- Replies: 7
- Views: 53036
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...
- Wed Aug 13, 2003 10:44 am
- Forum: TsiLang Components Suite
- Topic: Translation of Shortcuts in Menus
- Replies: 7
- Views: 53036
- Thu Aug 07, 2003 11:03 am
- Forum: TsiLang Components Suite
- Topic: Translation of Shortcuts in Menus
- Replies: 7
- Views: 53036
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...