Click here to Skip to main content
15,912,756 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CInternetSession Debug assertation error Pin
David Crow12-Aug-04 5:57
David Crow12-Aug-04 5:57 
GeneralRe: CInternetSession Debug assertation error Pin
mahade112-Aug-04 18:43
mahade112-Aug-04 18:43 
GeneralRe: CInternetSession Debug assertation error Pin
biggsy1413-Aug-04 1:26
biggsy1413-Aug-04 1:26 
GeneralPlaySound()..on PocketPC Pin
LozEvans12-Aug-04 2:48
LozEvans12-Aug-04 2:48 
GeneralHelp Regarding MFC Pin
balajeedurai12-Aug-04 1:58
balajeedurai12-Aug-04 1:58 
GeneralRe: Help Regarding MFC Pin
David Crow12-Aug-04 3:12
David Crow12-Aug-04 3:12 
GeneralList of USB devices through C++ Pin
Fatboyslim12-Aug-04 1:42
Fatboyslim12-Aug-04 1:42 
GeneralRe: List of USB devices through C++ Pin
Henry miller12-Aug-04 3:53
Henry miller12-Aug-04 3:53 
We use sdiGetClassDevs, which takes the GUID for various USB devices, and then SdiEnumDeviceInterfaces on that to get each one. Then SdiGetDeviceInterfaceDetail will give more info. There are other functions in the same area that might be interesting to you.

Unfortunatly our compiler is too old to support the calling conventions used the actuall functions, so we have some wrappers. (there are historical reasons why we don't have a better compiler) You will need to figure out what the windows names for those functions are from those names. As I recall a search MSDN for those names will turn something up.
GeneralRe: List of USB devices through C++ Pin
David Crow12-Aug-04 10:26
David Crow12-Aug-04 10:26 
QuestionHow to add Automation in already built application Pin
Anonymous12-Aug-04 0:37
Anonymous12-Aug-04 0:37 
GeneralDDV AfxMessageBox in another client Pin
NtwoO11-Aug-04 22:50
NtwoO11-Aug-04 22:50 
GeneralRe: DDV AfxMessageBox in another client Pin
Member 83481212-Aug-04 5:07
Member 83481212-Aug-04 5:07 
GeneralReal time graph / Visual C++ Pin
Anonymous11-Aug-04 22:47
Anonymous11-Aug-04 22:47 
GeneralRe: Real time graph / Visual C++ Pin
Antony M Kancidrowski12-Aug-04 1:12
Antony M Kancidrowski12-Aug-04 1:12 
GeneralRe: Real time graph / Visual C++ Pin
V.12-Aug-04 2:59
professionalV.12-Aug-04 2:59 
GeneralMDI - Menuproblem Pin
morefalt11-Aug-04 22:34
morefalt11-Aug-04 22:34 
GeneralProblem in a ADO Pin
Asha Rams11-Aug-04 22:09
Asha Rams11-Aug-04 22:09 
GeneralRe: Problem in a ADO Pin
David Crow12-Aug-04 3:21
David Crow12-Aug-04 3:21 
Generalabut Drag and drop I file Pin
zahid_ash11-Aug-04 21:33
zahid_ash11-Aug-04 21:33 
GeneralRe: abut Drag and drop I file Pin
David Crow12-Aug-04 3:25
David Crow12-Aug-04 3:25 
GeneralRe: abut Drag and drop I file Pin
zahid_ash12-Aug-04 19:00
zahid_ash12-Aug-04 19:00 
GeneralRe: abut Drag and drop I file Pin
David Crow13-Aug-04 2:34
David Crow13-Aug-04 2:34 
GeneralConnection objects in multithreaded appliations Pin
mahade111-Aug-04 21:26
mahade111-Aug-04 21:26 
GeneralRe: Connection objects in multithreaded appliations Pin
Antony M Kancidrowski12-Aug-04 1:06
Antony M Kancidrowski12-Aug-04 1:06 
GeneralRe: Connection objects in multithreaded appliations Pin
mahade112-Aug-04 1:57
mahade112-Aug-04 1:57 

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.