Command line compiler

  • Thread starter Thread starter Marc R.
  • Start date Start date
M

Marc R.

Hello,

Is there a way to tell to the command line compiler that the source code
must be COM Interop?

My source code contain only Enumerations

Hope that I am clear!
Thank you
 
I forgot to tell you that I use CompilerParameters and CodeDomProvider = New
Microsoft.VisualBasic.VBCodeProvider()

It is in VB

Thank you
 
Back
Top