CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 1999
    Posts
    1

    Function overload in IDL

    I would like to overload functions for my interface. The MIDL compiler will not let me do this, can overloads be described in IDL?


  2. #2
    Guest

    Re: Function overload in IDL

    I don't believe it is possible to override IDL functions.


  3. #3
    Join Date
    May 1999
    Posts
    216

    Re: Function overload in IDL

    Hi
    I dont know if that could be possible. What will happen in a language if it does not support the function overloading? So I think it wont support overloading. But I'm not sure about it.
    Ravi



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured