Language projects
Windows visual diff and merge for files and directories
Brought to you by:
christianlist,
grimmdp
Here is what I think is a much simpler system.
I made dsps for Spanish & French, directly in the
WinMerge directory, and RC files for them, and also a
dsw pointing to the Merge.dsp and both language DLL
dsps. This way you can use batch build to update the
EXE and all the language DLLs (or you will be able to,
after all language DLLs are done this way).
What I like about this is that there is only one
version of resource.h and all the binary res files.
When there is a language specific res file, such as the
French splash screen, then you simply amend the French
RC file to point to its private one (res\Splash1_fr.bmp
in this case).
New source files
Logged In: YES
user_id=60964
I've received two comments about this patch, both rather
negative, so I'm rejecting it.