Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/ActiveX/Type Library Editor/Text page    [ Add a report in this area ]  
Report #:  28539   Status: Closed
Export to IDL produce incorrect output
Project:  Delphi Build #:  10.0.2288.42451
Version:    10.0 Submitted By:   Alexander Zencovich
Report Type:  Basic functionality failure Date Reported:  4/28/2006 1:14:34 AM
Severity:    Serious / Highly visible problem Last Updated: 3/20/2012 2:24:39 AM
Platform:    All platforms Internal Tracking #:   239877
Resolution: Fixed (Resolution Comments) Resolved in Build: : 11.0.2902.10471
Duplicate of:  None
Voting and Rating
Overall Rating: (1 Total Rating)
3.00 out of 5
Total Votes: None
Description
When Type Library editor prodcue IDL text, that text still incompatible with basic IDL preprocessor MIDL

Cause: Unsorted interfaces. If exported type library have more the one interface like



exported output could not be translated by MIDL. To be correct, exported file must have structure like

Inteface2

Interface1

   method with parameter type Interface2


Type Library editor does not have embedded abilities to resort interfaces (move Inteface2 above Interface1.
Steps to Reproduce:
None
Workarounds
None
Attachment
None
Comments

None

Server Response from: ETNACODE01