Click here to Skip to main content
15,900,461 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: help me to display list view from xml Pin
Michael Dunn1-Feb-07 19:22
sitebuilderMichael Dunn1-Feb-07 19:22 
GeneralRe: help me to display list view from xml Pin
amitmistry_petlad 1-Feb-07 19:34
amitmistry_petlad 1-Feb-07 19:34 
QuestionInserting data to SQL server problem Pin
_anil_31-Jan-07 2:20
_anil_31-Jan-07 2:20 
QuestionRe: Inserting data to SQL server problem Pin
David Crow31-Jan-07 2:51
David Crow31-Jan-07 2:51 
AnswerRe: Inserting data to SQL server problem Pin
_anil_31-Jan-07 3:28
_anil_31-Jan-07 3:28 
QuestionShading in regions of a graph Pin
TheDelChop31-Jan-07 2:07
TheDelChop31-Jan-07 2:07 
AnswerRe: Shading in regions of a graph Pin
Michael Dunn31-Jan-07 3:20
sitebuilderMichael Dunn31-Jan-07 3:20 
Questionbind function in SDK Pin
vibindia31-Jan-07 1:25
vibindia31-Jan-07 1:25 
AnswerRe: bind function in SDK Pin
Laxman Auti31-Jan-07 1:39
Laxman Auti31-Jan-07 1:39 
AnswerRe: bind function in SDK Pin
TheDelChop31-Jan-07 2:09
TheDelChop31-Jan-07 2:09 
QuestionlistCtrl - selection Pin
ensger31-Jan-07 1:13
ensger31-Jan-07 1:13 
AnswerRe: listCtrl - selection Pin
Naveen31-Jan-07 1:26
Naveen31-Jan-07 1:26 
AnswerRe: listCtrl - selection Pin
Laxman Auti31-Jan-07 1:27
Laxman Auti31-Jan-07 1:27 
GeneralRe: listCtrl - selection Pin
ensger31-Jan-07 2:10
ensger31-Jan-07 2:10 
AnswerRe: listCtrl - selection Pin
prasad_som31-Jan-07 2:33
prasad_som31-Jan-07 2:33 
GeneralRe: listCtrl - selection Pin
ensger31-Jan-07 2:41
ensger31-Jan-07 2:41 
GeneralRe: listCtrl - selection Pin
David Crow31-Jan-07 2:57
David Crow31-Jan-07 2:57 
GeneralRe: listCtrl - selection Pin
ensger31-Jan-07 3:02
ensger31-Jan-07 3:02 
QuestionRe: listCtrl - selection Pin
prasad_som31-Jan-07 2:40
prasad_som31-Jan-07 2:40 
AnswerRe: listCtrl - selection Pin
ensger31-Jan-07 2:50
ensger31-Jan-07 2:50 
QuestionUSES_CONVERSION Pin
Girish60131-Jan-07 0:45
Girish60131-Jan-07 0:45 
QuestionRe: USES_CONVERSION Pin
prasad_som31-Jan-07 0:56
prasad_som31-Jan-07 0:56 
AnswerRe: USES_CONVERSION Pin
Kharfax31-Jan-07 1:09
Kharfax31-Jan-07 1:09 
USES_CONVERSION is a macro that allows to use BSTR string conversion functions like OLE2T and T2OLE, at least thats why I used it, but never gave me any problem...

Is defined in atlconv.h

#define USES_CONVERSION int _convert = 0; (_convert); UINT _acp = ATL::_AtlGetConversionACP() /*CP_THREAD_ACP*/; (_acp); LPCWSTR _lpw = NULL; (_lpw); LPCSTR _lpa = NULL; (_lpa)

I don't know man, no idea what could be the problem
GeneralRe: USES_CONVERSION Pin
prasad_som31-Jan-07 1:25
prasad_som31-Jan-07 1:25 
AnswerRe: USES_CONVERSION Pin
Waldermort31-Jan-07 2:23
Waldermort31-Jan-07 2:23 

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.