Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. can't retrieve the string from string table using loadstring()

can't retrieve the string from string table using loadstring()

Scheduled Pinned Locked Moved C / C++ / MFC
c++helpquestionannouncementlearning
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    GANsJob
    wrote on last edited by
    #1

    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

    P 1 Reply Last reply
    0
    • G GANsJob

      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

      P Offline
      P Offline
      perle1
      wrote on last edited by
      #2

      Hi GANsJob, I think your b.dll is still loaded. Check this. Greetings Ralph

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups