Click here to Skip to main content
15,896,606 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionLooking for an HTML Rendering engine (with JAVASCRIPT support) to integrate in an MFC application. Must be able to call the javascript from C++ and visversa Pin
Ahmed Charfeddine19-Jun-09 13:40
Ahmed Charfeddine19-Jun-09 13:40 
AnswerRe: Looking for an HTML Rendering engine (with JAVASCRIPT support) to integrate in an MFC application. Must be able to call the javascript from C++ and visversa Pin
Sarath C19-Jun-09 19:44
Sarath C19-Jun-09 19:44 
GeneralRe: Looking for an HTML Rendering engine (with JAVASCRIPT support) to integrate in an MFC application. Must be able to call the javascript from C++ and visversa Pin
Ahmed Charfeddine20-Jun-09 0:11
Ahmed Charfeddine20-Jun-09 0:11 
QuestionUsing MAPI to confirm valid email address format (without sending an email or accessing their Address Book)? Pin
AmVal19-Jun-09 11:05
AmVal19-Jun-09 11:05 
AnswerRe: Using MAPI to confirm valid email address format (without sending an email or accessing their Address Book)? Pin
Stuart Dootson19-Jun-09 12:40
professionalStuart Dootson19-Jun-09 12:40 
GeneralRe: Using MAPI to confirm valid email address format (without sending an email or accessing their Address Book)? Pin
kilt20-Jun-09 10:16
kilt20-Jun-09 10:16 
GeneralRe: Using MAPI to confirm valid email address format (without sending an email or accessing their Address Book)? [modified] Pin
Stuart Dootson20-Jun-09 13:52
professionalStuart Dootson20-Jun-09 13:52 
Questionsprintf and strcpy - Compiler warning Pin
dipuks19-Jun-09 7:27
dipuks19-Jun-09 7:27 
Hello

I am working on VS 2003 and getting compiler warnings saying that those 2 above mentioned functions are depreciated. I know VS 2008 they have sprintf_s and other more safer functions. But there's no way for me to upgrade to 2008.

So can anyone tell me how to get those compiler warnings go away, without setting the warning level to low priority.

That is, i would like to use a wrapper around the sprintf function which will do the type checking to make sure the buffer is of valid size.

Is there any function like that i can use VS2003?

Any help is welcome.
QuestionRe: sprintf and strcpy - Compiler warning Pin
David Crow19-Jun-09 7:47
David Crow19-Jun-09 7:47 
AnswerRe: sprintf and strcpy - Compiler warning Pin
Luc Pattyn19-Jun-09 7:51
sitebuilderLuc Pattyn19-Jun-09 7:51 
GeneralRe: sprintf and strcpy - Compiler warning Pin
CPallini19-Jun-09 10:05
mveCPallini19-Jun-09 10:05 
GeneralRe: sprintf and strcpy - Compiler warning Pin
p_196020-Jun-09 2:30
p_196020-Jun-09 2:30 
AnswerRe: sprintf and strcpy - Compiler warning Pin
Ozer Karaagac19-Jun-09 12:29
professionalOzer Karaagac19-Jun-09 12:29 
AnswerRe: sprintf and strcpy - Compiler warning Pin
Rajesh R Subramanian19-Jun-09 22:49
professionalRajesh R Subramanian19-Jun-09 22:49 
GeneralRe: sprintf and strcpy - Compiler warning Pin
dipuks20-Jun-09 7:52
dipuks20-Jun-09 7:52 
GeneralRe: sprintf and strcpy - Compiler warning Pin
Rajesh R Subramanian20-Jun-09 21:26
professionalRajesh R Subramanian20-Jun-09 21:26 
QuestionHEAP[myapp.exe]: Invalid allocation size - CDCDCDD0 (exceeded 7ffdefff) Pin
transoft19-Jun-09 6:32
transoft19-Jun-09 6:32 
QuestionRe: HEAP[myapp.exe]: Invalid allocation size - CDCDCDD0 (exceeded 7ffdefff) Pin
CPallini19-Jun-09 7:39
mveCPallini19-Jun-09 7:39 
AnswerRe: HEAP[myapp.exe]: Invalid allocation size - CDCDCDD0 (exceeded 7ffdefff) Pin
transoft19-Jun-09 7:49
transoft19-Jun-09 7:49 
GeneralRe: HEAP[myapp.exe]: Invalid allocation size - CDCDCDD0 (exceeded 7ffdefff) Pin
CPallini19-Jun-09 10:04
mveCPallini19-Jun-09 10:04 
GeneralRe: HEAP[myapp.exe]: Invalid allocation size - CDCDCDD0 (exceeded 7ffdefff) Pin
transoft19-Jun-09 11:30
transoft19-Jun-09 11:30 
GeneralRe: HEAP[myapp.exe]: Invalid allocation size - CDCDCDD0 (exceeded 7ffdefff) Pin
Sarath C19-Jun-09 19:40
Sarath C19-Jun-09 19:40 
QuestionResize Dialog Box Pin
siva45519-Jun-09 6:05
siva45519-Jun-09 6:05 
AnswerRe: Resize Dialog Box Pin
p_196019-Jun-09 10:05
p_196019-Jun-09 10:05 
GeneralRe: Resize Dialog Box Pin
Stuart Dootson19-Jun-09 12:43
professionalStuart Dootson19-Jun-09 12:43 

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.