Manuel,
have you been able to run Tim's code there and see if it fails with FWH 15.04 ?
thanks
Manuel,
have you been able to run Tim's code there and see if it fails with FWH 15.04 ?
thanks
C_OUTPUTFOLDER =
DEFFILE =
INCLUDEFOLDERS =
LAUTORUN = .F.
LDEBUG = .F.
LGUI = .T.
LIBFOLDERS = C:\xHB\lib;c:\fwh\lib
LMT = .F.
LNOAUTOFWH = .F.
LPRG_CLASSICDEBUG = .F.
LPRG_DEBUG = .F.
LUSEDLL = .F.
MAPFILE =
MYC_FLAGS =
MYDEFINES = __HARBOUR__ ;__FLAT__
MYLINK_FLAGS = -NOEXPOBJ -MAP -FORCE:MULTIPLE
MYPRG_FLAGS =
MYRC_FLAGS =
MYSLY_FLAGS =
OUTPUTFOLDER = asw2013w
PRG_OUTPUTFOLDER =
RC_OUTPUTFOLDER =
RUNARGUMENTS = Sylviallaa
SLY_OUTPUTFOLDER =
STARTIN = C:\xHb\MLS2013\sourceource
TARGETFOLDER =
[ All .prg files are listed here ]
[C:\projects\asw2012\source\xhb.obj]
[C:\projects\libs\oledlg.lib]
[C:\projects\MLS2013\source\version.lib]
[C:\projects\MLS2013\source\prnwnd.lib]
[C:\projects\libs\ads.lib]
[C:\xHb\lib\xHBZIP.lib]
[C:\xHb\lib\xHBZipDll.lib]
[C:\projects\MLS2013\source\libeay32.lib]
[C:\projects\MLS2013\source\ssleay32.lib]
[C:\xhb\lib\TipSSL.lib]
[C:\Projects\libs\mem32.lib]
[C:\Projects\libs\send32.lib]
[C:\xHB\Lib\ACE32.lib]
[C:\MLS\ASW91\wcap.lib]
[C:\xHB\c_lib\Win\gdi32.lib]
[C:\xHB\c_lib\Win\gdiplus.lib]
[C:\xHB\c_lib\Win\psapi.lib]Otto has png.lib and xhb2.obj supplied by FWH ? These are not in my release. Where can I find them ?
Also, the following warnings are taking place:
xLINK: warning: Symbol 'c:\fwh\lib\FiveHCM.lib(MEM.obj)->_HB_FUN_NEXTMEM previously defined at (xHb2HbFunc.obj)' is multiply defined.
xLINK: warning: Symbol 'c:\fwh\lib\FiveHCM.lib(ACTX.obj)->_HB_FUN_ACTXPDISPPTR previously defined at (xHb2HbFunc.obj)' is multiply defined.
xLINK: warning: Symbol 'c:\fwh\lib\FiveHMX.lib(HARBOUR.obj)->_HB_FUN_OLEINVOKE previously defined at (FIVEACTX.obj)' is multiply defined.
xLINK: warning: Symbol 'c:\fwh\lib\FiveHMX.lib(HARBOUR.obj)->_HB_FUN_OLESETPROPERTY previously defined at (FIVEACTX.obj)' is multiply defined.
xLINK: warning: Symbol 'c:\fwh\lib\FiveHMX.lib(HARBOUR.obj)->_HB_FUN_OLEGETPROPERTY previously defined at (FIVEACTX.obj)' is multiply defined.
xLINK: warning: Symbol 'C:\xHB\lib\OptG.lib(hvm.obj)->_hb_vmPushSize previously defined at c:\fwh\lib\FiveHMX.lib(HARBOUR.obj)' is multiply defined.
Just in case this gives anyone a clue ....
OK ... so somewhere along the way I was given a file SysFontSize.prg to make FWH work with xHb. Removing that file resolved the problem.
So here is a question about other files currently being linked in, with a FWH source, that may no longer be needed:
xHb2hbFunc.prg This has definitions in conflict with FiveHCM.lib
FIVEACTx.prg This has duplicate definitions of functions found in FiveHMXZ.lib
Are either of these needed ?
Finally, xHb links in an OptG.lib by default with _hb_vmPushSize in conflict with the same function defined in FiveHMX.lib. Any thoughts about this ?
Thanks for any further input.
xHb2hbFunc.prg This has definitions in conflict with FiveHCM.lib
FIVEACTx.prg This has duplicate definitions of functions found in FiveHMXZ.lib
Are either of these needed ?
How about FWdbg.prg and tMetaFile.prg ?
Tim,
Always check if those files are in FWH\source\classes*.prg or in FWH\source\function*.prg
if they are there, there is no need to link them again, unless you have modified them
Thanks ... in these cases I think there errors on earlier versions, and we had to make corrections and add in these files ... just never took them out ...
All is better now ...
very good ![]()