Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / .NET SDK / September 2004

Tip: Looking for answers? Try searching our database.

how do I make use of dt_dll/dt_dll2

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Harry Potter - 11 Sep 2004 02:04 GMT
Hi,
I'm running windows 2000 and I'm trying to use the dt_dll or dt_dll2.dll as
it comes with the Microsoft SDK feb 2003 samples.... (I just did an nmake to
the two directory to build the .dll ) this is to be able to debug the calls
between App, winsock and the LSP (LSP is also my modified version of the
sample included in the same sdk)

but the document says how to add code or modify the dt_dll but it doesn't
say how to use it...
do I just copy the dt_dll or dt_dll2.dll in C:\WINNT\system32 directory? I
did but nothing happend.
do I have to call it within the lsp files? include it? how?
do I have to do any installation like when we install lsp? how?
I'm using dbgview, so I assume I should see the track messages in there too,
right?
Is there any document? where? not with the platform sdk, I couldn't find any
all about how to modify the code...or I could very well be blind(: ^ (

would appreciate your responses in advance.
Arkady Frenkel - 12 Sep 2004 08:51 GMT
dt_dll(2) need checked version of ws2_32.dll ( winsock )
for XP SP2 you have it on
http://www.microsoft.com/downloads/details.aspx?FamilyID=7a4d8d12-9f5d-42bb-b31c
-7b31657c869c&DisplayLang=en

( checked version of XP SP2 )
Arkady

> Hi,
> I'm running windows 2000 and I'm trying to use the dt_dll or dt_dll2.dll as
[quoted text clipped - 15 lines]
>
> would appreciate your responses in advance.
Arkady Frenkel - 12 Sep 2004 09:06 GMT
BTW , look at "Methods That Don't Work"  paragraph in
http://www.tangentsoft.net/wskfaq/newbie.html#debugtools

but if you still insist to debug with it your LSP you have
http://www.microsoft.com/downloads/details.aspx?familyid=505dec42-c4ac-438c-85b3
-cd6e5d8e6141&displaylang=en

(aware of wrap )
( checked version only of ws2_32 for NT/W2K  )
Arkady

> dt_dll(2) need checked version of ws2_32.dll ( winsock )
> for XP SP2 you have it on

http://www.microsoft.com/downloads/details.aspx?FamilyID=7a4d8d12-9f5d-42bb-b31c
-7b31657c869c&DisplayLang=en

> ( checked version of XP SP2 )
> Arkady
[quoted text clipped - 23 lines]
> >
> > would appreciate your responses in advance.
Harry Potter - 12 Sep 2004 20:34 GMT
well...acording to this dt_dll.dll doesn't work at all, does it?
Methods That Don't Work: There are a couple of debugging tools that are
supposed to work that don't, or are too flaky to deal with. The first is the
SO_DEBUG socket option. It simply doesn't work on Microsoft stacks. The
other is the Winsock DLL debugging plugin dt_dll.dll; this method is flaky.
Bob Quinn wrote an article about this, but unfortunately the site that held
it was bought by another company that hasn't yet made that article available
again.

???????????????????

if this is the case then how can I test the transactions between
App<-->Winsock DLL<-->LSP???????

Any suggestions?

Thanx

> BTW , look at "Methods That Don't Work"  paragraph in
> http://www.tangentsoft.net/wskfaq/newbie.html#debugtools
>
> but if you still insist to debug with it your LSP you have

http://www.microsoft.com/downloads/details.aspx?familyid=505dec42-c4ac-438c-85b3
-cd6e5d8e6141&displaylang=en

> (aware of wrap )
> ( checked version only of ws2_32 for NT/W2K  )
> Arkady
>
> > dt_dll(2) need checked version of ws2_32.dll ( winsock )
> > for XP SP2 you have it on

http://www.microsoft.com/downloads/details.aspx?FamilyID=7a4d8d12-9f5d-42bb-b31c
-7b31657c869c&DisplayLang=en

> > ( checked version of XP SP2 )
> > Arkady
[quoted text clipped - 26 lines]
> > >
> > > would appreciate your responses in advance.
Arkady Frenkel - 13 Sep 2004 15:25 GMT
That user mode still , so you'll have no problems with VS debug mode , or
you can use OutputDebugString() with
dbMon from PSDK or DbgView from www.sysinternals.com
Arkady

> well...acording to this dt_dll.dll doesn't work at all, does it?
> Methods That Don't Work: There are a couple of debugging tools that are
[quoted text clipped - 18 lines]
> >
> > but if you still insist to debug with it your LSP you have

http://www.microsoft.com/downloads/details.aspx?familyid=505dec42-c4ac-438c-85b3
-cd6e5d8e6141&displaylang=en

> > (aware of wrap )
> > ( checked version only of ws2_32 for NT/W2K  )
> > Arkady
> >
> > > dt_dll(2) need checked version of ws2_32.dll ( winsock )
> > > for XP SP2 you have it on

http://www.microsoft.com/downloads/details.aspx?FamilyID=7a4d8d12-9f5d-42bb-b31c
-7b31657c869c&DisplayLang=en

> > > ( checked version of XP SP2 )
> > > Arkady
[quoted text clipped - 31 lines]
> > > >
> > > > would appreciate your responses in advance.
Arkady Frenkel - 13 Sep 2004 15:29 GMT
Forgot to mention , if you'll try dt_dll(2) with checked version of winsock
tell us the resaults of your experiments
TIA
Arkady

> That user mode still , so you'll have no problems with VS debug mode , or
> you can use OutputDebugString() with
[quoted text clipped - 27 lines]
> > >
> > > but if you still insist to debug with it your LSP you have

http://www.microsoft.com/downloads/details.aspx?familyid=505dec42-c4ac-438c-85b3
-cd6e5d8e6141&displaylang=en

> > > (aware of wrap )
> > > ( checked version only of ws2_32 for NT/W2K  )
> > > Arkady
> > >
> > > > dt_dll(2) need checked version of ws2_32.dll ( winsock )
> > > > for XP SP2 you have it on

http://www.microsoft.com/downloads/details.aspx?FamilyID=7a4d8d12-9f5d-42bb-b31c
-7b31657c869c&DisplayLang=en

> > > > ( checked version of XP SP2 )
> > > > Arkady
[quoted text clipped - 33 lines]
> > > > >
> > > > > would appreciate your responses in advance.

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.