Click here to Skip to main content
15,922,533 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to select tabs from the menu bar? Pin
Ashutosh Bagaria21-Jun-06 5:53
Ashutosh Bagaria21-Jun-06 5:53 
QuestionCTypedPtrArray and CTypedPtrMap [modified] Pin
bob1697221-Jun-06 5:34
bob1697221-Jun-06 5:34 
AnswerRe: CTypedPtrArray and CTypedPtrMap Pin
bob1697221-Jun-06 7:17
bob1697221-Jun-06 7:17 
QuestionList of network interface Pin
fabiotriolo21-Jun-06 5:30
fabiotriolo21-Jun-06 5:30 
AnswerRe: List of network interface Pin
lordxx21-Jun-06 5:37
lordxx21-Jun-06 5:37 
AnswerRe: List of network interface Pin
David Crow21-Jun-06 5:46
David Crow21-Jun-06 5:46 
Questionerror LNK2001 & error LNK1120 with GUIDs Pin
kitty521-Jun-06 4:56
kitty521-Jun-06 4:56 
AnswerRe: error LNK2001 & error LNK1120 with GUIDs [modified] Pin
Viorel.21-Jun-06 5:06
Viorel.21-Jun-06 5:06 
Since DEFINE_GUID macro is defined in the "Guiddef.h" header file, maybe you should add

#include <Guiddef.h>

after #include "stdafx.h"?

-- modified at 11:16 Wednesday 21st June, 2006

In addition, you probably have to define the INITGUID symbol. Define it in project's properties, C/C++ --> Preprocessor --> Preprocessor Definitions (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dncomg/html/msdn_cpptocom.asp[^]).
QuestionPorting code to PPC WinCE Pin
Mike Doner21-Jun-06 4:50
Mike Doner21-Jun-06 4:50 
QuestionDebug vs. Release Build Pin
Bob X21-Jun-06 4:34
Bob X21-Jun-06 4:34 
AnswerRe: Debug vs. Release Build Pin
kitty521-Jun-06 4:43
kitty521-Jun-06 4:43 
GeneralRe: Debug vs. Release Build Pin
Bob X21-Jun-06 5:01
Bob X21-Jun-06 5:01 
AnswerRe: Debug vs. Release Build Pin
Viorel.21-Jun-06 4:59
Viorel.21-Jun-06 4:59 
GeneralRe: Debug vs. Release Build [modified] Pin
Bob X21-Jun-06 5:05
Bob X21-Jun-06 5:05 
GeneralRe: Debug vs. Release Build Pin
John M. Drescher21-Jun-06 5:07
John M. Drescher21-Jun-06 5:07 
GeneralRe: Debug vs. Release Build Pin
Viorel.21-Jun-06 5:10
Viorel.21-Jun-06 5:10 
GeneralRe: Debug vs. Release Build Pin
Bob X21-Jun-06 5:13
Bob X21-Jun-06 5:13 
GeneralRe: Debug vs. Release Build Pin
Maximilien21-Jun-06 5:19
Maximilien21-Jun-06 5:19 
GeneralRe: Debug vs. Release Build Pin
Viorel.21-Jun-06 5:22
Viorel.21-Jun-06 5:22 
GeneralRe: Debug vs. Release Build Pin
Bob X21-Jun-06 5:25
Bob X21-Jun-06 5:25 
GeneralRe: Debug vs. Release Build Pin
Viorel.21-Jun-06 5:32
Viorel.21-Jun-06 5:32 
GeneralRe: Debug vs. Release Build Pin
Bob X21-Jun-06 7:03
Bob X21-Jun-06 7:03 
QuestionInitialization part in SDI MFC project. Pin
tingu21-Jun-06 4:25
tingu21-Jun-06 4:25 
AnswerRe: Initialization part in SDI MFC project. Pin
David Crow21-Jun-06 4:32
David Crow21-Jun-06 4:32 
GeneralRe: Initialization part in SDI MFC project. Pin
tingu21-Jun-06 4:44
tingu21-Jun-06 4:44 

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.