 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
George Birbilis Guest
|
Posted: Wed Dec 08, 2004 5:41 pm Post subject: is there "forward" directive for Delphi IDL? |
|
|
in Object Pascal style IDL (or in the normal IDL at least), is there some
way to have two interfaces refer to each other in parameters of their
methods?
e.g. at
Interface1 have a method that says
procedure test(x:Interface2); safecall;
and at Interface2 have a method that says
procedure test(x:Interface1); safecall;
there seems to be a problem in this case with the ordering, since at
Interface1 it says that Interface2 is unknown etc. (I think even making that
via the type library GUI and not manually in the IDL text pane has the same
problem)
-----
George Birbilis (birbilis (AT) kagi (DOT) com)
http://www.kagi.com/birbilis
--------------
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|