Click here to Skip to main content
16,004,991 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: EIP register Pin
George_George20-Jul-08 21:41
George_George20-Jul-08 21:41 
GeneralRe: EIP register Pin
CPallini20-Jul-08 21:59
mveCPallini20-Jul-08 21:59 
GeneralRe: EIP register Pin
George_George20-Jul-08 22:04
George_George20-Jul-08 22:04 
GeneralRe: EIP register Pin
CPallini20-Jul-08 22:12
mveCPallini20-Jul-08 22:12 
GeneralRe: EIP register Pin
George_George20-Jul-08 22:17
George_George20-Jul-08 22:17 
QuestionCompilation error :Cannot convert from char to LPWSTR Pin
V K 220-Jul-08 19:46
V K 220-Jul-08 19:46 
AnswerRe: Compilation error :Cannot convert from char to LPWSTR Pin
Stephen Hewitt20-Jul-08 20:21
Stephen Hewitt20-Jul-08 20:21 
AnswerRe: Compilation error :Cannot convert from char to LPWSTR Pin
CPallini20-Jul-08 21:30
mveCPallini20-Jul-08 21:30 
In addition to Stephen's reply, if you really need such a operation (i.e. passing a ANSI char string to a function accepting a wide char argument) the way to go is a string conversion, not a cast. For the purpose check out the WideCharToMultiByte documentation [^].
Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke


[My articles]

AnswerRe: Compilation error :Cannot convert from char to LPWSTR Pin
Cedric Moonen20-Jul-08 21:48
Cedric Moonen20-Jul-08 21:48 
Questionerror LNK2019: unresolved external symbol question Pin
monsieur_jj20-Jul-08 17:47
monsieur_jj20-Jul-08 17:47 
AnswerRe: error LNK2019: unresolved external symbol question Pin
Naveen20-Jul-08 18:07
Naveen20-Jul-08 18:07 
GeneralRe: error LNK2019: unresolved external symbol question Pin
monsieur_jj20-Jul-08 18:20
monsieur_jj20-Jul-08 18:20 
GeneralRe: error LNK2019: unresolved external symbol question Pin
Naveen20-Jul-08 18:27
Naveen20-Jul-08 18:27 
GeneralRe: error LNK2019: unresolved external symbol question Pin
monsieur_jj20-Jul-08 18:40
monsieur_jj20-Jul-08 18:40 
Questioncannot convert parameter 1 from 'double [5]' to 'double' Pin
gentleguy20-Jul-08 17:43
gentleguy20-Jul-08 17:43 
AnswerRe: cannot convert parameter 1 from 'double [5]' to 'double' [modified] Pin
_AnsHUMAN_ 20-Jul-08 18:41
_AnsHUMAN_ 20-Jul-08 18:41 
AnswerRe: cannot convert parameter 1 from 'double [5]' to 'double' Pin
CPallini20-Jul-08 21:18
mveCPallini20-Jul-08 21:18 
JokeRe: cannot convert parameter 1 from 'double [5]' to 'double' [modified] Pin
Nelek20-Jul-08 23:38
protectorNelek20-Jul-08 23:38 
GeneralRe: cannot convert parameter 1 from 'double [5]' to 'double' Pin
CPallini20-Jul-08 23:42
mveCPallini20-Jul-08 23:42 
GeneralRe: cannot convert parameter 1 from 'double [5]' to 'double' Pin
Nelek20-Jul-08 23:52
protectorNelek20-Jul-08 23:52 
QuestionCreating an iso Image Pin
gabbana20-Jul-08 15:32
gabbana20-Jul-08 15:32 
AnswerRe: Creating an iso Image Pin
Stephen Hewitt20-Jul-08 19:06
Stephen Hewitt20-Jul-08 19:06 
GeneralRe: Creating an iso Image Pin
gabbana21-Jul-08 3:40
gabbana21-Jul-08 3:40 
GeneralRe: Creating an iso Image Pin
gabbana21-Jul-08 14:57
gabbana21-Jul-08 14:57 
QuestionCacls(Access Control List ) Pin
Michael Adel20-Jul-08 14:28
Michael Adel20-Jul-08 14:28 

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.