where -ldwmapi instead in *.HBP

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
AUGE_OHR
Posts: 2117
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

where -ldwmapi instead in *.HBP

Post 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 7508 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
have fun
Jimmy
Post Reply