Click here to Skip to main content
16,006,442 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: In search of MFC control Pin
David Crow18-May-05 1:51
David Crow18-May-05 1:51 
GeneralRe: In search of MFC control Pin
Imtiaz Murtaza18-May-05 1:56
Imtiaz Murtaza18-May-05 1:56 
GeneralRe: In search of MFC control Pin
jmkhael18-May-05 2:25
jmkhael18-May-05 2:25 
QuestionHow to create a Type Lib...? Pin
anderslundsgard17-May-05 23:34
anderslundsgard17-May-05 23:34 
AnswerRe: How to create a Type Lib...? Pin
ThatsAlok17-May-05 23:44
ThatsAlok17-May-05 23:44 
GeneralWarning Level 4 Pin
S Douglas17-May-05 23:34
professionalS Douglas17-May-05 23:34 
GeneralRe: Warning Level 4 Pin
Joel Holdsworth17-May-05 23:47
Joel Holdsworth17-May-05 23:47 
GeneralRe: Warning Level 4 Pin
S Douglas17-May-05 23:55
professionalS Douglas17-May-05 23:55 
Joel Holdsworth wrote:
I think you can get it to keep quiet by doing somthing like this:

void Function(int foo)<br />
{    <br />
foo;   // By putting this here, C4100 should be surpressed<br />
}
<br />




I had started doing that then thought um that might be bad, let’s see what every one else says. All of the function prototypes that I have created myself are fine. It mostly just the message over rides that cause this problem.

Thanks much Joel


-------------------------------
GeneralRe: Warning Level 4 Pin
Joel Holdsworth18-May-05 0:09
Joel Holdsworth18-May-05 0:09 
GeneralRe: Warning Level 4 Pin
S Douglas18-May-05 0:16
professionalS Douglas18-May-05 0:16 
GeneralRe: Warning Level 4 Pin
Jack Puppy18-May-05 0:18
Jack Puppy18-May-05 0:18 
GeneralRe: Warning Level 4 Pin
S Douglas18-May-05 0:34
professionalS Douglas18-May-05 0:34 
GeneralRe: Warning Level 4 Pin
Bob Stanneveld18-May-05 2:24
Bob Stanneveld18-May-05 2:24 
GeneralRe: Warning Level 4 Pin
jmkhael18-May-05 2:42
jmkhael18-May-05 2:42 
GeneralRe: Warning Level 4 Pin
S Douglas18-May-05 3:12
professionalS Douglas18-May-05 3:12 
GeneralRe: Warning Level 4 Pin
jmkhael18-May-05 3:21
jmkhael18-May-05 3:21 
GeneralRe: Warning Level 4 Pin
S Douglas18-May-05 3:30
professionalS Douglas18-May-05 3:30 
GeneralRe: Warning Level 4 Pin
jmkhael18-May-05 3:43
jmkhael18-May-05 3:43 
GeneralMemory usage of my app Pin
benjymous17-May-05 23:21
benjymous17-May-05 23:21 
GeneralRe: Memory usage of my app Pin
David Crow18-May-05 2:05
David Crow18-May-05 2:05 
GeneralRe: Memory usage of my app Pin
Blake Miller18-May-05 4:08
Blake Miller18-May-05 4:08 
Generalpacket sniffer Pin
sura_b4_u17-May-05 23:18
sura_b4_u17-May-05 23:18 
GeneralRe: packet sniffer Pin
CodeBeetle26-May-05 7:37
CodeBeetle26-May-05 7:37 
Questionwhat is DLL injection? Pin
Mridang Agarwalla17-May-05 23:07
Mridang Agarwalla17-May-05 23:07 
AnswerRe: what is DLL injection? Pin
Joel Holdsworth17-May-05 23:45
Joel Holdsworth17-May-05 23:45 

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.