IDE and .hbc files

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
User avatar
mol
Posts: 3774
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

IDE and .hbc files

Post 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!
edk
Posts: 999
Joined: Thu Oct 16, 2014 11:35 am
Location: Poland

Re: IDE and .hbc files

Post 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
Post Reply