What's in the DDK?

Specifically, is there going to be a debug version of io-net
along with it’s source?

Jack Hildwine
Sr. Software Engr.
Touch Technology, Inc.
Phoenix, AZ

The source to io-net proper isn’t in the ddk. A
driver is included however. As far as debugging
a protocol module, the normal rules for debugging
a dll apply. Make sure it’s compiled with debug
and the following in your ~/.gdbinit may help:

set auto-solib-add 1
set solib-search <DIR_WHERE_YOUR_DLL_RESIDES>:/x86/lib:/x86/dll

If you have questions on the interface itself, this will
be the place to ask them once the ddk is available.

-seanb


email:

Sean,

Sorry for the directed e-mail but my query has gone unanswered in the
qdn.public.ddk.network newsgroup. Do you know what the content of the
network DDK will be? Will there be a debug version of io-net and it’s source
to help me out with the protocol module that I have to debug or is there
some other way of doing this that I’m missing?

TIA for any response,
Jack Hildwine
Sr. Software Engr.
Touch Technology, Inc.
Phoenix, AZ


Jack Hildwine <jhildwine@touchtechnology.com> wrote:
: Specifically, is there going to be a debug version of io-net
: along with it’s source?

: Jack Hildwine
: Sr. Software Engr.
: Touch Technology, Inc.
: Phoenix, AZ