idl

  • Thread starter Thread starter Mattias Sjögren
  • Start date Start date
M

Mattias Sjögren

Perhaps you should post this to microsoft.public.dotnet.languages.vc,
it doesn't seem to be C# related.



Mattias
 
Hi,

I am writing an atl exe server on visual studio dot net, and all the idl
section's are written as attributes and the idl file create every time after
compilation.

But I am using the com object inside the exe project so I need to import the
tlb file but the tlb is created after compilation!

I try to use the midl in the pre build but the idl file is being created
after compilation too.

(In vs-6 the idl was part of the project)

So what can I do so I can compile my project correctly???

When the idl is created in the compile stage or in the link part???

When the compiler compile the import statement in the build stage or in the
link part???





Thanks,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top