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