Are you staticly linking? If so, you need to edit the resource includes of your dll resources. In the top portion include the .h file and in the bottom portion put the path the the .rc file.
To edit the resource includes, go to the resource tab and right click the resource.
at the compilcation you may specify LoadString(anything), this anything is not verified at compile time. In your dll if you create resources you should usualy #include "resource.h". This file is generated dinamycally. After that call LoadString with ID specified in resource.h, not in your own defines.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.