brechtsanders / xlsxio

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

fix: C2036: 'void *': unknown size #64

Closed viest closed 4 years ago

viest commented 4 years ago

void * unknown size

viest commented 4 years ago
C:\projects\xlswriter\library\libxlsxio\lib\xlsxio_read.c(517): error C2036: 'void *': unknown size

@brechtsanders ping

viest commented 4 years ago

@brechtsanders ping

viest commented 4 years ago

@remicollet

I need your help and cannot contact the author.

This modification will affect the success or failure of xlswriter windows compilation.

Thank you!

remicollet commented 4 years ago

Sorry, I have no power here. BTW, can't you use libzip, instead of minizip, which is already used for zip extension, so probably there in all Windows build (version 1.4.0 IIRC). ?

viest commented 4 years ago

@remicollet

Two projects have different dependencies, libzip is just another project's dependency.

remicollet commented 4 years ago

Two projects have different dependencies, libzip is just another project's dependency.

AFAIK: xlsxio uses minizip OR libzip, so when you use libzip, you don't need minizip (and it will be nice if libxlsxwriter can do the same)

viest commented 4 years ago

Yes, but it needs @brechtsanders to process this PR first

viest commented 4 years ago

@brechtsanders ping