Click here to Skip to main content
15,921,622 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: c2146 error missing ";" before identifier HwndMSWheel Pin
PapermillBill22-Jul-05 3:55
PapermillBill22-Jul-05 3:55 
GeneralRe: c2146 error missing ";" before identifier HwndMSWheel Pin
Christian Graus22-Jul-05 11:54
protectorChristian Graus22-Jul-05 11:54 
GeneralRe: c2146 error missing ";" before identifier HwndMSWheel Pin
PapermillBill25-Jul-05 3:02
PapermillBill25-Jul-05 3:02 
GeneralRe: c2146 error missing ";" before identifier HwndMSWheel Pin
Christian Graus25-Jul-05 13:51
protectorChristian Graus25-Jul-05 13:51 
GeneralModeless dialog error Pin
TEOlivier20-Jul-05 9:47
TEOlivier20-Jul-05 9:47 
GeneralRe: Modeless dialog error Pin
David Crow20-Jul-05 10:22
David Crow20-Jul-05 10:22 
GeneralRe: Modeless dialog error Pin
wicked_guy20-Jul-05 22:27
wicked_guy20-Jul-05 22:27 
Generaltype confusion with _bstr_t Pin
LCI20-Jul-05 9:37
LCI20-Jul-05 9:37 
// Load xml file.
if (pDocument->load(myxmlfile)!= VARIANT_TRUE)

The above line of code will load an xml file. myxmlfile is supposed to be the path of the xml file. However it is a string. The load function takes
a _bstr_t. What is the appropriate way to handle this. Should i cast, is there a better way to handle than type casting?
GeneralRe: type confusion with _bstr_t Pin
LCI20-Jul-05 9:58
LCI20-Jul-05 9:58 
GeneralRe: type confusion with _bstr_t Pin
Michael Dunn20-Jul-05 10:42
sitebuilderMichael Dunn20-Jul-05 10:42 
GeneralValid UNICODE character Pin
John R. Shaw20-Jul-05 8:30
John R. Shaw20-Jul-05 8:30 
QuestionUSB device/hub reset? Pin
jaycush20-Jul-05 7:51
jaycush20-Jul-05 7:51 
AnswerRe: USB device/hub reset? Pin
jaycush21-Jul-05 4:24
jaycush21-Jul-05 4:24 
Generalkilling dll Pin
Ann6620-Jul-05 6:45
sussAnn6620-Jul-05 6:45 
GeneralRe: killing dll Pin
Marc Soleda20-Jul-05 7:03
Marc Soleda20-Jul-05 7:03 
GeneralRe: killing dll Pin
Ann6620-Jul-05 8:07
sussAnn6620-Jul-05 8:07 
GeneralRe: killing dll Pin
David Crow20-Jul-05 9:34
David Crow20-Jul-05 9:34 
GeneralRe: killing dll Pin
Ann6620-Jul-05 11:06
sussAnn6620-Jul-05 11:06 
GeneralRe: killing dll Pin
David Crow21-Jul-05 2:34
David Crow21-Jul-05 2:34 
GeneralWinExec Pin
Usman Tasleem Akshaf20-Jul-05 6:07
Usman Tasleem Akshaf20-Jul-05 6:07 
GeneralRe: WinExec Pin
berndg20-Jul-05 6:15
berndg20-Jul-05 6:15 
GeneralRe: WinExec Pin
Usman Tasleem Akshaf20-Jul-05 6:39
Usman Tasleem Akshaf20-Jul-05 6:39 
GeneralRe: WinExec Pin
Trollslayer20-Jul-05 6:46
mentorTrollslayer20-Jul-05 6:46 
GeneralRe: WinExec Pin
Usman Tasleem Akshaf20-Jul-05 6:52
Usman Tasleem Akshaf20-Jul-05 6:52 
GeneralRe: WinExec Pin
Trollslayer20-Jul-05 10:26
mentorTrollslayer20-Jul-05 10:26 

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.