Click here to Skip to main content
15,912,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionGraphical representation of Drives ??? Pin
rohit.dhamija26-May-03 18:17
rohit.dhamija26-May-03 18:17 
AnswerRe: Graphical representation of Drives ??? Pin
Michael Dunn26-May-03 18:37
sitebuilderMichael Dunn26-May-03 18:37 
QuestionCHtmlView::OnNewWindow2 : Which one is correct? Pin
YuHao26-May-03 15:51
YuHao26-May-03 15:51 
AnswerRe: CHtmlView::OnNewWindow2 : Which one is correct? Pin
Michael Dunn26-May-03 16:54
sitebuilderMichael Dunn26-May-03 16:54 
GeneralRe: CHtmlView::OnNewWindow2 : Which one is correct? Pin
YuHao26-May-03 17:41
YuHao26-May-03 17:41 
GeneralRe: CHtmlView::OnNewWindow2 : Which one is correct? Pin
Michael Dunn26-May-03 17:52
sitebuilderMichael Dunn26-May-03 17:52 
GeneralInfinite Linking ( This time, i logged on before ) Pin
Somaa26-May-03 14:13
Somaa26-May-03 14:13 
GeneralRe: Infinite Linking ( This time, i logged on before ) Pin
John R. Shaw26-May-03 17:09
John R. Shaw26-May-03 17:09 
Make sure your header files (the ones you create) can not be included more than once in any module, even acidentaly.

The simpilest way to do that is to alway do the following:
// myheader.h
#ifndef _MYHEADER_H
#define _MYHEADER_H
// prototypes here
#endif // _MYHEADER_H


Trust in the code Luke. Yea right!
GeneralInfinite Linking fights back Pin
Somaa26-May-03 18:26
Somaa26-May-03 18:26 
GeneralRe: Infinite Linking fights back Pin
Neville Franks27-May-03 0:45
Neville Franks27-May-03 0:45 
GeneralRe: Infinite Linking fights back Pin
John R. Shaw27-May-03 5:28
John R. Shaw27-May-03 5:28 
GeneralRe: Infinite Linking fights back Pin
Peter Weyzen27-May-03 7:48
Peter Weyzen27-May-03 7:48 
GeneralRe: Infinite Linking fights back Pin
John R. Shaw27-May-03 10:13
John R. Shaw27-May-03 10:13 
GeneralRe: Infinite Linking ( This time, i logged on before ) Pin
John M. Drescher27-May-03 10:39
John M. Drescher27-May-03 10:39 
GeneralRe: Infinite Linking ( This time, i logged on before ) Pin
Miszou29-May-03 12:03
Miszou29-May-03 12:03 
GeneralRe: Infinite Linking ( This time, i logged on before ) Pin
Somaa3-Jun-03 13:41
Somaa3-Jun-03 13:41 
GeneralInfinite Linking... Pin
Anonymous26-May-03 14:11
Anonymous26-May-03 14:11 
QuestionDeviceIoControl & OID_802_11_BSSID_LIST_SCAN ? Pin
clintsinger26-May-03 12:08
clintsinger26-May-03 12:08 
AnswerRe: DeviceIoControl & OID_802_11_BSSID_LIST_SCAN ? Pin
amitalonm9-Oct-09 13:21
amitalonm9-Oct-09 13:21 
QuestionWhat is wrong with this way of displaying a bitmap on a window? Pin
Redeemer-dk26-May-03 11:58
Redeemer-dk26-May-03 11:58 
QuestionClassWizard Object IDs? Pin
Jonah Bishop26-May-03 11:39
Jonah Bishop26-May-03 11:39 
AnswerRe: ClassWizard Object IDs? Pin
John R. Shaw26-May-03 12:09
John R. Shaw26-May-03 12:09 
GeneralStretchBlt memory leak Pin
Anonymous26-May-03 11:32
Anonymous26-May-03 11:32 
GeneralRe: StretchBlt memory leak Pin
John R. Shaw26-May-03 11:42
John R. Shaw26-May-03 11:42 
QuestionPicture in a ListCtrl ?? Pin
Cris26-May-03 10:30
Cris26-May-03 10:30 

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.