c/ c++ flow diagram

I forgot to remember the name of the beautiful application in which it takes the c/ c++ project source files as input and outputs a graphical flow diagram. any help is greatly appreciated.

thanks,
shyam

I use doygen + dot.

Dan

----- Original Message -----
From: xxxxx@wipro.com
To: Windows System Software Devs Interest List
Sent: Tuesday, May 31, 2005 7:05 PM
Subject: [ntdev] c/ c++ flow diagram

I forgot to remember the name of the beautiful application in which it takes the c/ c++ project source files as input and outputs a graphical flow diagram. any help is greatly appreciated.

thanks,
shyam

Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

You are currently subscribed to ntdev as: unknown lmsubst tag argument: ‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com

Hi Shyam,

I’ve been using a package called Understand (http://www.scitools.com/)
and really like it. Believe they have a free download and 15 day trial,
single license at $495. I’ve also used one called CC-Rider (?), which
was ok, but Understand seems to be significantly ahead of them (in my
opinion). Both will generate various databases and graphical diagrams.

Regards,
-Mike

xxxxx@wipro.com wrote:

I forgot to remember the name of the beautiful application in which it
takes the c/ c++ project source files as input and outputs a graphical
flow diagram. any help is greatly appreciated.

thanks,
shyam

Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

You are currently subscribed to ntdev as: unknown lmsubst tag
argument: ‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com

Understand c++. Googling will show you.

-pro

----- Original Message -----
From: xxxxx@wipro.com
To: Windows System Software Devs Interest List
Sent: Tuesday, May 31, 2005 9:05 AM
Subject: [ntdev] c/ c++ flow diagram

I forgot to remember the name of the beautiful application in which it takes the c/ c++ project source files as input and outputs a graphical flow diagram. any help is greatly appreciated.

thanks,
shyam

Questions? First check the Kernel Driver FAQ at http://www.osronline.com/article.cfm?id=256

You are currently subscribed to ntdev as: unknown lmsubst tag argument: ‘’
To unsubscribe send a blank email to xxxxx@lists.osr.com

I downloaded trial version of Understand several months ago and tried to
feed it one of our projects (~300Mb sources). It just crushed no matter what
the settings were. Do I have to say, that we do not use Understand for C++?

“Michael Becker” wrote in message news:xxxxx@ntdev…
> Hi Shyam,
>
> I’ve been using a package called Understand (http://www.scitools.com/) and
> really like it. Believe they have a free download and 15 day trial,
> single license at $495. I’ve also used one called CC-Rider (?), which was
> ok, but Understand seems to be significantly ahead of them (in my
> opinion). Both will generate various databases and graphical diagrams.
>
> Regards,
> -Mike
>
>
>
>
> xxxxx@wipro.com wrote:
>
>> I forgot to remember the name of the beautiful application in which it
>> takes the c/ c++ project source files as input and outputs a graphical
>> flow diagram. any help is greatly appreciated.
>> thanks,
>> shyam
>> —
>> Questions? First check the Kernel Driver FAQ at
>> http://www.osronline.com/article.cfm?id=256
>>
>> You are currently subscribed to ntdev as: unknown lmsubst tag argument:
>> ‘’
>> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>

Which is why I use doxygen. Doxygen also has ‘issues’, but it is open source
so either you fix the problems or figure you got your money’s worth.

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

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Alexey
Logachyov
Sent: Friday, June 03, 2005 9:28 AM
To: Windows System Software Devs Interest List
Subject: Re:[ntdev] c/ c++ flow diagram

I downloaded trial version of Understand several months ago
and tried to feed it one of our projects (~300Mb sources). It
just crushed no matter what the settings were. Do I have to
say, that we do not use Understand for C++?

“Michael Becker” wrote in message
> news:xxxxx@ntdev…
> > Hi Shyam,
> >
> > I’ve been using a package called Understand
> (http://www.scitools.com/)
> > and really like it. Believe they have a free download and 15 day
> > trial, single license at $495. I’ve also used one called CC-Rider
> > (?), which was ok, but Understand seems to be significantly
> ahead of
> > them (in my opinion). Both will generate various databases
> and graphical diagrams.
> >
> > Regards,
> > -Mike
> >
> >
> >
> >
> > xxxxx@wipro.com wrote:
> >
> >> I forgot to remember the name of the beautiful application
> in which
> >> it takes the c/ c++ project source files as input and outputs a
> >> graphical flow diagram. any help is greatly appreciated.
> >> thanks,
> >> shyam
> >> —
> >> Questions? First check the Kernel Driver FAQ at
> >> http://www.osronline.com/article.cfm?id=256
> >>
> >> You are currently subscribed to ntdev as: unknown lmsubst
> tag argument:
> >> ‘’
> >> To unsubscribe send a blank email to
> xxxxx@lists.osr.com
> >
> >
>
>
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as:
> xxxxx@hollistech.com To unsubscribe send a blank email to
> xxxxx@lists.osr.com
>

Let me throw in another heretical thought. I don’t know about C,
but if you need a flowcharter for C++, maybe it’s time to
restructure your software. C++ program structure lies in its
class inheritance structures and in its polymorphism way more
than in the programs’ “if-then-else” logic, and when your C++
member functions begin to become large enough that they need a
flowcharter, well, time to redesign!

Alberto.

----- Original Message -----
From: “Mark Roddy”
To: “Windows System Software Devs Interest List”

Sent: Friday, June 03, 2005 10:56 AM
Subject: RE: [ntdev] c/ c++ flow diagram

> Which is why I use doxygen. Doxygen also has ‘issues’, but it
> is open source
> so either you fix the problems or figure you got your money’s
> worth.
>
> =====================
> Mark Roddy DDK MVP
> Windows 2003/XP/2000 Consulting
> Hollis Technology Solutions 603-321-1032
> www.hollistech.com
>
>> -----Original Message-----
>> From: xxxxx@lists.osr.com
>> [mailto:xxxxx@lists.osr.com] On Behalf Of Alexey
>> Logachyov
>> Sent: Friday, June 03, 2005 9:28 AM
>> To: Windows System Software Devs Interest List
>> Subject: Re:[ntdev] c/ c++ flow diagram
>>
>> I downloaded trial version of Understand several months ago
>> and tried to feed it one of our projects (~300Mb sources). It
>> just crushed no matter what the settings were. Do I have to
>> say, that we do not use Understand for C++?
>>
>> “Michael Becker” wrote in message
>> news:xxxxx@ntdev…
>> > Hi Shyam,
>> >
>> > I’ve been using a package called Understand
>> (http://www.scitools.com/)
>> > and really like it. Believe they have a free download and
>> > 15 day
>> > trial, single license at $495. I’ve also used one called
>> > CC-Rider
>> > (?), which was ok, but Understand seems to be significantly
>> ahead of
>> > them (in my opinion). Both will generate various databases
>> and graphical diagrams.
>> >
>> > Regards,
>> > -Mike
>> >
>> >
>> >
>> >
>> > xxxxx@wipro.com wrote:
>> >
>> >> I forgot to remember the name of the beautiful application
>> in which
>> >> it takes the c/ c++ project source files as input and
>> >> outputs a
>> >> graphical flow diagram. any help is greatly appreciated.
>> >> thanks,
>> >> shyam
>> >> —
>> >> Questions? First check the Kernel Driver FAQ at
>> >> http://www.osronline.com/article.cfm?id=256
>> >>
>> >> You are currently subscribed to ntdev as: unknown lmsubst
>> tag argument:
>> >> ‘’
>> >> To unsubscribe send a blank email to
>> xxxxx@lists.osr.com
>> >
>> >
>>
>>
>>
>> —
>> Questions? First check the Kernel Driver FAQ at
>> http://www.osronline.com/article.cfm?id=256
>>
>> You are currently subscribed to ntdev as:
>> xxxxx@hollistech.com To unsubscribe send a blank email to
>> xxxxx@lists.osr.com
>>
>
>
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@ieee.org
> To unsubscribe send a blank email to
> xxxxx@lists.osr.com

Doxygen produces uml diagrams, which is the de facto standard for depicting
object oriented program relationships. I perhaps ought to have made clear
that I was talking more generally about ‘program diagraming’ not simply
‘flow charts’, which I also think is what the topic was really about.

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

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Alberto Moreira
Sent: Saturday, June 04, 2005 9:14 AM
To: Windows System Software Devs Interest List
Subject: Re: [ntdev] c/ c++ flow diagram

Let me throw in another heretical thought. I don’t know about
C, but if you need a flowcharter for C++, maybe it’s time to
restructure your software. C++ program structure lies in its
class inheritance structures and in its polymorphism way more
than in the programs’ “if-then-else” logic, and when your C++
member functions begin to become large enough that they need
a flowcharter, well, time to redesign!

Alberto.

----- Original Message -----
From: “Mark Roddy”
> To: “Windows System Software Devs Interest List”
>
> Sent: Friday, June 03, 2005 10:56 AM
> Subject: RE: [ntdev] c/ c++ flow diagram
>
>
> > Which is why I use doxygen. Doxygen also has ‘issues’, but it
> > is open source
> > so either you fix the problems or figure you got your money’s
> > worth.
> >
> > =====================
> > Mark Roddy DDK MVP
> > Windows 2003/XP/2000 Consulting
> > Hollis Technology Solutions 603-321-1032
> > www.hollistech.com
> >
> >> -----Original Message-----
> >> From: xxxxx@lists.osr.com
> >> [mailto:xxxxx@lists.osr.com] On Behalf Of Alexey
> >> Logachyov
> >> Sent: Friday, June 03, 2005 9:28 AM
> >> To: Windows System Software Devs Interest List
> >> Subject: Re:[ntdev] c/ c++ flow diagram
> >>
> >> I downloaded trial version of Understand several months ago
> >> and tried to feed it one of our projects (~300Mb sources). It
> >> just crushed no matter what the settings were. Do I have to
> >> say, that we do not use Understand for C++?
> >>
> >> “Michael Becker” wrote in message
> >> news:xxxxx@ntdev…
> >> > Hi Shyam,
> >> >
> >> > I’ve been using a package called Understand
> >> (http://www.scitools.com/)
> >> > and really like it. Believe they have a free download and
> >> > 15 day
> >> > trial, single license at $495. I’ve also used one called
> >> > CC-Rider
> >> > (?), which was ok, but Understand seems to be significantly
> >> ahead of
> >> > them (in my opinion). Both will generate various databases
> >> and graphical diagrams.
> >> >
> >> > Regards,
> >> > -Mike
> >> >
> >> >
> >> >
> >> >
> >> > xxxxx@wipro.com wrote:
> >> >
> >> >> I forgot to remember the name of the beautiful application
> >> in which
> >> >> it takes the c/ c++ project source files as input and
> >> >> outputs a
> >> >> graphical flow diagram. any help is greatly appreciated.
> >> >> thanks,
> >> >> shyam
> >> >> —
> >> >> Questions? First check the Kernel Driver FAQ at
> >> >> http://www.osronline.com/article.cfm?id=256
> >> >>
> >> >> You are currently subscribed to ntdev as: unknown lmsubst
> >> tag argument:
> >> >> ‘’
> >> >> To unsubscribe send a blank email to
> >> xxxxx@lists.osr.com
> >> >
> >> >
> >>
> >>
> >>
> >> —
> >> Questions? First check the Kernel Driver FAQ at
> >> http://www.osronline.com/article.cfm?id=256
> >>
> >> You are currently subscribed to ntdev as:
> >> xxxxx@hollistech.com To unsubscribe send a blank email to
> >> xxxxx@lists.osr.com
> >>
> >
> >
> >
> > —
> > Questions? First check the Kernel Driver FAQ at
> > http://www.osronline.com/article.cfm?id=256
> >
> > You are currently subscribed to ntdev as: xxxxx@ieee.org
> > To unsubscribe send a blank email to
> > xxxxx@lists.osr.com
>
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@hollistech.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>

Yet another heretical thought: I’m not an UML believer. :slight_smile:

Alberto.

----- Original Message -----
From: “Mark Roddy”
To: “Windows System Software Devs Interest List”

Sent: Saturday, June 04, 2005 9:32 AM
Subject: RE: [ntdev] c/ c++ flow diagram

> Doxygen produces uml diagrams, which is the de facto standard
> for depicting
> object oriented program relationships. I perhaps ought to have
> made clear
> that I was talking more generally about ‘program diagraming’
> not simply
> ‘flow charts’, which I also think is what the topic was really
> about.
>
> =====================
> Mark Roddy DDK MVP
> Windows 2003/XP/2000 Consulting
> Hollis Technology Solutions 603-321-1032
> www.hollistech.com
>
>> -----Original Message-----
>> From: xxxxx@lists.osr.com
>> [mailto:xxxxx@lists.osr.com] On Behalf Of
>> Alberto Moreira
>> Sent: Saturday, June 04, 2005 9:14 AM
>> To: Windows System Software Devs Interest List
>> Subject: Re: [ntdev] c/ c++ flow diagram
>>
>> Let me throw in another heretical thought. I don’t know about
>> C, but if you need a flowcharter for C++, maybe it’s time to
>> restructure your software. C++ program structure lies in its
>> class inheritance structures and in its polymorphism way more
>> than in the programs’ “if-then-else” logic, and when your C++
>> member functions begin to become large enough that they need
>> a flowcharter, well, time to redesign!
>>
>> Alberto.
>>
>>
>> ----- Original Message -----
>> From: “Mark Roddy”
>> To: “Windows System Software Devs Interest List”
>>
>> Sent: Friday, June 03, 2005 10:56 AM
>> Subject: RE: [ntdev] c/ c++ flow diagram
>>
>>
>> > Which is why I use doxygen. Doxygen also has ‘issues’, but
>> > it
>> > is open source
>> > so either you fix the problems or figure you got your
>> > money’s
>> > worth.
>> >
>> > =====================
>> > Mark Roddy DDK MVP
>> > Windows 2003/XP/2000 Consulting
>> > Hollis Technology Solutions 603-321-1032
>> > www.hollistech.com
>> >
>> >> -----Original Message-----
>> >> From: xxxxx@lists.osr.com
>> >> [mailto:xxxxx@lists.osr.com] On Behalf Of
>> >> Alexey
>> >> Logachyov
>> >> Sent: Friday, June 03, 2005 9:28 AM
>> >> To: Windows System Software Devs Interest List
>> >> Subject: Re:[ntdev] c/ c++ flow diagram
>> >>
>> >> I downloaded trial version of Understand several months
>> >> ago
>> >> and tried to feed it one of our projects (~300Mb sources).
>> >> It
>> >> just crushed no matter what the settings were. Do I have
>> >> to
>> >> say, that we do not use Understand for C++?
>> >>
>> >> “Michael Becker” wrote in message
>> >> news:xxxxx@ntdev…
>> >> > Hi Shyam,
>> >> >
>> >> > I’ve been using a package called Understand
>> >> (http://www.scitools.com/)
>> >> > and really like it. Believe they have a free download
>> >> > and
>> >> > 15 day
>> >> > trial, single license at $495. I’ve also used one
>> >> > called
>> >> > CC-Rider
>> >> > (?), which was ok, but Understand seems to be
>> >> > significantly
>> >> ahead of
>> >> > them (in my opinion). Both will generate various
>> >> > databases
>> >> and graphical diagrams.
>> >> >
>> >> > Regards,
>> >> > -Mike
>> >> >
>> >> >
>> >> >
>> >> >
>> >> > xxxxx@wipro.com wrote:
>> >> >
>> >> >> I forgot to remember the name of the beautiful
>> >> >> application
>> >> in which
>> >> >> it takes the c/ c++ project source files as input and
>> >> >> outputs a
>> >> >> graphical flow diagram. any help is greatly
>> >> >> appreciated.
>> >> >> thanks,
>> >> >> shyam
>> >> >> —
>> >> >> Questions? First check the Kernel Driver FAQ at
>> >> >> http://www.osronline.com/article.cfm?id=256
>> >> >>
>> >> >> You are currently subscribed to ntdev as: unknown
>> >> >> lmsubst
>> >> tag argument:
>> >> >> ‘’
>> >> >> To unsubscribe send a blank email to
>> >> xxxxx@lists.osr.com
>> >> >
>> >> >
>> >>
>> >>
>> >>
>> >> —
>> >> Questions? First check the Kernel Driver FAQ at
>> >> http://www.osronline.com/article.cfm?id=256
>> >>
>> >> You are currently subscribed to ntdev as:
>> >> xxxxx@hollistech.com To unsubscribe send a blank email to
>> >> xxxxx@lists.osr.com
>> >>
>> >
>> >
>> >
>> > —
>> > Questions? First check the Kernel Driver FAQ at
>> > http://www.osronline.com/article.cfm?id=256
>> >
>> > You are currently subscribed to ntdev as: xxxxx@ieee.org
>> > To unsubscribe send a blank email to
>> > xxxxx@lists.osr.com
>>
>>
>> —
>> Questions? First check the Kernel Driver FAQ at
>> http://www.osronline.com/article.cfm?id=256
>>
>> You are currently subscribed to ntdev as:
>> xxxxx@hollistech.com
>> To unsubscribe send a blank email to
>> xxxxx@lists.osr.com
>>
>
>
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@ieee.org
> To unsubscribe send a blank email to
> xxxxx@lists.osr.com

Well, there are times one can’t do anything about redesign. Becasue the
designer(s) took graceful exits. I’ve been thru this few times. Probably
the only option one has is to resort to one of these tools. Then the obvious
question(s) are —

  1. Are these diagrams for pre-design or post-design or both

  2. How closely they map to the actual implementation.

  3. And others …

NEXT QUESTION :: What are some of the criteria for a piece of code being
good ?

  1. Replaceable, Replaceable, Replaceable ( fairly easily ).

  2. Code itself conveys more than any document(s) and /or design tool(s).

  3. Short with familiar idioms and patterns.

  4. Fill it up as you like !

-pro

----- Original Message -----
From: “Alberto Moreira”
To: “Windows System Software Devs Interest List”
Sent: Saturday, June 04, 2005 6:56 AM
Subject: Re: [ntdev] c/ c++ flow diagram

> Yet another heretical thought: I’m not an UML believer. :slight_smile:
>
> Alberto.
>
>
> ----- Original Message -----
> From: “Mark Roddy”
> To: “Windows System Software Devs Interest List”
> Sent: Saturday, June 04, 2005 9:32 AM
> Subject: RE: [ntdev] c/ c++ flow diagram
>
>
>> Doxygen produces uml diagrams, which is the de facto standard for
>> depicting
>> object oriented program relationships. I perhaps ought to have made clear
>> that I was talking more generally about ‘program diagraming’ not simply
>> ‘flow charts’, which I also think is what the topic was really about.
>>
>> =====================
>> Mark Roddy DDK MVP
>> Windows 2003/XP/2000 Consulting
>> Hollis Technology Solutions 603-321-1032
>> www.hollistech.com
>>
>>> -----Original Message-----
>>> From: xxxxx@lists.osr.com
>>> [mailto:xxxxx@lists.osr.com] On Behalf Of Alberto Moreira
>>> Sent: Saturday, June 04, 2005 9:14 AM
>>> To: Windows System Software Devs Interest List
>>> Subject: Re: [ntdev] c/ c++ flow diagram
>>>
>>> Let me throw in another heretical thought. I don’t know about
>>> C, but if you need a flowcharter for C++, maybe it’s time to
>>> restructure your software. C++ program structure lies in its
>>> class inheritance structures and in its polymorphism way more
>>> than in the programs’ “if-then-else” logic, and when your C++
>>> member functions begin to become large enough that they need
>>> a flowcharter, well, time to redesign!
>>>
>>> Alberto.
>>>
>>>
>>> ----- Original Message -----
>>> From: “Mark Roddy”
>>> To: “Windows System Software Devs Interest List”
>>>
>>> Sent: Friday, June 03, 2005 10:56 AM
>>> Subject: RE: [ntdev] c/ c++ flow diagram
>>>
>>>
>>> > Which is why I use doxygen. Doxygen also has ‘issues’, but it
>>> > is open source
>>> > so either you fix the problems or figure you got your money’s
>>> > worth.
>>> >
>>> > =====================
>>> > Mark Roddy DDK MVP
>>> > Windows 2003/XP/2000 Consulting
>>> > Hollis Technology Solutions 603-321-1032
>>> > www.hollistech.com
>>> >
>>> >> -----Original Message-----
>>> >> From: xxxxx@lists.osr.com
>>> >> [mailto:xxxxx@lists.osr.com] On Behalf Of Alexey
>>> >> Logachyov
>>> >> Sent: Friday, June 03, 2005 9:28 AM
>>> >> To: Windows System Software Devs Interest List
>>> >> Subject: Re:[ntdev] c/ c++ flow diagram
>>> >>
>>> >> I downloaded trial version of Understand several months ago
>>> >> and tried to feed it one of our projects (~300Mb sources). It
>>> >> just crushed no matter what the settings were. Do I have to
>>> >> say, that we do not use Understand for C++?
>>> >>
>>> >> “Michael Becker” wrote in message
>>> >> news:xxxxx@ntdev…
>>> >> > Hi Shyam,
>>> >> >
>>> >> > I’ve been using a package called Understand
>>> >> (http://www.scitools.com/)
>>> >> > and really like it. Believe they have a free download and
>>> >> > 15 day
>>> >> > trial, single license at $495. I’ve also used one called
>>> >> > CC-Rider
>>> >> > (?), which was ok, but Understand seems to be significantly
>>> >> ahead of
>>> >> > them (in my opinion). Both will generate various databases
>>> >> and graphical diagrams.
>>> >> >
>>> >> > Regards,
>>> >> > -Mike
>>> >> >
>>> >> >
>>> >> >
>>> >> >
>>> >> > xxxxx@wipro.com wrote:
>>> >> >
>>> >> >> I forgot to remember the name of the beautiful application
>>> >> in which
>>> >> >> it takes the c/ c++ project source files as input and
>>> >> >> outputs a
>>> >> >> graphical flow diagram. any help is greatly appreciated.
>>> >> >> thanks,
>>> >> >> shyam
>>> >> >> —
>>> >> >> Questions? First check the Kernel Driver FAQ at
>>> >> >> http://www.osronline.com/article.cfm?id=256
>>> >> >>
>>> >> >> You are currently subscribed to ntdev as: unknown lmsubst
>>> >> tag argument:
>>> >> >> ‘’
>>> >> >> To unsubscribe send a blank email to
>>> >> xxxxx@lists.osr.com
>>> >> >
>>> >> >
>>> >>
>>> >>
>>> >>
>>> >> —
>>> >> Questions? First check the Kernel Driver FAQ at
>>> >> http://www.osronline.com/article.cfm?id=256
>>> >>
>>> >> You are currently subscribed to ntdev as:
>>> >> xxxxx@hollistech.com To unsubscribe send a blank email to
>>> >> xxxxx@lists.osr.com
>>> >>
>>> >
>>> >
>>> >
>>> > —
>>> > Questions? First check the Kernel Driver FAQ at
>>> > http://www.osronline.com/article.cfm?id=256
>>> >
>>> > You are currently subscribed to ntdev as: xxxxx@ieee.org
>>> > To unsubscribe send a blank email to
>>> > xxxxx@lists.osr.com
>>>
>>>
>>> —
>>> Questions? First check the Kernel Driver FAQ at
>>> http://www.osronline.com/article.cfm?id=256
>>>
>>> You are currently subscribed to ntdev as: xxxxx@hollistech.com
>>> To unsubscribe send a blank email to xxxxx@lists.osr.com
>>>
>>
>>
>>
>> —
>> Questions? First check the Kernel Driver FAQ at
>> http://www.osronline.com/article.cfm?id=256
>>
>> You are currently subscribed to ntdev as: xxxxx@ieee.org
>> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
> —
> Questions? First check the Kernel Driver FAQ at
> http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@garlic.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>