can't retrieve the string from string table using loadstring()
-
Hi guys, We have a string table in a lib file(a.lib) We are linking that a.lib file to a comdll (b.dll) and try to get the strings from a.lib 's string table. I got the string no probs. When I changed the string table in the lib (a.lib), like altering the strings, adding new string items, I can see the changes in the string table But I can't get the changed strings or newly added strings.With changed strings, Changes are not reflected ; With newly added string the fn. returned false and I got the error 1814. And I can see the updated strings, when I open the a.lib in text mode.(vc++6.0 editor) (when I updated the string table using resource editor I got error RC2104. Then I updated that .rc file by opened it in text mode and updated the string table. By this only I was able to update the string table) Anybody knows the reason? thanks, Gan
-
Hi guys, We have a string table in a lib file(a.lib) We are linking that a.lib file to a comdll (b.dll) and try to get the strings from a.lib 's string table. I got the string no probs. When I changed the string table in the lib (a.lib), like altering the strings, adding new string items, I can see the changes in the string table But I can't get the changed strings or newly added strings.With changed strings, Changes are not reflected ; With newly added string the fn. returned false and I got the error 1814. And I can see the updated strings, when I open the a.lib in text mode.(vc++6.0 editor) (when I updated the string table using resource editor I got error RC2104. Then I updated that .rc file by opened it in text mode and updated the string table. By this only I was able to update the string table) Anybody knows the reason? thanks, Gan