Hi,
When trying to build the example hclient given in the DDK on windows2K, i
get the following messages in the log file created. The hclient is not
created. Where am i going wrong. Is this code specific to WinXP

BUILD: Computing Include file dependencies:
BUILD: Examining e:\winddk\3790\src\wdm\hid\hclient directory for files to
compile.
Compiling e:\winddk\3790\src\wdm\hid\hclient directory ********************
'nmake.exe /c BUILDMSG=Stop. -i NTTEST= UMTEST= NOLINK=1 NOPASS0=1 386=1'
BUILDMSG: Warning : The sample "E:\WINDDK\3790\src\wdm\hid\hclient" is not
valid for the current OS target.
Linking e:\winddk\3790\src\wdm\hid\hclient directory ********************
'nmake.exe /c BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'


Narendra

Re: getting errors while building hclinet applcn by abhiputs

abhiputs
Thu Jul 22 07:58:32 CDT 2004

Hi Narendra,


See this file "E:\WINDDK\3790\srcindex.htm".

For hclient sample:
Build environment: Windows XP, Windows Server 2003
Target operating system: Windows 2000, Windows XP, Windows Server 2003

i.e. You cannot build the sample "using Win2K DDK". But you can build
the sample "for Win 2K" (using Win XP or Win 2003 DDK).


Good Luck,
Abhijit.





"Narendra Kulkarni" <narendradv@hotmail.com> wrote in message news:<uWHwlRubEHA.904@TK2MSFTNGP09.phx.gbl>...
> Hi,
> When trying to build the example hclient given in the DDK on windows2K, i
> get the following messages in the log file created. The hclient is not
> created. Where am i going wrong. Is this code specific to WinXP
>
> BUILD: Computing Include file dependencies:
> BUILD: Examining e:\winddk\3790\src\wdm\hid\hclient directory for files to
> compile.
> Compiling e:\winddk\3790\src\wdm\hid\hclient directory ********************
> 'nmake.exe /c BUILDMSG=Stop. -i NTTEST= UMTEST= NOLINK=1 NOPASS0=1 386=1'
> BUILDMSG: Warning : The sample "E:\WINDDK\3790\src\wdm\hid\hclient" is not
> valid for the current OS target.
> Linking e:\winddk\3790\src\wdm\hid\hclient directory ********************
> 'nmake.exe /c BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST= 386=1'
>
>
> Narendra

Re: getting errors while building hclinet applcn by Narendra

Narendra
Fri Jul 23 01:01:43 CDT 2004

Hi,

Thanks Abhihjit,
I built the application using the winxp build environment. When I run the
application on win2k machine i am getting the error
"The Procedure entry point HidD_GetInputReport could not be located in the
dynamic link library HID.DLL"

Whats going wrong?

TIA
Narendra


"Abhijit" <abhiputs@hotmail.com> wrote in message
news:326d85fd.0407220458.51709020@posting.google.com...
> Hi Narendra,
>
>
> See this file "E:\WINDDK\3790\srcindex.htm".
>
> For hclient sample:
> Build environment: Windows XP, Windows Server 2003
> Target operating system: Windows 2000, Windows XP, Windows Server 2003
>
> i.e. You cannot build the sample "using Win2K DDK". But you can build
> the sample "for Win 2K" (using Win XP or Win 2003 DDK).
>
>
> Good Luck,
> Abhijit.
>
>
>
>
>
> "Narendra Kulkarni" <narendradv@hotmail.com> wrote in message
news:<uWHwlRubEHA.904@TK2MSFTNGP09.phx.gbl>...
> > Hi,
> > When trying to build the example hclient given in the DDK on windows2K,
i
> > get the following messages in the log file created. The hclient is not
> > created. Where am i going wrong. Is this code specific to WinXP
> >
> > BUILD: Computing Include file dependencies:
> > BUILD: Examining e:\winddk\3790\src\wdm\hid\hclient directory for files
to
> > compile.
> > Compiling e:\winddk\3790\src\wdm\hid\hclient directory
********************
> > 'nmake.exe /c BUILDMSG=Stop. -i NTTEST= UMTEST= NOLINK=1 NOPASS0=1
386=1'
> > BUILDMSG: Warning : The sample "E:\WINDDK\3790\src\wdm\hid\hclient" is
not
> > valid for the current OS target.
> > Linking e:\winddk\3790\src\wdm\hid\hclient directory
********************
> > 'nmake.exe /c BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST=
386=1'
> >
> >
> > Narendra



