Hi All,
i found by accident an interesting library which allows to access and read an excel file (
http://libxls.sourceforge.net/).
I included the library name (libxlsreader.a) within Project options -> Linker etc.,
but i got the following error message:
POLINK: error: Unresolved external symbol '__errno'.
POLINK: error: Unresolved external symbol '__assert'.
POLINK: fatal error: 2 unresolved external(s).
I did many many attempts to try to solve this: including assert.h and errno.h, linking to several other libraries etc. but nothing to do.
But it compiles correctly in Codeblocks - MinGW.
What else could i do, to solve this ?
As an alternative, can you suggest me another library that allows access to Xls spreadsheets, and works fine with Pelles ?
Thank you in advance and kind regards !
Rnard