where -ldwmapi instead in *.HBP
Posted: Sun Feb 20, 2022 8:30 am
hi,
i got a Sample and *.HBP have this
this work when call it this Way
but when i load *.HBP into IDE than -ldwmapi is gone ...
so i try to write into *.HBC
or
but than i got Error

here Original Sample
i got a Sample and *.HBP have this
Code: Select all
dwmblur.prg
winCfunc.c
-ldwmapiCode: Select all
..\..\build KACHEL.hbp so i try to write into *.HBC
Code: Select all
-ldwmapiCode: Select all
libs=dwmapiwho can help pleaseR:/Temp/hbmk_7zrpkn.dir/HB_FUNC.o:HB_FUNC.c:(.text+0x746): undefined reference to `DwmEnableBlurBehindWindow@8'
here Original Sample