- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Steve

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page