Call hbmk2 with this -hbx parameter:
hbmk2 yourproject.hbp -hbx=yourproject.hbx
Use this flag in the hbp file:
-hblib
It will create yourproject.hbx
How to create hbx files using hbmk2
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: How to create hbx files using hbmk2
Code: Select all
function Main()
for n = __DynsCount() to 1 step -1
if __DynsIsFun( n )
? "extern " + __DynsGetName( n )
endif
next
return nil