Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29264 Discussions

functions in msxml4.dll only return 2048 characters

tim_coletta
Beginner
501 Views
I've used the Fortran Module Wizard on msxml4.dll and all the functions that return character strings are limited to 2048 characters. I need to use the following function to return the xml as a string, but I need more than the 2048 characters allowed. Does anyone know if this is possible?

CHARACTER*(2048) FUNCTION IXMLDOMDocument_Getxml($OBJECT, $STATUS)

Thanks,
Tim Coletta
0 Kudos
0 Replies
Reply