Will writing an add-in help



Hi,
I intend to customize Visual Studio so that it can compile an
XQuery(.xq) file. I have my own compiler. Now I would like to invoke
this compiler possibly with some arguments and display the output of
the compilation in the "Output Window". ( just like it is in case of
compiling a C++ file) Also I would like to highlight the line
containing the error when the particular error is clicked.

I thought developing an add-in would be the best way to do this.
But I am skeptical if this is really possible. Can someone tell me if
all these are possible with an add-in or not? It would be really
helpful to me if I get some links or sample codes.

If add-in is not the right approach, please tell me if the same
thing can be achieved in some other way?

Thanks in advance!
-manojna

.



Relevant Pages

  • Re: Installing Add-In problem
    ... syntax error somewhere else that is throwing off the compiler. ... A free, powerful, flexible Excel utility ... I have an Add-In that I wrote, and within it, there are three subroutines. ...
    (microsoft.public.excel.programming)
  • Normal Random Generator
    ... need to generate normal random variables by function ... Norminv. ... The compiler doesn't know this function. ... Does anyone know which Add-In or how to ...
    (microsoft.public.excel.programming)
  • Re: Will writing an add-in help
    ... They have created a language and compiler that integrates with Visual ... > I intend to customize Visual Studio so that it can compile an ... > the compilation in the "Output Window". ... > I thought developing an add-in would be the best way to do this. ...
    (microsoft.public.vc.ide_general)
  • Writing C++ add-in for Visual Studio .NET 2003
    ... I have my own compiler. ... Now I would like to invoke ... the compilation in the "Output Window". ... I thought developing an add-in would be the best way to do this. ...
    (microsoft.public.vsnet.general)
  • Will writing an add-in help
    ... I have my own compiler. ... Now I would like to invoke ... the compilation in the "Output Window". ... I thought developing an add-in would be the best way to do this. ...
    (microsoft.public.vstudio.general)

Loading