brechtsanders / xlsxio

XLSX I/O - C library for reading and writing .xlsx files
MIT License
397 stars 113 forks source link

The release version for win64 is actually win32 dll. #113

Closed aaghiijnnuz closed 2 years ago

aaghiijnnuz commented 2 years ago

Hello, I realize that the release verion 0.2.32 win64 version is actually win32. So may be re-release this package? I have been notes that some one have some trouble when using this file.

111

brechtsanders commented 2 years ago

New binaries have been generated and uploaded to https://github.com/brechtsanders/xlsxio/releases/tag/0.2.32

aaghiijnnuz commented 2 years ago

Thanks for replying. The new release file from win64\bin is still win32 dlls. I am wondering if there is some bug in the cmake file. @brechtsanders

brechtsanders commented 2 years ago

Can you check again now if xlsxio-0.2.32-binary-win64.zip is indeed 64-bit?

aaghiijnnuz commented 2 years ago

I have checked by cff and my windows demo program. It seems this version is correct. It is indeed win64 dlls. Thanks a lot.

ps: I tried to complie by myself today. But I have met some trouble with the Dependencies. The readme link for the dependencies is too old. For example, I tried to set the minizip directory, but minizip have many version in github. I can not find the correct version. Maybe update the direct download link to the github is helpful.

brechtsanders commented 2 years ago

Try minizip from http://www.gaia-gis.it/gaia-sins/dataseltzer-sources/ I really need to find some time to make it work with minizip-ng