A
Andrew
Hi,
I was trying to make my C# component to be 'register-free activation'
component.
I followed the steps in MSDN and (after tweaking the errors in the example
code) I got to the step where I need to invoke the compiler with the
/win32res option to include the manifest file.
I see that I practically need to add all the nasty switches (add references,
etc) to the compiler to create my assembly.
Is there a better \ easier way ?
thank you
I was trying to make my C# component to be 'register-free activation'
component.
I followed the steps in MSDN and (after tweaking the errors in the example
code) I got to the step where I need to invoke the compiler with the
/win32res option to include the manifest file.
I see that I practically need to add all the nasty switches (add references,
etc) to the compiler to create my assembly.
Is there a better \ easier way ?
thank you