CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2005
    Location
    Chennai , India
    Posts
    1,375

    Question Create .idl file in VC++

    Hi,
    I need to create idl file in my project .. how to do it ?

    PS note : I know to create idl file through new ATL / COM Project but i need to do it in MFCApp Wizard .(the one which i created already).
    It takes seconds for rating…that actually compensates the minutes taken for giving answers
    The biggest guru-mantra is: Never share your secrets with anybody. It will destroy you.
    Regards, Be generous->Rate people
    Jayender!!

  2. #2
    Join Date
    Jun 2005
    Location
    Chennai , India
    Posts
    1,375

    Thumbs up Re: Create .idl file in VC++

    I got it guys,
    and here is the solution for the poeple who may need latter :

    Right click the classview -> New Atl object -> Object , then click next add App object .. thats it ..
    the .idl file is created.
    It takes seconds for rating…that actually compensates the minutes taken for giving answers
    The biggest guru-mantra is: Never share your secrets with anybody. It will destroy you.
    Regards, Be generous->Rate people
    Jayender!!

  3. #3
    Join Date
    Jan 2011
    Posts
    5

    Re: Create .idl file in VC++

    Open Visual Studio --> File --> New File --> IDL

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