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
    4

    Compiling IDL file



    Hi all


    i am new to COM. I want to compile an IDL file.

    1. Can I compile an idl file directly from visual studio?

    2. Could you please explain the steps to be followed when using the command prompt to compile an IDL file?


    thanks in advance

    hafs

  2. #2
    Join Date
    Apr 1999
    Posts
    15

    Re: Compiling IDL file



    Hi

    the fastest way to learn this is (probably) to go and use the ATL wizard to

    create an ATL project for you. It will create an empty IDL as well and when

    you compile it will compile the IDL as well. Read some good book e.g. Active Template

    Library by Tom Armstrong.

    HTH

    Julius

  3. #3
    Join Date
    Apr 1999
    Posts
    4

    Re: Compiling IDL file



    Hi


    Thanks for the mail. But my problem is that I am trying to catch some COM theory and so I dont want to use ATL for the time being. I prefer using plain C++ files. I am using "Inside COM" for this purpose.


    So I want to compile an IDL file which I had written. And I would like to know how I can do this from the Visual studio


    thanks

    hafi

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