Does CSTAInside v0.2.0 require asm-xml 32bit parser to work? I plan to use CSTAInside to build TAPI driver working on windows 8 - 64bit. Can I compile CSTA source code with asm-xml object in x64?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Does CSTAInside v0.2.0 require asm-xml 32bit parser to work? I plan to use CSTAInside to build TAPI driver working on windows 8 - 64bit. Can I compile CSTA source code with asm-xml object in x64?
Hello, asm-xml is 32 bit only and it is required for compiling the core.
(As the developer does not plan to make any 64 bit version, the XML parser used for CSTA is going to be replaced but it would be a longer process.)
Hello Krisztian,
I too, would like to have a 64bit version of the CSTAInside. So what would you suggest as replacement for Asm-Xml?
Thanks,
Victor
In CSTA Inside 1.0 asm-xml is going to replaced with PugiXml to have 64 bit support.