Hello, anybody knows is there a dxGettext or similar for Delphi 64 Bit compiler?
Hello, anybody knows is there a dxGettext or similar for Delphi 64 Bit compiler?
I'm at moment porting a legacy old App to 64 bit and there was gnugettext used. The main problem at moment is the missing hook for LoadResString.
Thanks all
I'm at moment porting a legacy old App to 64 bit and there was gnugettext used. The main problem at moment is the missing hook for LoadResString.
Thanks all
LoadString ?
ReplyDeleteno ;-)
ReplyDeleteI need to replace or hook on runtime the LoadStringRes because of the way dxgettext works. In win32 these works well, i'm searching for a win64 Solution
Ah, I misunderstood.
ReplyDeleteHave you seen the detours hooking libary?
https://plus.google.com/communities/103113685381486591754/s/detours
Thanks for the link,
ReplyDeletei will check it out
Please keep us notified about the progress... as we are many that would like to upgrade one day.
ReplyDeleteIt seems to work very well, it was easy to implement and now i have to write some tests... :-)
ReplyDeleteGreat to hear :-) - do you have commit-access to the repository?
ReplyDelete