Brecht Sanders
Brecht Sanders
I have not been able to see any crash when using the latest version of `xlsxio_xlsx2csv` on file `AIFE-Chorus-Pro-Annuaire_20240319.xlsx` downloaded from the link you supplied. When you say it's not...
Can you try again with the release I published yesterday?
You are right, the older `.xls` format won't import. As the name imples XLSX I/O is only for `.xlsx` format.
What do I need to do to build differently? I don't explicitely pull in gnulib, and I assume this is replaced with MinGW-w64 on Windows. See: https://www.gnu.org/software/gnulib/manual/html_node/Native-Windows-Support.html
I have an issue, that may or may not be related. For native winlibs build I usually build everything from scratch (gcc, binutils, etc... + all dependencies). Then I use...
I think maybe `mkstemp()` from MinGW-w64 returns the same result because there is no random seed. Maybe `ar.exe` should perform a random seed using something that's different for each instance...
What exactly is the issue you are trying to report? It looks like you're seeing what is set in your environment. How is that a bad value?
Why is `CXX` not set to `D:\Prog\winlibs64_stage\mingw64\bin\x86_64-w64-mingw32-g++.exe`? You need to check the environment from where you're calling `mingw32-make.exe`.
@Aerocatia In which executable(s) exactly did you find this, and in which version? I would need to know if something changed in the sources (e.g. a new build flag for...
@ArkadiuszMichalski When I look at the error message: ```raw 'allTip.cxx' is not recognized as an internal or external command, operable program or batch file. ``` compared to part of the...