brechtsanders / xlsxio

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

prebuilt dll 32bits can not use #130

Open WhuEven opened 1 month ago

WhuEven commented 1 month ago

The pre compiled 32-bit DLL file cannot be executed properly with error 0xc000007b. The 64 bit DLL file can be used normally. 预编译的32位动态库不能用,运行时报错0xc000007b,切换至64位工程,64位DLL可正常使用