Click here to Skip to main content
16,007,885 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Process's virtual address Pin
Wenrich17-Jan-03 5:03
Wenrich17-Jan-03 5:03 
QuestionHow can i draw in a CDialog Pin
willempipi16-Jan-03 4:32
willempipi16-Jan-03 4:32 
AnswerRe: How can i draw in a CDialog Pin
Alvaro Mendez16-Jan-03 4:38
Alvaro Mendez16-Jan-03 4:38 
GeneralRe: How can i draw in a CDialog Pin
Joaquín M López Muñoz16-Jan-03 6:01
Joaquín M López Muñoz16-Jan-03 6:01 
QuestionHooking Question. Am I Dumb? Pin
RickGavin16-Jan-03 4:17
RickGavin16-Jan-03 4:17 
AnswerRe: Hooking Question. Am I Dumb? Pin
jmkhael16-Jan-03 6:06
jmkhael16-Jan-03 6:06 
GeneralBitmap and dialogbar Pin
MemLeak16-Jan-03 3:09
MemLeak16-Jan-03 3:09 
Generallocation of #include statements Pin
ns16-Jan-03 3:05
ns16-Jan-03 3:05 
I found out that the location of a #import statement matters.

Does the location of #includes matter? I have them as shown on rted. Are they in the right place in the .h file? Should they be moved above or below the #if s?
#if !defined(AFX_SEARCHVIEW_H__4E3DD48E_02D6_42F4_88D5_81E8ECCC08B2__INCLUDED_)
#define AFX_SEARCHVIEW_H__4E3DD48E_02D6_42F4_88D5_81E8ECCC08B2__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SearchView.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CSearchView form view

#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
<code>#include "mainfrm.h"
#include "childfrm.h"</code>
class CSearchView : public CFormView


Thanks

Appreciate your help,
ns
GeneralRe: location of #include statements Pin
Maximilien16-Jan-03 3:11
Maximilien16-Jan-03 3:11 
GeneralRe: location of #include statements Pin
ns16-Jan-03 3:15
ns16-Jan-03 3:15 
GeneralRe: location of #include statements Pin
blackmesa16-Jan-03 7:29
blackmesa16-Jan-03 7:29 
GeneralRe: location of #include statements Pin
Maximilien16-Jan-03 8:31
Maximilien16-Jan-03 8:31 
GeneralRendering HTML Pin
Jamie Hale16-Jan-03 2:53
Jamie Hale16-Jan-03 2:53 
GeneralRe: Rendering HTML Pin
Joel Lucsy16-Jan-03 3:19
Joel Lucsy16-Jan-03 3:19 
GeneralRe: Rendering HTML Pin
Jamie Hale16-Jan-03 3:32
Jamie Hale16-Jan-03 3:32 
GeneralRe: Rendering HTML Pin
Joel Lucsy16-Jan-03 14:56
Joel Lucsy16-Jan-03 14:56 
GeneralRe: Rendering HTML Pin
Jamie Hale17-Jan-03 2:31
Jamie Hale17-Jan-03 2:31 
GeneralRe: Rendering HTML Pin
Anna-Jayne Metcalfe16-Jan-03 4:42
Anna-Jayne Metcalfe16-Jan-03 4:42 
GeneralRe: Rendering HTML Pin
Jamie Hale16-Jan-03 4:47
Jamie Hale16-Jan-03 4:47 
Questionhow can i set a binary or a DWORD value to a new Registry Key? Pin
vijayjss16-Jan-03 2:46
vijayjss16-Jan-03 2:46 
AnswerRe: how can i set a binary or a DWORD value to a new Registry Key? Pin
AlexO16-Jan-03 3:20
AlexO16-Jan-03 3:20 
QuestionHow can I know if the app is running from a server ?? Pin
Cris16-Jan-03 2:45
Cris16-Jan-03 2:45 
AnswerClarify Pin
AlexO16-Jan-03 4:34
AlexO16-Jan-03 4:34 
GeneralRe: Clarify Pin
Cris16-Jan-03 4:51
Cris16-Jan-03 4:51 
GeneralRe: Clarify Pin
Erik Juhl16-Jan-03 4:57
Erik Juhl16-Jan-03 4:57 

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.