Hi,
I have an application in VB6 that is installed each time in a different language. I do this using a resource file that has different languages. The resource file is built this way: index 1-100 are labels/captions etc. in English, and indexes 101-200 are in a different language, indexes 201-300 are in a different language etc..
When the application is started the correct strings from the resource file are loaded (according to the language the application was installed), using the LoadResString function.
The problem is that when I run the application, with a language other than english, it shows me questions marks instead of the letters..
This happens only on some computers - not all...
Does anyone have any idea why this happens?
Thanks
I have an application in VB6 that is installed each time in a different language. I do this using a resource file that has different languages. The resource file is built this way: index 1-100 are labels/captions etc. in English, and indexes 101-200 are in a different language, indexes 201-300 are in a different language etc..
When the application is started the correct strings from the resource file are loaded (according to the language the application was installed), using the LoadResString function.
The problem is that when I run the application, with a language other than english, it shows me questions marks instead of the letters..
This happens only on some computers - not all...
Does anyone have any idea why this happens?
Thanks