Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > include file hidsdi.h

Reply
Thread Tools

include file hidsdi.h

 
 
HMS Surprise
Guest
Posts: n/a
 
      01-20-2007
I am running VC++6.0 and have installed DDK. Under project settings for

additional resource include directories I have listed:
C:\WINDDK\3790.1830\inc\wxp. However I still get a build error stating
that hidsdi.h cannot be opened. I am a new user of VC++ so I am sure I
am doing something ignorant. Would also appreciate it if you could
recommend a tutorial or something similar.


Thanks,


jh

 
Reply With Quote
 
 
 
 
IR
Guest
Posts: n/a
 
      01-20-2007
HMS Surprise wrote:

> I am running VC++6.0 and have installed DDK. Under project
> settings for
>
> additional resource include directories I have listed:
> C:\WINDDK\3790.1830\inc\wxp. However I still get a build error
> stating that hidsdi.h cannot be opened. I am a new user of VC++ so
> I am sure I am doing something ignorant. Would also appreciate it
> if you could recommend a tutorial or something similar.


I'd rather recommend you to use a more up-to-date compiler, eg. Visual
C++ 2005 (the Express edition is free to download).

BTW, this newsgroup deals with the *standard* C++ language. AFAIK,
VC++, DDK, and hidsdi.h are not mentionned in the ISO IEC 14882
standard. Maybe you'd be more lucky on a newsgroup with "microsoft",
"vc" and/or "kernel" in its name.


Cheers,
--
IR
 
Reply With Quote
 
 
 
 
HMS Surprise
Guest
Posts: n/a
 
      01-20-2007

> I'd rather recommend you to use a more up-to-date compiler, eg. Visual
> C++ 2005 (the Express edition is free to download).
>
> BTW, this newsgroup deals with the *standard* C++ language. AFAIK,
> VC++, DDK, and hidsdi.h are not mentionned in the ISO IEC 14882
> standard. Maybe you'd be more lucky on a newsgroup with "microsoft",
> "vc" and/or "kernel" in its name.
>
>
> Cheers,
> --
> IR


Thanks for posting.

Using 6.0 because project leader at office wants to avoid overhead and
speed factor of later versions, perhaps MSIL? But I will certainly take
your advice and get the 2005 version next week when I can connect at
better than 26.4K.

BTW, got rid of the "not found" error by giving full pathname. Now
getting missing semi-colon errors which actually means it doesn't like
LONG instead of long. So now I am off to find where that may be
defined.

Also posted to microsoft vc group but after no answer for 4 hours
thought I would try this group as I saw other VC questions posted. Not
sure as to what ISO IEC 14882 refers, spose I'll do some checking. The
group description didn't explicitly say no MS so I took a chance. I'll
go quietly.....


Thanks again,
jh

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
/* #include <someyhing.h> */ => include it or do not include it?That is the question .... Andreas Bogenberger C Programming 3 02-22-2008 10:53 AM
ASP Include file error <!-- #include file="" --> naveeddil ASP .Net 0 01-04-2008 12:58 PM
include file in include file PTM HTML 1 11-12-2007 10:13 AM
ASP Error 0126 include file not found, when using ".." in include file path Eric ASP General 10 01-11-2007 07:38 AM
#include "file" -vs- #include <file> Victor Bazarov C++ 4 03-06-2005 07:09 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57