Hi
How can I integrate the XP DDK's build tool to IDEs, such as VS2002 or Source Insight
Thank you

Re: A question by Farooque

Farooque
Mon Mar 01 23:24:38 CST 2004

have a look at DDKBUILD from www.hollistech.com

HTH,
--

-Farooque Khan
http://farooque.150m.com




"Gong Da" <anonymous@discussions.microsoft.com> wrote in message
news:8AB1EA46-8DD0-489D-81AA-B53BF2AD7FF2@microsoft.com...
> Hi,
> How can I integrate the XP DDK's build tool to IDEs, such as VS2002 or
Source Insight?
> Thank you.
>
>



Re: A question by Mark

Mark
Tue Mar 02 06:39:26 CST 2004

I tried several times to get source insight to do anything reasonable for me
and gave up. Your mileage may vary. Integrating with VS is quite simple, as
pointed out by Farooque.

--

=====================
Mark Roddy
Windows 2003/XP/2000 Consulting
Hollis Technology Solutions 603-321-1032
www.hollistech.com
markr@hollistech.com


"Farooque Khan" <farooquek@NoSpamPls-concretioindia-NoSpamPls.com> wrote in
message news:OQDfZYBAEHA.1032@TK2MSFTNGP10.phx.gbl...
> have a look at DDKBUILD from www.hollistech.com
>
> HTH,
> --
>
> -Farooque Khan
> http://farooque.150m.com
>
>
>
>
> "Gong Da" <anonymous@discussions.microsoft.com> wrote in message
> news:8AB1EA46-8DD0-489D-81AA-B53BF2AD7FF2@microsoft.com...
> > Hi,
> > How can I integrate the XP DDK's build tool to IDEs, such as VS2002 or
> Source Insight?
> > Thank you.
> >
> >
>
>



Re: A question by Alireza

Alireza
Tue Mar 02 20:22:54 CST 2004

Our internal build environment is somewhat different from DDK but I can get
source insight to build my project and parse the output of the compiler and
take me to where the errors were. If this is what you are looking for, I use
the following string for "parse pattern" in my build custom command.

^..\([a-zA-Z].*\..\)(\([0-9][0-9]*\).*)

this will take care of errors in the form of:
1>foo.c(397)
You may need to change the beginning of this pattern. I believe I have the
".." at the so the parser ignores the "1>" that compiler prints on every
line.

I also set my project directory to where I would be if I build in a cmd box.

-ali


--
This posting is provided "AS IS" with no warranties, and confers no rights.

--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Mark Roddy" <markr@hollistech.com> wrote in message
news:eC74nNFAEHA.712@tk2msftngp13.phx.gbl...
> I tried several times to get source insight to do anything reasonable for
me
> and gave up. Your mileage may vary. Integrating with VS is quite simple,
as
> pointed out by Farooque.
>
> --
>
> =====================
> Mark Roddy
> Windows 2003/XP/2000 Consulting
> Hollis Technology Solutions 603-321-1032
> www.hollistech.com
> markr@hollistech.com
>
>
> "Farooque Khan" <farooquek@NoSpamPls-concretioindia-NoSpamPls.com> wrote
in
> message news:OQDfZYBAEHA.1032@TK2MSFTNGP10.phx.gbl...
> > have a look at DDKBUILD from www.hollistech.com
> >
> > HTH,
> > --
> >
> > -Farooque Khan
> > http://farooque.150m.com
> >
> >
> >
> >
> > "Gong Da" <anonymous@discussions.microsoft.com> wrote in message
> > news:8AB1EA46-8DD0-489D-81AA-B53BF2AD7FF2@microsoft.com...
> > > Hi,
> > > How can I integrate the XP DDK's build tool to IDEs, such as VS2002 or
> > Source Insight?
> > > Thank you.
> > >
> > >
> >
> >
>
>