Hello,
I wanted to use the ResText utility to support the translation of my own
application. The solution is working very well for the win32 build
target but I have problems with the win64 builds. Perhaps someone has a
idea:
The point is, that ResText is based on the idea to load the ressource
dll with LoadLibrary and to enumerate all ressources with
EnumResourceNames. With a win32 build ResText can translate win32
ressource DLLs, and with a win64 build it can translate win64 ressource
DLLs. Everything is fine so far, but my release computer is a win32
system and I'm also building the win64 target on this computer, so I can
only run the win32 version of ResText. But the win32 binary fails to
load win64 DLLs. After thinking about this, I wouldn't expect a
different behavior, but now I'm looking for a solution to use the
ResText technology in a win32/win64 mixed mode environment.
Any ideas? How does tortoiseSVN handle the win64 configuration?
Best regards
Dirk
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Wed Feb 8 18:46:38 2006