I am able to build MSVC 32 bit application using drxlsx32.lib without any linking problems.
I used buildh32.bat in the samples.
Uncommented this line:
- Code: Select all Expand view
echo %fwh%\lib\drxlsx32.lib >> msvc.tmp
Thus using drxls32.lib from \fwh\lib\ folder.
This is the test program I used and it is built without any problem and created xlsx file without any problem.
- Code: Select all Expand view
#include "fivewin.ch"
REQUEST DBFCDX
REQUEST DRXLSX
function Main()
UseDrXlsx( .t. )
XBROWSER "CUSTOMER.DBF"
return nil
Clicking on the Excel button in xbrowser, generates xlsx file using DrXlsx2.lib