Click here to Skip to main content
15,915,611 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: 0xC000001D "Fatal Application Error" ???? Pin
Rajesh R Subramanian24-Jun-08 3:15
professionalRajesh R Subramanian24-Jun-08 3:15 
GeneralRe: 0xC000001D "Fatal Application Error" ???? Pin
Trupti Mehta25-Jun-08 23:08
Trupti Mehta25-Jun-08 23:08 
QuestionRe: 0xC000001D "Fatal Application Error" ???? Pin
David Crow24-Jun-08 3:17
David Crow24-Jun-08 3:17 
AnswerRe: 0xC000001D "Fatal Application Error" ???? Pin
Trupti Mehta25-Jun-08 23:18
Trupti Mehta25-Jun-08 23:18 
QuestionRe: 0xC000001D "Fatal Application Error" ???? Pin
David Crow26-Jun-08 3:36
David Crow26-Jun-08 3:36 
GeneralRe: 0xC000001D "Fatal Application Error" ???? Pin
Trupti Mehta26-Jun-08 5:54
Trupti Mehta26-Jun-08 5:54 
AnswerRe: 0xC000001D "Fatal Application Error" ???? Pin
krmed24-Jun-08 3:44
krmed24-Jun-08 3:44 
GeneralRe: 0xC000001D "Fatal Application Error" ???? Pin
Stephen Hewitt24-Jun-08 15:51
Stephen Hewitt24-Jun-08 15:51 
krmed wrote:
is not Unicode. Use

m_opNo = _tstoi((LPCSTSTR)csValue);


Or even better use no explicit cast:
m_opNo = _tstoi(csValue);


Steve

QuestionBitmap Deconstruction (AKA: How to get pixel values from a file) Pin
Michael Fritzius24-Jun-08 2:12
professionalMichael Fritzius24-Jun-08 2:12 
AnswerRe: Bitmap Deconstruction (AKA: How to get pixel values from a file) Pin
Nibu babu thomas24-Jun-08 2:20
Nibu babu thomas24-Jun-08 2:20 
AnswerRe: Bitmap Deconstruction (AKA: How to get pixel values from a file) Pin
SandipG 24-Jun-08 2:46
SandipG 24-Jun-08 2:46 
AnswerRe: Bitmap Deconstruction (AKA: How to get pixel values from a file) Pin
Hamid_RT25-Jun-08 23:37
Hamid_RT25-Jun-08 23:37 
QuestionCoInitialize/CoUninitialize Pin
George_George24-Jun-08 2:11
George_George24-Jun-08 2:11 
AnswerRe: CoInitialize/CoUninitialize Pin
Randor 24-Jun-08 3:32
professional Randor 24-Jun-08 3:32 
GeneralRe: CoInitialize/CoUninitialize Pin
George_George24-Jun-08 22:21
George_George24-Jun-08 22:21 
QuestionGetting problem with ADO database connection for Excel Pin
trinadh_t24-Jun-08 2:07
trinadh_t24-Jun-08 2:07 
Questionfinding os of a particular system Pin
VCProgrammer24-Jun-08 2:02
VCProgrammer24-Jun-08 2:02 
AnswerRe: finding os of a particular system Pin
Nibu babu thomas24-Jun-08 2:16
Nibu babu thomas24-Jun-08 2:16 
QuestionRe: finding os of a particular system Pin
CPallini24-Jun-08 2:22
mveCPallini24-Jun-08 2:22 
QuestionDoes any one have an idea about streaming RTP Pin
yaminisridaran24-Jun-08 0:21
yaminisridaran24-Jun-08 0:21 
QuestionRe: Does any one have an idea about streaming RTP Pin
Mark Salsbery24-Jun-08 4:51
Mark Salsbery24-Jun-08 4:51 
AnswerRe: Does any one have an idea about streaming RTP Pin
yaminisridaran24-Jun-08 18:33
yaminisridaran24-Jun-08 18:33 
QuestionWM_NEXTDLGCTL one control too far Pin
baerten24-Jun-08 0:05
baerten24-Jun-08 0:05 
AnswerRe: WM_NEXTDLGCTL one control too far [modified] Pin
_AnsHUMAN_ 24-Jun-08 0:08
_AnsHUMAN_ 24-Jun-08 0:08 
GeneralRe: WM_NEXTDLGCTL one control too far Pin
baerten24-Jun-08 0:15
baerten24-Jun-08 0:15 

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.