I have a program in VB6. Over the years I have added various languages
(German, Spanish, French, etc). I have accomplished this with a resource
file (*.res). The object in the program gets it's text from the RES using a
unique number and an offset that indicates the language. Recently I’ve had
someone convert the text I use into Hebrew. I added the text to my text
file, saved it as Unicode and then ran RC.exe to generate the RES file – no
problems. I now go to display my program, it still works well with all the
pervious languages, but when I attempt to use Hebrew all I get is a series of
???????????. How do I tell my VB6 program to correctly display the Hebrew
text it receives from the RES file? Thanks in advance for your help.
Jim