How to create hbx files using hbmk2

How to create hbx files using hbmk2

Postby Antonio Linares » Sat Jun 13, 2020 7:19 am

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
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: How to create hbx files using hbmk2

Postby Antonio Linares » Sat Jun 13, 2020 10:42 am

Code: Select all  Expand view
function Main()

   for n = __DynsCount() to 1 step -1
     if __DynsIsFun( n )
        ? "extern " + __DynsGetName( n )
     endif
   next    

return nil
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to Utilities / Utilidades

Who is online

Users browsing this forum: No registered users and 28 guests