Re: Will writing an add-in help



It is definitely possible with an add-in. Check out this product called "Visual RPG for .NET" from
ASNA:
http://www.asna.com/pages/products_NET_AVR.aspx
They have created a language (a cross between C# and RPG!) and compiler that integrates with Visual
Studio. Maybe they can give you some hints on how to do it.

"B" <manojnab84@xxxxxxxxx> wrote in message
news:1122642111.371831.324070@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> 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

  • visual C++ compiler toolkit question
    ... the windows API and C/C++ Runtime which is used by ... Studio is required). ... Compiler Toolkit instead, so they dont need to buy VS.NET if all they want ... 1.Is the Visual C++ Compiler Toolkit compiler the same compiler as Visual ...
    (microsoft.public.vstudio.general)
  • visual C++ compiler toolkit question
    ... the windows API and C/C++ Runtime which is used by ... Studio is required). ... Compiler Toolkit instead, so they dont need to buy VS.NET if all they want ... 1.Is the Visual C++ Compiler Toolkit compiler the same compiler as Visual ...
    (microsoft.public.vstudio.development)
  • Re: Apple should buy SUN.
    ... I too would like to see a fully standards ... >>compliant version of this compiler, ... I'm hoping that it will come with Studio 11 patches. ... > of the sources - not the compiler. ...
    (comp.unix.solaris)
  • Re: Simplicity has a future
    ... which is approaching C99 conformance. ... compiler. ... Neither of the compliers I have will compile it, gcc or Studio. ... If Studio barfs over asm, it's not a conforming C implementation, C90 /or/ ...
    (comp.lang.c)
  • Re: Give me reasons not to use Delphi
    ... button to press to file an e-mail bug report to Microsoft The beta versions ... If want to report a compiler generated bug to Microsoft then you can ... To set this compiler option in the Visual Studio development environment ... This compiler option is unavailable in Visual Studio. ...
    (borland.public.delphi.non-technical)

Loading