I'm making lib witch contains dialog and bitmap resources, everything builds fine but when i'm trying to use my lib dialog is not shown.
I checked my exe with resource hacker and noticed there's no resources, when i add them with res hacker everything works fine.
So how do i get resources linked in lib and final exe?
I checked my exe with resource hacker and noticed there's no resources, when i add them with res hacker everything works fine.
So how do i get resources linked in lib and final exe?
rc file:
#define IDB_TRVBMP 100
IDB_TRVBMP BITMAP DISCARDABLE Res\Trv.bmp
#include <Res\Dlg.rc>
linking:
lib foo.obj bar.res