You cannot put resources in .lib files. (I hope you could). You must store the .rc files and include them in the application's .rc file when you link to lib.
- , , .lib, . , , .rc . Microsoft.
, , (.res) .obj , . , , LoadString, , .res .
- framework.rc
- framework.res
framework.res framework.obj,
const BYTE framework_res[];
const size_t framework_res_size;
MyLoadString(framework_res, framework_res_size, iStringId, sz, 256) LoadString .
, LoadString, , . LoadString .
LPCWSTR MyFindString(framework_res, framework_res_size, iStringId);
.rc /n, null .