Click here to Skip to main content
15,898,134 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionthe way to use a DLL in Visual C++. Pin
lsh486love11-Aug-09 19:26
lsh486love11-Aug-09 19:26 
AnswerRe: the way to use a DLL in Visual C++. Pin
CPallini11-Aug-09 20:59
mveCPallini11-Aug-09 20:59 
AnswerRe: the way to use a DLL in Visual C++. Pin
Stuart Dootson11-Aug-09 21:40
professionalStuart Dootson11-Aug-09 21:40 
Questionconverting WCHAR[] to BYTE[] Pin
RajeshRPR11-Aug-09 18:56
RajeshRPR11-Aug-09 18:56 
AnswerRe: converting WCHAR[] to BYTE[] Pin
Sarath C11-Aug-09 20:24
Sarath C11-Aug-09 20:24 
AnswerRe: converting WCHAR[] to BYTE[] Pin
Cedric Moonen11-Aug-09 20:34
Cedric Moonen11-Aug-09 20:34 
GeneralRe: converting WCHAR[] to BYTE[] Pin
RajeshRPR11-Aug-09 21:14
RajeshRPR11-Aug-09 21:14 
AnswerRe: converting WCHAR[] to BYTE[] Pin
Bacon Ultimate Cheeseburger11-Aug-09 20:43
Bacon Ultimate Cheeseburger11-Aug-09 20:43 
RajeshRPR wrote:
can anyone help me how to convert content without any loss??


There is no conversion between Chinese or Japanese and the ANSI code page. If you need to retain the contents and use it as a multibyte string you will need to convert it to UTF8. You can do this by using CP_UTF8 instead of CP_ACP when calling WideCharToMultiByte().

1300 calories of pure beef goodness can't be wrong!

QuestionStatic Compilation in .net project/ Dependancy of EXE file over Visual Studio Installation Pin
Madhu_Rani11-Aug-09 18:44
Madhu_Rani11-Aug-09 18:44 
AnswerRe: Static Compilation in .net project/ Dependancy of EXE file over Visual Studio Installation Pin
Randor 11-Aug-09 21:46
professional Randor 11-Aug-09 21:46 
QuestionTitlebar Pin
kumar sanghvi11-Aug-09 18:32
kumar sanghvi11-Aug-09 18:32 
AnswerRe: Titlebar Pin
Sarath C11-Aug-09 20:27
Sarath C11-Aug-09 20:27 
Questionc implementation vs java implementation of bzip2 Pin
raytsu11-Aug-09 17:01
raytsu11-Aug-09 17:01 
QuestionDetermining if CListCtrl is in EditMode Pin
Mike Hankey11-Aug-09 11:08
mveMike Hankey11-Aug-09 11:08 
AnswerRe: Determining if CListCtrl is in EditMode Pin
Michael Dunn11-Aug-09 11:41
sitebuilderMichael Dunn11-Aug-09 11:41 
GeneralRe: Determining if CListCtrl is in EditMode Pin
Mike Hankey11-Aug-09 14:29
mveMike Hankey11-Aug-09 14:29 
QuestioniContextMenu on x64, inside CFileDialog Pin
Chris Losinger11-Aug-09 8:57
professionalChris Losinger11-Aug-09 8:57 
GeneralRe: iContextMenu on x64, inside CFileDialog Pin
Randor 11-Aug-09 11:05
professional Randor 11-Aug-09 11:05 
GeneralRe: iContextMenu on x64, inside CFileDialog Pin
Chris Losinger11-Aug-09 11:21
professionalChris Losinger11-Aug-09 11:21 
GeneralRe: iContextMenu on x64, inside CFileDialog Pin
harold aptroot11-Aug-09 11:21
harold aptroot11-Aug-09 11:21 
Questioncompile error on this open printer statement Pin
Robert V. Klein11-Aug-09 8:06
Robert V. Klein11-Aug-09 8:06 
AnswerRe: compile error on this open printer statement Pin
Cedric Moonen11-Aug-09 8:19
Cedric Moonen11-Aug-09 8:19 
GeneralRe: compile error on this open printer statement Pin
Robert V. Klein11-Aug-09 8:35
Robert V. Klein11-Aug-09 8:35 
AnswerRe: compile error on this open printer statement [modified] Pin
Randor 11-Aug-09 10:32
professional Randor 11-Aug-09 10:32 
QuestionRead 1000 Lines from text file in a single shot ........ Pin
spalanivel11-Aug-09 6:51
spalanivel11-Aug-09 6:51 

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.