FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index Utilities / Utilidades xfw.lib for xhb.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
xfw.lib for xhb.com
Posted: Tue Nov 21, 2017 09:22 AM
Here you have the most recent xfw.lib for xHarbour commercial:

https://bitbucket.org/fivetech/fivewin-contributions/downloads/xfw_20171121.zip

xfw.def
Code (fw): Select all Collapse
LIBRARY     USER32.DLL

EXPORTS
    GetComboBoxInfo         
    GetListBoxInfo          
    GetMenuBarInfo           
    GetMenuInfo             
    GetWindowLongPtr        
    PrintWindow             
    SendInput
    SetMenuInfo


To build it:
c:\vc98\bin\lib.exe /def:xfw.def /out:xfw.lib
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: xfw.lib for xhb.com
Posted: Tue Nov 21, 2017 09:57 AM
Here you have a working project for xHarbour commercial and FWH:

fwtutor01.exe.xbp
Code (fw): Select all Collapse
CINI = 
C_OUTPUTFOLDER = 
DEFFILE = 
INCLUDEFOLDERS = 
LAUTORUN = 
LDEBUG = .F.
LGUI = .F.
LIBFOLDERS = 
LMT = .F.
LNOAUTOFWH = .F.
LPRG_CLASSICDEBUG = .F.
LPRG_DEBUG = .F.
LUSEDLL = .F.
MAPFILE = 
MYC_FLAGS = 
MYDEFINES = 
MYLINK_FLAGS = 
MYPRG_FLAGS = 
MYRC_FLAGS = 
MYSLY_FLAGS = 
OUTPUTFOLDER = 
PRG_OUTPUTFOLDER = 
RC_OUTPUTFOLDER = 
RUNARGUMENTS = 
SLY_OUTPUTFOLDER = 
STARTIN = 
TARGETFOLDER = 

[fwtutor1.prg]
MYC_FLAGS = 
MYDEFINES = 
MYPRG_FLAGS = 

[xfw.lib]

[C:\xhb\c_lib\win\gdiplus.lib]

[C:\xhb\lib\xhbzip.lib]

[C:\xhb\lib\xhbzipdll.lib]
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 246
Joined: Sat Mar 03, 2007 08:42 PM
Re: xfw.lib for xhb.com
Posted: Tue Nov 21, 2017 10:04 AM

Thank you Antonio! Works great here!

Patrick

:D

Continue the discussion