Click here to Skip to main content
15,905,427 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionBinary File Pin
vipin_nvk5-Aug-07 21:22
vipin_nvk5-Aug-07 21:22 
AnswerRe: Binary File Pin
Nelek5-Aug-07 22:01
protectorNelek5-Aug-07 22:01 
AnswerRe: Binary File Pin
cp98765-Aug-07 22:05
cp98765-Aug-07 22:05 
AnswerRe: Binary File Pin
toxcct5-Aug-07 22:19
toxcct5-Aug-07 22:19 
Questionexe work but dll does not work? Pin
George_George5-Aug-07 20:41
George_George5-Aug-07 20:41 
QuestionWideChar to Variant conversion Pin
Suneet.035-Aug-07 20:29
Suneet.035-Aug-07 20:29 
AnswerRe: WideChar to Variant conversion Pin
Aamir Butt5-Aug-07 21:09
Aamir Butt5-Aug-07 21:09 
GeneralRe: WideChar to Variant conversion Pin
Suneet.035-Aug-07 21:41
Suneet.035-Aug-07 21:41 
I have sumthng like this

VARIANT getData()
{
unsigned char* puc_Data = " SOME TEXT ";

// I am converting the above unsigned char to whar_t* using

MultiByteToWideChar(CP_UTF8,..,puc_Data,len,wchar_t*,len);

// I want to take this wchar string and convert it to VARIANT
// Doing it thru COleVariant

ColeVariant var(wchar string );

// Data is getting lost sumwhere here ...

return var;

Can anyone suggest wat i m doing wrong??




GeneralRe: WideChar to Variant conversion Pin
Roger Broomfield6-Aug-07 2:07
Roger Broomfield6-Aug-07 2:07 
QuestionOCR example Pin
Maynka5-Aug-07 20:00
Maynka5-Aug-07 20:00 
AnswerRe: OCR example Pin
Shouvik Das5-Aug-07 21:12
Shouvik Das5-Aug-07 21:12 
AnswerRe: OCR example Pin
ThatsAlok6-Aug-07 1:43
ThatsAlok6-Aug-07 1:43 
Questionhow do switching to ring0 Pin
zon_cpp5-Aug-07 19:55
zon_cpp5-Aug-07 19:55 
AnswerRe: how do switching to ring0 Pin
henky@online-resource.org5-Aug-07 23:27
henky@online-resource.org5-Aug-07 23:27 
QuestionCListCtrl is not display the information in 64-bit windows OS Pin
ksrameshkanth5-Aug-07 18:58
ksrameshkanth5-Aug-07 18:58 
AnswerRe: CListCtrl is not display the information in 64-bit windows OS Pin
prasad_som5-Aug-07 20:12
prasad_som5-Aug-07 20:12 
Questionconst keyword Pin
lavanya815-Aug-07 18:48
lavanya815-Aug-07 18:48 
AnswerRe: const keyword Pin
Shouvik Das5-Aug-07 19:52
Shouvik Das5-Aug-07 19:52 
AnswerRe: const keyword Pin
toxcct5-Aug-07 22:20
toxcct5-Aug-07 22:20 
QuestionIs there any possibilty to create Drawing area in MFC? Pin
vikramkarthik5-Aug-07 18:29
vikramkarthik5-Aug-07 18:29 
AnswerRe: Is there any possibilty to create Drawing area in MFC? Pin
Hamid_RT5-Aug-07 19:11
Hamid_RT5-Aug-07 19:11 
AnswerRe: Is there any possibilty to create Drawing area in MFC? Pin
Anurag Gandhi5-Aug-07 19:24
professionalAnurag Gandhi5-Aug-07 19:24 
AnswerRe: Is there any possibilty to create Drawing area in MFC? Pin
ThatsAlok5-Aug-07 19:39
ThatsAlok5-Aug-07 19:39 
QuestionError regarding .sbr file in VC++ 2005 Pin
yudhisthira5-Aug-07 18:26
yudhisthira5-Aug-07 18:26 
AnswerRe: Error regarding .sbr file in VC++ 2005 Pin
Paresh Chitte5-Aug-07 19:40
Paresh Chitte5-Aug-07 19:40 

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.