Software Archive
Read-only legacy content
17060 Discussions

Using msxml.dll

lucaletizia
Beginner
480 Views
Hi,

I have tried to use msxml.dll (which I think is a COM) from Fortran, using the Tools-> Fortran Module Wizard-> COM and getting the interface to the COM build by the wizard.

One of the type created is TYPE _xml_error

When I compile I get error "Error: Lead underscore not allowed
TYPE _xml_error", can anybody tell me what I have to do. Is it something in the compiler settings??

Thanks Luca
0 Kudos
1 Reply
Steven_L_Intel1
Employee
480 Views
The Module Wizard shouldn't be generating type names with a leading underscore. Send a bug report to vf-support@compaq.com. You can manually edit the generated file to replace the underscore with a $, which is allowed, or something else.

Steve
0 Kudos
Reply