Click here to Skip to main content
16,009,176 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Inline assembly in VC++ 6.0 Pin
David Crow17-Mar-08 16:56
David Crow17-Mar-08 16:56 
GeneralRe: Inline assembly in VC++ 6.0 Pin
Randor 17-Mar-08 9:09
professional Randor 17-Mar-08 9:09 
QuestionGetting variable information inside a template struct Pin
HorrorVision17-Mar-08 6:02
HorrorVision17-Mar-08 6:02 
GeneralRe: Getting variable information inside a template struct Pin
Chris Losinger17-Mar-08 7:23
professionalChris Losinger17-Mar-08 7:23 
GeneralChange writing direction in edit box RTL / LTR [modified] Pin
Joseph Marzbani17-Mar-08 5:56
Joseph Marzbani17-Mar-08 5:56 
QuestionRe: Change writing direction in edit box RTL / LTR Pin
David Crow17-Mar-08 6:02
David Crow17-Mar-08 6:02 
GeneralUSB Port Identification Pin
koumodaki17-Mar-08 5:18
koumodaki17-Mar-08 5:18 
GeneralRe: USB Port Identification Pin
Cedric Moonen17-Mar-08 5:36
Cedric Moonen17-Mar-08 5:36 
You don't access the USB port the same way you access a serial port (so, you don't specify the "port name" to the CreateFile function). Instead you get a handle to a device driver which will communicate with the USB device. So, you need to give the identification of this driver to the CreateFile function. This is of course totally dependant of which USB device you are trying to communicate with. Normally, this should be described in the documentation of the controller board.

Cédric Moonen
Software developer

Charting control [v1.3]

Generalerror LNK2005: & warning LNK4006: Pin
ptr_Electron17-Mar-08 3:51
ptr_Electron17-Mar-08 3:51 
GeneralRe: error LNK2005: & warning LNK4006: Pin
toxcct17-Mar-08 4:18
toxcct17-Mar-08 4:18 
GeneralRe: error LNK2005: & warning LNK4006: Pin
ptr_Electron17-Mar-08 4:34
ptr_Electron17-Mar-08 4:34 
GeneralRe: error LNK2005: & warning LNK4006: Pin
David Crow17-Mar-08 4:24
David Crow17-Mar-08 4:24 
Generalconverting LPCWSTR to char[] [modified] Pin
vineeshV17-Mar-08 3:36
vineeshV17-Mar-08 3:36 
AnswerRe: converting LPCWSTR to char[] Pin
Rajesh R Subramanian17-Mar-08 3:45
professionalRajesh R Subramanian17-Mar-08 3:45 
GeneralRe: converting LPCWSTR to char[] Pin
CPallini17-Mar-08 3:59
mveCPallini17-Mar-08 3:59 
QuestionRe: converting LPCWSTR to char[] Pin
David Crow17-Mar-08 4:06
David Crow17-Mar-08 4:06 
GeneralRe: converting LPCWSTR to char[] Pin
Randor 17-Mar-08 4:15
professional Randor 17-Mar-08 4:15 
GeneralRe: converting LPCWSTR to char[] Pin
vineeshV17-Mar-08 6:53
vineeshV17-Mar-08 6:53 
GeneralMemory Usage in ExecWB Pin
Shivarudrayya H17-Mar-08 3:17
Shivarudrayya H17-Mar-08 3:17 
GeneralRe: Memory Usage in ExecWB Pin
David Crow17-Mar-08 3:20
David Crow17-Mar-08 3:20 
GeneralRe: Memory Usage in ExecWB Pin
Shivarudrayya H17-Mar-08 17:51
Shivarudrayya H17-Mar-08 17:51 
GeneralRe: Memory Usage in ExecWB Pin
Shivarudrayya H17-Mar-08 18:09
Shivarudrayya H17-Mar-08 18:09 
QuestionRe: Memory Usage in ExecWB Pin
Rajesh R Subramanian17-Mar-08 3:26
professionalRajesh R Subramanian17-Mar-08 3:26 
GeneralRe: Memory Usage in ExecWB Pin
Shivarudrayya H17-Mar-08 3:34
Shivarudrayya H17-Mar-08 3:34 
GeneralRe: Memory Usage in ExecWB Pin
Rajesh R Subramanian17-Mar-08 3:43
professionalRajesh R Subramanian17-Mar-08 3:43 

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.