Click here to Skip to main content
15,886,806 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Question'HDEVINFO' and 'SP_DEVICE_INTERFACE_DATA' Pin
kitty516-Jun-06 4:49
kitty516-Jun-06 4:49 
AnswerRe: 'HDEVINFO' and 'SP_DEVICE_INTERFACE_DATA' Pin
Viorel.16-Jun-06 4:54
Viorel.16-Jun-06 4:54 
GeneralRe: 'HDEVINFO' and 'SP_DEVICE_INTERFACE_DATA' Pin
kitty516-Jun-06 5:02
kitty516-Jun-06 5:02 
GeneralRe: 'HDEVINFO' and 'SP_DEVICE_INTERFACE_DATA' Pin
Viorel.16-Jun-06 5:13
Viorel.16-Jun-06 5:13 
QuestionRe: 'HDEVINFO' and 'SP_DEVICE_INTERFACE_DATA' Pin
kitty516-Jun-06 5:18
kitty516-Jun-06 5:18 
AnswerRe: 'HDEVINFO' and 'SP_DEVICE_INTERFACE_DATA' Pin
Viorel.16-Jun-06 5:26
Viorel.16-Jun-06 5:26 
GeneralRe: 'HDEVINFO' and 'SP_DEVICE_INTERFACE_DATA' Pin
kitty516-Jun-06 5:48
kitty516-Jun-06 5:48 
GeneralRe: 'HDEVINFO' and 'SP_DEVICE_INTERFACE_DATA' [modified] Pin
Viorel.16-Jun-06 5:56
Viorel.16-Jun-06 5:56 
Today it was reported a similar problem with other header files.

The solution was to put your #include after "stdafx.h":

#include "stdafx.h"
#include <windows.h>
#include <stdlib.h>
#include <objbase.h>
#include <setupapi.h>
#include <winioctl.h>
#include <process.h>
#include <memory.h>

If it works, you can move your #include to the end of "stdafx.h" file and then rebuild the solution. In this case, next time your file will be compiled faster.


-- modified at 11:57 Friday 16th June, 2006
Questionhow to send unicode text in XlTable Pin
bassel_z16-Jun-06 4:45
bassel_z16-Jun-06 4:45 
QuestionDynamically allocating static variables Pin
capricious_00116-Jun-06 3:54
capricious_00116-Jun-06 3:54 
AnswerRe: Dynamically allocating static variables Pin
Laxman Auti16-Jun-06 4:07
Laxman Auti16-Jun-06 4:07 
GeneralRe: Dynamically allocating static variables Pin
capricious_00116-Jun-06 4:17
capricious_00116-Jun-06 4:17 
AnswerRe: Dynamically allocating static variables Pin
Viorel.16-Jun-06 4:28
Viorel.16-Jun-06 4:28 
GeneralRe: Dynamically allocating static variables Pin
capricious_00116-Jun-06 5:07
capricious_00116-Jun-06 5:07 
QuestionFinding Hex Pin
rajeevktripathi16-Jun-06 3:53
rajeevktripathi16-Jun-06 3:53 
AnswerRe: Finding Hex Pin
David Crow16-Jun-06 4:01
David Crow16-Jun-06 4:01 
GeneralRe: Finding Hex Pin
capricious_00116-Jun-06 4:08
capricious_00116-Jun-06 4:08 
AnswerRe: Finding Hex Pin
capricious_00116-Jun-06 4:06
capricious_00116-Jun-06 4:06 
AnswerRe: Finding Hex Pin
Viorel.16-Jun-06 4:11
Viorel.16-Jun-06 4:11 
QuestionCString's Format Fuction confusion Pin
kitty516-Jun-06 2:57
kitty516-Jun-06 2:57 
AnswerRe: CString's Format Fuction confusion Pin
toxcct16-Jun-06 3:00
toxcct16-Jun-06 3:00 
AnswerRe: CString's Format Fuction confusion [modified] Pin
Viorel.16-Jun-06 3:03
Viorel.16-Jun-06 3:03 
GeneralRe: CString's Format Fuction confusion Pin
kitty516-Jun-06 3:10
kitty516-Jun-06 3:10 
GeneralRe: CString's Format Fuction confusion Pin
toxcct16-Jun-06 3:13
toxcct16-Jun-06 3:13 
GeneralRe: CString's Format Fuction confusion [modified] Pin
kitty516-Jun-06 3:15
kitty516-Jun-06 3:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.