Click here to Skip to main content
15,917,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Is there any posssibility to see the function definitions of dll file? Pin
KarstenK7-Oct-09 1:19
mveKarstenK7-Oct-09 1:19 
AnswerRe: Is there any posssibility to see the function definitions of dll file? Pin
Richard MacCutchan7-Oct-09 2:34
mveRichard MacCutchan7-Oct-09 2:34 
AnswerRe: Is there any posssibility to see the function definitions of dll file? Pin
David Crow7-Oct-09 2:55
David Crow7-Oct-09 2:55 
AnswerRe: Is there any posssibility to see the function definitions of dll file? Pin
kilt8-Oct-09 23:26
kilt8-Oct-09 23:26 
QuestionCRICHEDITCTRL 'S BORDER Pin
prithaa7-Oct-09 0:30
prithaa7-Oct-09 0:30 
QuestionExcel Automation: iDispatch->Invoke method Pin
NarVish6-Oct-09 23:42
NarVish6-Oct-09 23:42 
QuestionVibration in Windows mobile 6 Professional Pin
spret856-Oct-09 22:46
spret856-Oct-09 22:46 
AnswerRe: Vibration in Windows mobile 6 Professional Pin
Rajesh R Subramanian6-Oct-09 23:23
professionalRajesh R Subramanian6-Oct-09 23:23 
Questionhow to draw line by dragging mouse inside rectangle in dialog based application in vc++,mfc Pin
prerananit6-Oct-09 22:31
prerananit6-Oct-09 22:31 
QuestionRe: how to draw line by dragging mouse inside rectangle in dialog based application in vc++,mfc Pin
CPallini6-Oct-09 22:47
mveCPallini6-Oct-09 22:47 
AnswerRe: how to draw line by dragging mouse inside rectangle in dialog based application in vc++,mfc Pin
wangningyu6-Oct-09 22:52
wangningyu6-Oct-09 22:52 
GeneralRe: how to draw line by dragging mouse inside rectangle in dialog based application in vc++,mfc Pin
CPallini6-Oct-09 22:58
mveCPallini6-Oct-09 22:58 
QuestionHow to load the Url Image ? Pin
wangningyu6-Oct-09 22:24
wangningyu6-Oct-09 22:24 
AnswerRe: How to load the Url Image ? Pin
Iain Clarke, Warrior Programmer6-Oct-09 22:57
Iain Clarke, Warrior Programmer6-Oct-09 22:57 
Questionconvert const wchar* to const byte* Pin
Rakesh56-Oct-09 22:02
Rakesh56-Oct-09 22:02 
AnswerRe: convert const wchar* to const byte* Pin
Cedric Moonen6-Oct-09 22:18
Cedric Moonen6-Oct-09 22:18 
AnswerRe: convert const wchar* to const byte* Pin
CPallini6-Oct-09 22:45
mveCPallini6-Oct-09 22:45 
GeneralRe: convert const wchar* to const byte* Pin
Rakesh56-Oct-09 23:07
Rakesh56-Oct-09 23:07 
GeneralRe: convert const wchar* to const byte* Pin
Rajesh R Subramanian6-Oct-09 23:26
professionalRajesh R Subramanian6-Oct-09 23:26 
GeneralRe: convert const wchar* to const byte* Pin
CPallini6-Oct-09 23:43
mveCPallini6-Oct-09 23:43 
GeneralRe: convert const wchar* to const byte* Pin
Rajesh R Subramanian6-Oct-09 23:49
professionalRajesh R Subramanian6-Oct-09 23:49 
AnswerRe: convert const wchar* to const byte* Pin
Rajesh R Subramanian6-Oct-09 23:21
professionalRajesh R Subramanian6-Oct-09 23:21 
GeneralRe: convert const wchar* to const byte* Pin
Rakesh56-Oct-09 23:39
Rakesh56-Oct-09 23:39 
QuestionRe: convert const wchar* to const byte* Pin
Rajesh R Subramanian6-Oct-09 23:43
professionalRajesh R Subramanian6-Oct-09 23:43 
AnswerRe: convert const wchar* to const byte* Pin
Rakesh57-Oct-09 0:00
Rakesh57-Oct-09 0:00 
Hi All,

I am actually learning vc++.. i just want to know whether it can be converted or not.. whether it is feasible or not..

my seniors have used a functions in which they have typecast like wat i have mentioned in the first message..they are sending type-cast parameter as an arugment to other functions..but it is not casting properly....its taking the first character alone..

if i say, const wchar* test = L"hello";
const BYTE* test1 = (const BYTE*)test; o/p will be 'h' alone..

Hence raised in this forum whether you people can enlighten me about this issue..

thanks,
rakesh.

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.