Multi-Language IDs are not defined
Hi Phil,
i just encountered another problem when i started to translate my source code strings.
The addin creates IDs (like IDS_MULTILANG_847) and assignes a string with the translated text to it:
STRINGTABLE PRELOAD DISCARDABLE
BEGIN
IDS_MULTILANG_847 "Überbrücken"
This seems to work fine, but it doesn't create the definitions in the resource.h file.
Lines like this example are missing:
#define IDS_MULTILANG_847 847
So when I try to create my ml projects, the symbol IDS_MULTILANG_847 is not found of course.
This worked before when I was translating the dialogs, so I guess the problem comes with the source code strings only.
I will attach my resource.h file, maybe the problem lies in the already present IDs there.
Thank you and have a nice weekend.
Ben