Page 1 of 1

where -ldwmapi instead in *.HBP

Posted: Sun Feb 20, 2022 8:30 am
by AUGE_OHR
hi,

i got a Sample and *.HBP have this

Code: Select all

dwmblur.prg
winCfunc.c

-ldwmapi
this work when call it this Way

Code: Select all

..\..\build KACHEL.hbp 
DWM_Kachel.jpg
DWM_Kachel.jpg (96.2 KiB) Viewed 7509 times
but when i load *.HBP into IDE than -ldwmapi is gone ... :o
so i try to write into *.HBC

Code: Select all

-ldwmapi
or

Code: Select all

libs=dwmapi
but than i got Error :evil:
R:/Temp/hbmk_7zrpkn.dir/HB_FUNC.o:HB_FUNC.c:(.text+0x746): undefined reference to `DwmEnableBlurBehindWindow@8'
who can help please :idea:
here Original Sample
dwmH.7z
(2.09 KiB) Downloaded 123 times