xfw.lib for xhb.com

Post Reply
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

xfw.lib for xhb.com

Post by Antonio Linares »

Here you have the most recent xfw.lib for xHarbour commercial:

https://bitbucket.org/fivetech/fivewin- ... 171121.zip

xfw.def

Code: Select all

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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: xfw.lib for xhb.com

Post by Antonio Linares »

Here you have a working project for xHarbour commercial and FWH:

fwtutor01.exe.xbp

Code: Select all

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
User avatar
Patrick Mast
Posts: 244
Joined: Sat Mar 03, 2007 8:42 pm

Re: xfw.lib for xhb.com

Post by Patrick Mast »

Thank you Antonio! Works great here!

:D

Patrick
Post Reply