Very nice Vortex. Example .def output testing
C:\Users\John\Downloads\DllToDef>dlltodef32 libxlsxio_write.dll
libxlsxio_write.dll exports 12 functions.
C:\Users\John\Downloads\DllToDef>dlltodef64 libxlsxio_write.dll
<- on purpose Error : libxlsxio_write.dll could not be loaded.
C:\Users\John\Downloads\DllToDef>dlltodef64 libxlsxio_write64.dll
libxlsxio_write64.dll exports 12 functions.
LIBRARY libxlsxio_write64
EXPORTS
"xlsxiowrite_add_cell_datetime"
"xlsxiowrite_add_cell_float"
"xlsxiowrite_add_cell_int"
"xlsxiowrite_add_cell_string"
"xlsxiowrite_add_column"
"xlsxiowrite_close"
"xlsxiowrite_get_version"
"xlsxiowrite_get_version_string"
"xlsxiowrite_next_row"
"xlsxiowrite_open"
"xlsxiowrite_set_detection_rows"
"xlsxiowrite_set_row_height"
John Z