Hello, all!
My problem is:
I've created a dll with the VC Wizard, and then with Insert -> Resource -> String Table added a String Table to my dll. After I wrote some strings into the table, I've compiled the dll, all OK. BUT as I wanted to use those strings in my app (LoadLibrary, LoadString) the LoadLibrary returned !=NULL (so dll is reached), and LoadString returned "0", and stored an empty string into the buffer.
Can anyone explain me that?
My problem is:
I've created a dll with the VC Wizard, and then with Insert -> Resource -> String Table added a String Table to my dll. After I wrote some strings into the table, I've compiled the dll, all OK. BUT as I wanted to use those strings in my app (LoadLibrary, LoadString) the LoadLibrary returned !=NULL (so dll is reached), and LoadString returned "0", and stored an empty string into the buffer.
Can anyone explain me that?