Afther testing and writing some sample code in FWH, i decided to convert my main 16 bit application to FWH
One important thing however : TSBrowse 6
I use TSbrowse6 a lot, and found a TSbrowse 9 !! in the download section, witch seems to be FWH ready.
So, I want first to put my 16 Bit version in TS9, so that the conversion to FWH will go more easy, since I get a lot of undefinded when linking in FWH.
The source is there as prg, but I also need the LIB.
1. Can someone send me the LIB version for 16 bit and 32 bit FWH ? I never created lib files, and maybe I even don't have the tools for it. (marc(at)maveco.be
2. In my OLD makefile for linking, there is a tsbrowse.prg linked in, but also a Sbrowse.lib. i ask myself if this is correct, or is this linked in twice this way ? Maybe the prg only will do the trick?
I will sureley use the new Build Files for FWH, samples I have collected, but if I clear the TSbrowse issue, atleast i'm into FWH. First thing I will do then is conversions to the exelent Xbrowse,
my favorit tool...
## BLINKER EXECUTABLE NODELETE
BLINKER INCREMENTAL OFF
BLINKER CLIPPER SYMBOL ON
BLINKER EXECUTABLE CLIPPER F220
packdata
packcode
##noextdic
fi maveco
FI functies,afdruk,ingeven,klanten,lever,artikel,statistiek,dagtaak,Users,prosp,Makefile,index,finddata,browsers
fi tsmtp,tsocket,tphdial
fi errsysw
fi wbrowse,wbrwline,tget,scrllbar,TSbrowse # Ts 6 bugfix
fi alloc,__wait_b
FI gxrteng1.lib
FI gxrteng2.lib
lib btnget,Sbrowse
LIB OLE2,super53
search five,fivec,objects
LIB barlib
LIB winapi,clipper,extend,dbfntx,terminal
lib cm52,cmx52
DEFBEGIN
name Maveco.exe
description 'Facturatie MAVECO'
exetype Windows
code preload moveable discardable
data preload moveable
stacksize 14000
heapsize 12000
segment 'PLANKTON_TEXT' nondiscardable
segment 'EXTEND_TEXT' nondiscardable
segment 'OM_TEXT' nondiscardable
segment 'OSMEM_TEXT' nondiscardable
segment 'SORTOF_TEXT' nondiscardable
segment 'STACK_TEXT' nondiscardable
DEFEND