We used the MSVC solution for 2005 that came with the library. It produces a static library (.lib).
Note that we get the same errors if we drop the source and header files into our program source and do not link with the library.
It has been suggested that _write may be a Qt macro that is somehow confusing the linker. We do know that Qt has a QT_WRITE macro but are not sure how that works in the IO system.
Bookmarks