473,399 Members | 3,656 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

include file hidsdi.h

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

Jan 20 '07 #1
2 9655
IR
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
Jan 20 '07 #2
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

Jan 20 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: mescaline | last post by:
Hi, Suppose a_file.cpp contains a function a_function() Now to include it in main_file.cpp I just do #include "a_file.cpp" and I'm all set. i recently came across this seemingly roundabout...
6
by: wukexin | last post by:
Help me, good men. I find mang books that introduce bit "mang header files",they talk too bit,in fact it is my too fool, I don't learn it, I have do a test program, but I have no correct doing...
28
by: Ramesh | last post by:
Hi, I am currently maintaining a legacy code with a very very large code base. I am facing problems with C/C++ files having a lot of un-necessary #includes. On an average every C/C++ file has...
60
by: Derrick Coetzee | last post by:
It seems like, in every C source file I've ever seen, there has been a very definite include order, as follows: - include system headers - include application headers - include the header...
9
by: bill | last post by:
Forget the exact definition of difference between, #include <foo.h> and #include "bar.h" Normally foo.h is a standard header file, so it's path is not defined in compiler option, but I...
12
by: Francois Grieu | last post by:
Can #include safely use a preprocessing token, as in #define HEADERFILE "stdio.h" #include HEADERFILE int main(void) {return printf("Hello, world\n")*0;} TIA, François Grieu
5
by: David Mathog | last post by:
One thing that can make porting C code from one platform to another miserable is #include. In particular, the need to either place the path to an included file within the #include statement or to...
3
by: Arpi Jakab | last post by:
I have a main project that depends on projects A and B. The main project's additional include directories list is: ...\ProjectA\Dist\Include ...\ProjectB\Dist\Include Each of the include...
6
by: tshad | last post by:
In my User control, I tried to do this: *************************************************************************** <Script runat="server"> Public ClientName As String = "<!-- #include file =...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.