Page 1 of 1

IDE and .hbc files

Posted: Sun Aug 25, 2024 4:47 pm
by mol
Hi guys!
I want to use IDE, but I have to include in my project same .hbc files: hbmxml.hbc hbssl.hbc hbziparc.hbc
How can I do it?
Does somebody know!

Re: IDE and .hbc files

Posted: Mon Aug 26, 2024 8:52 am
by edk
try in Configuraton:

Code: Select all

hbcs=hbmxml.hbc
hbcs=hbssl.hbc
hbcs=hbziparc.hbc
or

Code: Select all

hbcs=hbmxml.hbc hbssl.hbc hbziparc.hbc

Re: IDE and .hbc files

Posted: Mon Aug 26, 2024 10:03 am
by mol
Great!
Thank you Edward!