With xHarbour builder I can compile my programs using the SIx driver. If I compile with BUILDX.BAT I get undefined symbols for the SIx related functions. How can I include this driver with FiveWin ? Thank you.
With xHarbour builder I can compile my programs using the SIx driver. If I compile with BUILDX.BAT I get undefined symbols for the SIx related functions. How can I include this driver with FiveWin ? Thank you.
Gustavo,
> I get undefined symbols for the SIx related functions
What unresolved sylmbols are them ?
Gustavo
If I recall .. the Six Driver is 16 bit and will not translate or work with 32 bit ..
Rick Lipkin
Rick,
xHB.com provides a commercial Six driver compatible compiler, afaik ![]()
Antonio
I think is called 'apollo' ??
Rick
Yes, I think so though I am not familiar with it
Gustavo,
In FWH\samples\buildx.bat add the six libraries here:
...
echo %hdirl%\pcrepos.lib + >> b32.bc
here ...
here ...