mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-27 21:58:30 +01:00
Mirror of https://github.com/jezhiggins/arabica
7bbcab1568
#import <type_library>. The latter is sensitive to the exact name/version of the library provided by Microsoft and various options provided to the type library reader. (Found the issue when I attempted to build with MSXML4 rather then MSXML3.) [kas] Created the default PROGID define. M$. in their wisdom, removed the version independent IDs starting in version 4.0 of the MSXML library. Saves a lot of 'DLL hell' problems but creates others for maintainers. The initialization code will now try the 4.0 ID and then the older (version independant) name. [kas] StreamAdaptor now derives from ISequentialStream, not IStream. Fixes to StreamAdaptor::QueryInterface. |
||
---|---|---|
bin | ||
doc | ||
DOM | ||
examples | ||
SAX | ||
Utils | ||
XML | ||
Arabica.dsw | ||
ChangeLog | ||
Documentation.dsp | ||
Makefile | ||
sax.dox | ||
SAXinCPP.bpf | ||
SAXinCPP.bpg | ||
todo.txt |