Muchas gracias Antonio,
Me he puesto en la labor y he añadido tsbrowse.ch a include, sbrowseh.lib a lib y también he añadido el lib en el buildh.bat del fwh 9.11 para recompilarlo.
Me da el siguiente error:
Harbour 2.0.0beta2 (Rev. 12197)
Copyright (c) 1999-2009,
http://www.harbour-project.org/Compiling 'sbarray.prg' and generating preprocessed output to 'sbarray.ppo'..
Lines 3401, Functions/Procedures 1
Generating C source output to 'sbarray.c'... Done.
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
sbarray.c:
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_hb_vmProcessSymbolsEx' referenced from C:\FWH2009\LIB\SBROWSEH.LIB|TSBROWSE
* Linking errors *
He añadido las libs de manuel a mi bat así:
echo %fwh%\lib\FiveH.lib %fwh%\lib\FiveHC.lib %fwh%\lib\sbrowseh.lib %fwh%\lib\sbrwseh.lib + >> b32.bc
echo %fwh%\lib\ole2.lib %fwh%\lib\hbole.lib + >> b32.bc
echo %hdirl%\hbrtl.lib + >> b32.bc
....
se supone que sólo tengo que añadir estos libs no??
Si se les ocurre alguna idea??
Gracias.