Hi, all,
I've created a DLL, where resourcestrings are used. Everything works in Debug target, but it doesn't work when I compile the project for Release target.
I've checked compiler and linker options and can't find anything suspicious. The string is a junk when I run my DLL project (with a host app) in Release target
What is it and is there any solution?
Now I simply changed resourcestring to const declaration, but it looks a bit ugly.
Lokks like the probkem is in HINST variable or something like that Yet I could understand it, but why it doesn't work in Release target only?
I use XE7 x64 complation.
Thank you in advance.