hi all,
after compiling the ndisuio sample in the ddk
when i do net start i get the following error

Windows-Driver Entry Point Not Found

"The \SystemRoot\System32\DRIVERS\ndisuio.sys device driver could not locate
an entry point NdisGetPoolFromPacket in driver NDIS.sys"


this error is in free build

but when i build in checked , i get the same error as regard to cancellation
of packets
--??
why ?/ this entry point is not there in samples ??
are the samples not checked??
regards
tarun

Re: regarding NDISUIO sample by Skywing

Skywing
Fri Jul 04 23:59:04 CDT 2003

"tarun" <tkalra@gric.com> wrote in message
news:OrT#KvhQDHA.1556@TK2MSFTNGP10.phx.gbl...
> hi all,
> after compiling the ndisuio sample in the ddk
> when i do net start i get the following error
>
> Windows-Driver Entry Point Not Found
>
> "The \SystemRoot\System32\DRIVERS\ndisuio.sys device driver could not
locate
> an entry point NdisGetPoolFromPacket in driver NDIS.sys"
>
>
> this error is in free build
>
> but when i build in checked , i get the same error as regard to
cancellation
> of packets
> --??
> why ?/ this entry point is not there in samples ??
> are the samples not checked??
> regards
> tarun
>
>

Which operating system are you testing it on? Some of the Windows Server
2003 DDK samples won't run on Windows 2000, for instance, even though you
can build them with Windows 2000.



Re: regarding NDISUIO sample by tarun

tarun
Sun Jul 06 22:47:59 CDT 2003

hi,
thanks for reply,
it is not the windows server ddk sample it is the windows XP ddk sample,,and
it is written in documentation that it will run on windows2000 , i am using
windows2000 sp4.
to run.
- any ideas
-regards
tarun
"Skywing" <skywing_nspam_@valhallalegends.com> wrote in message
news:sWsNa.12636$I8.4943@rwcrnsc53...
: "tarun" <tkalra@gric.com> wrote in message
: news:OrT#KvhQDHA.1556@TK2MSFTNGP10.phx.gbl...
: > hi all,
: > after compiling the ndisuio sample in the ddk
: > when i do net start i get the following error
: >
: > Windows-Driver Entry Point Not Found
: >
: > "The \SystemRoot\System32\DRIVERS\ndisuio.sys device driver could not
: locate
: > an entry point NdisGetPoolFromPacket in driver NDIS.sys"
: >
: >
: > this error is in free build
: >
: > but when i build in checked , i get the same error as regard to
: cancellation
: > of packets
: > --??
: > why ?/ this entry point is not there in samples ??
: > are the samples not checked??
: > regards
: > tarun
: >
: >
:
: Which operating system are you testing it on? Some of the Windows Server
: 2003 DDK samples won't run on Windows 2000, for instance, even though you
: can build them with Windows 2000.
:
:



Re: regarding NDISUIO sample by bburgin

bburgin
Mon Jul 07 02:27:13 CDT 2003

------=_NextPart_0001_E90D5FD4
Content-Type: text/plain
Content-Transfer-Encoding: 7bit


The NDISUIO samle could be used in Windows 2000; however, not with
NdisGetPoolFromPacket. From the DDK:

-- System support for NdisGetPoolFromPacket is available in Windows XP
and later OS versions.

Bryan S. Burgin
bburgin@microsoft.com

This posting is provided "AS IS" with no warranties, and confers no rights
------=_NextPart_0001_E90D5FD4
Content-Type: text/x-rtf
Content-Transfer-Encoding: 7bit

{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fprq2\fcharset0 MS Sans Serif;}}
\viewkind4\uc1\pard\f0\fs20
\par The NDISUIO samle could be used in Windows 2000; however, not with NdisGetPoolFromPacket. From the DDK:
\par
\par -- System support for NdisGetPoolFromPacket is available in Windows XP and later OS versions.
\par
\par Bryan S. Burgin
\par bburgin@microsoft.com
\par
\par This posting is provided "AS IS" with no warranties, and confers no rights
\par }
------=_NextPart_0001_E90D5FD4--


Re: regarding NDISUIO sample by Pavel

Pavel
Mon Jul 07 03:39:11 CDT 2003

NdisGetPoolFromPacket is not available in win2k.
This is the simple reason why it is not found - just not there.

-- PA

"tarun" <tkalra@gric.com> wrote in message
news:uh9O%23oDRDHA.2424@tk2msftngp13.phx.gbl...
> hi,
> thanks for reply,
> it is not the windows server ddk sample it is the windows XP ddk
sample,,and
> it is written in documentation that it will run on windows2000 , i am
using
> windows2000 sp4.
> to run.
> - any ideas
> -regards
> tarun
> "Skywing" <skywing_nspam_@valhallalegends.com> wrote in message
> news:sWsNa.12636$I8.4943@rwcrnsc53...
> : "tarun" <tkalra@gric.com> wrote in message
> : news:OrT#KvhQDHA.1556@TK2MSFTNGP10.phx.gbl...
> : > hi all,
> : > after compiling the ndisuio sample in the ddk
> : > when i do net start i get the following error
> : >
> : > Windows-Driver Entry Point Not Found
> : >
> : > "The \SystemRoot\System32\DRIVERS\ndisuio.sys device driver could not
> : locate
> : > an entry point NdisGetPoolFromPacket in driver NDIS.sys"
> : >
> : >
> : > this error is in free build
> : >
> : > but when i build in checked , i get the same error as regard to
> : cancellation
> : > of packets
> : > --??
> : > why ?/ this entry point is not there in samples ??
> : > are the samples not checked??
> : > regards
> : > tarun
> : >
> : >
> :
> : Which operating system are you testing it on? Some of the Windows
Server
> : 2003 DDK samples won't run on Windows 2000, for instance, even though
you
> : can build them with Windows 2000.
> :
> :
>
>