Click here to Skip to main content
15,905,686 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: I am a noob in .dll files help me! Pin
S_A_E_E_D2-Sep-09 0:41
S_A_E_E_D2-Sep-09 0:41 
AnswerRe: I am a noob in .dll files help me! Pin
Stephen Hewitt2-Sep-09 0:07
Stephen Hewitt2-Sep-09 0:07 
QuestionCeRemoveDirectory deletes only empty directroy,How can delete directory with existing files? Pin
Le@rner1-Sep-09 23:44
Le@rner1-Sep-09 23:44 
AnswerRe: CeRemoveDirectory deletes only empty directroy,How can delete directory with existing files? Pin
Chuck O'Toole2-Sep-09 2:24
Chuck O'Toole2-Sep-09 2:24 
AnswerRe: CeRemoveDirectory deletes only empty directroy,How can delete directory with existing files? Pin
David Crow2-Sep-09 2:44
David Crow2-Sep-09 2:44 
QuestionHow to detect ERRORS in Microsoft Visual Studio 2008 Pin
deadlyabbas1-Sep-09 23:04
deadlyabbas1-Sep-09 23:04 
AnswerRe: How to detect ERRORS in Microsoft Visual Studio 2008 Pin
_AnsHUMAN_ 1-Sep-09 23:09
_AnsHUMAN_ 1-Sep-09 23:09 
Questionerror to compile Pin
programmer2021-Sep-09 22:21
programmer2021-Sep-09 22:21 
Hi,
I am trying to compile this program with Visual Studio C++ 2008 as the compiler in Windows.

It is the program:
#include <stdio.h>

int main()
{
char texto[100];

gets(texto);
do {
printf( "%s\n",texto );
gets(texto);
} while ( strcmp(texto, "salir") != 0 );
fprintf( stderr, "El usuario ha tecleado 'salir'" );
}

It is the error message:
> .......program.cpp(11) : warning C4996: 'gets': This function or variable may be unsafe. Consider using gets_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
>c:\archivos de programa\microsoft visual studio 9.0\vc\include\stdio.h(279) : vea la declaración de 'gets'
> .......program.cpp(12) : error C3861: 'strcmp': no se encontró el identificador
--------
Could anyone help me?
AnswerRe: error to compile Pin
«_Superman_»1-Sep-09 22:25
professional«_Superman_»1-Sep-09 22:25 
GeneralRe: error to compile Pin
programmer2022-Sep-09 22:07
programmer2022-Sep-09 22:07 
AnswerRe: error to compile Pin
Cagarrin1-Sep-09 22:58
Cagarrin1-Sep-09 22:58 
GeneralRe: error to compile Pin
programmer2022-Sep-09 22:08
programmer2022-Sep-09 22:08 
AnswerRe: error to compile Pin
David Crow2-Sep-09 2:48
David Crow2-Sep-09 2:48 
GeneralRe: error to compile Pin
programmer2022-Sep-09 22:08
programmer2022-Sep-09 22:08 
QuestionWindProc function in DLL ? Pin
Ranojay1-Sep-09 22:14
Ranojay1-Sep-09 22:14 
AnswerRe: WindProc function in DLL ? Pin
Randor 1-Sep-09 22:45
professional Randor 1-Sep-09 22:45 
GeneralRe: WindProc function in DLL ? Pin
Ranojay2-Sep-09 1:09
Ranojay2-Sep-09 1:09 
GeneralRe: WindProc function in DLL ? Pin
Randor 2-Sep-09 8:33
professional Randor 2-Sep-09 8:33 
GeneralRe: WindProc function in DLL ? Pin
Ranojay2-Sep-09 18:46
Ranojay2-Sep-09 18:46 
GeneralRe: WindProc function in DLL ? Pin
Randor 2-Sep-09 22:07
professional Randor 2-Sep-09 22:07 
QuestionOnWizardFinish Pin
john56321-Sep-09 20:28
john56321-Sep-09 20:28 
AnswerRe: OnWizardFinish Pin
«_Superman_»1-Sep-09 22:22
professional«_Superman_»1-Sep-09 22:22 
QuestionHow to add a button in ClistCtrl? Pin
Gokul_md1-Sep-09 20:15
Gokul_md1-Sep-09 20:15 
AnswerRe: How to add a button in ClistCtrl? Pin
Code-o-mat1-Sep-09 22:12
Code-o-mat1-Sep-09 22:12 
AnswerRe: How to add a button in ClistCtrl? Pin
Hamid_RT2-Sep-09 4:21
Hamid_RT2-Sep-09 4:21 

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.