Susan Xie

Susan Xie

  • NA
  • 1
  • 0

How to transfer an AddIn from IDE to SDK

Jun 2 2006 6:02 AM

I think my question is simple for youJ

 

Firstly, I wrote an AddIn component by myself.

Its function is to add some certain source codes in a host application.

And then I compiled it to gama.dll successfully.

I can find that there is a new button in the “Tools” called “gama”

Secondly, I wrote a host Application which used to test the gama.dll.

When clicking the “gama” button, the certain codes added to test.cs.

What has to be mentioned is that, all the works above accomplished with Visual Studio IDE.

 

But now, my mentor changes the requirement.

Since he wants to compile all the source codes with the .net SDK, I compiled the AddIn to gama.dll with command line (using csc.exe).

 

My question is:

How can I add the certain source codes to test.cs using the gama.dll with command line just as what I did with IDE?