Re: getting errors while building hclinet applcn by abhiputs

abhiputs
Wed Jul 28 05:13:18 CDT 2004

Yes indeed !! Seems to be a bug in srcindex.htm. Somebody confirm.

Abhijit.



"Narendra Kulkarni" <narendradv@hotmail.com> wrote in message news:<e$PwaqHcEHA.2504@TK2MSFTNGP12.phx.gbl>...
> Hi,
>
> Thanks Abhihjit,
> I built the application using the winxp build environment. When I run the
> application on win2k machine i am getting the error
> "The Procedure entry point HidD_GetInputReport could not be located in the
> dynamic link library HID.DLL"
>
> Whats going wrong?
>
> TIA
> Narendra
>
>
> "Abhijit" <abhiputs@hotmail.com> wrote in message
> news:326d85fd.0407220458.51709020@posting.google.com...
> > Hi Narendra,
> >
> >
> > See this file "E:\WINDDK\3790\srcindex.htm".
> >
> > For hclient sample:
> > Build environment: Windows XP, Windows Server 2003
> > Target operating system: Windows 2000, Windows XP, Windows Server 2003
> >
> > i.e. You cannot build the sample "using Win2K DDK". But you can build
> > the sample "for Win 2K" (using Win XP or Win 2003 DDK).
> >
> >
> > Good Luck,
> > Abhijit.
> >
> >
> >
> >
> >
> > "Narendra Kulkarni" <narendradv@hotmail.com> wrote in message
> news:<uWHwlRubEHA.904@TK2MSFTNGP09.phx.gbl>...
> > > Hi,
> > > When trying to build the example hclient given in the DDK on windows2K,
> i
> > > get the following messages in the log file created. The hclient is not
> > > created. Where am i going wrong. Is this code specific to WinXP
> > >
> > > BUILD: Computing Include file dependencies:
> > > BUILD: Examining e:\winddk\3790\src\wdm\hid\hclient directory for files
> to
> > > compile.
> > > Compiling e:\winddk\3790\src\wdm\hid\hclient directory
> ********************
> > > 'nmake.exe /c BUILDMSG=Stop. -i NTTEST= UMTEST= NOLINK=1 NOPASS0=1
> 386=1'
> > > BUILDMSG: Warning : The sample "E:\WINDDK\3790\src\wdm\hid\hclient" is
> not
> > > valid for the current OS target.
> > > Linking e:\winddk\3790\src\wdm\hid\hclient directory
> ********************
> > > 'nmake.exe /c BUILDMSG=Stop. -i LINKONLY=1 NOPASS0=1 NTTEST= UMTEST=
> 386=1'
> > >
> > >
> > > Narendra

Re: getting errors while building hclinet applcn by Eliyas

Eliyas
Wed Jul 28 18:55:41 CDT 2004

> Yes indeed !! Seems to be a bug in srcindex.htm. Somebody confirm.

I will update the srcindex.htm to say that the sample only works on Xp and
later.

--
-Eliyas
This posting is provided "AS IS" with no warranties, and confers no rights.
http://www.microsoft.com/whdc/hwdev/driver/kb-drv.mspx



Re: getting errors while building hclinet applcn by abhiputs

abhiputs
Fri Jul 30 00:05:00 CDT 2004

"Eliyas Yakub [MSFT]" <eliyasy@online.microsoft.com> wrote in message news:<u3gEo6PdEHA.3916@TK2MSFTNGP11.phx.gbl>...
> > Yes indeed !! Seems to be a bug in srcindex.htm. Somebody confirm.
>
> I will update the srcindex.htm to say that the sample only works on Xp and
> later.


Thanks !!

Abhijit.