FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index Utilities / Utilidades How to create hbx files using hbmk2
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
How to create hbx files using hbmk2
Posted: Sat Jun 13, 2020 07: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
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: How to create hbx files using hbmk2
Posted: Sat Jun 13, 2020 10:42 AM
Code (fw): Select all Collapse
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

Continue the discussion