Click here to Skip to main content
16,004,977 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRow Spacing Pin
yellowdog25-Apr-03 20:22
yellowdog25-Apr-03 20:22 
GeneralRe: Row Spacing Pin
Gary R. Wheeler26-Apr-03 5:31
Gary R. Wheeler26-Apr-03 5:31 
GeneralPie chart control problem Pin
summo25-Apr-03 19:58
summo25-Apr-03 19:58 
GeneralRe: Pie chart control problem Pin
Lior Shoval26-Apr-03 0:08
Lior Shoval26-Apr-03 0:08 
GeneralDesperation time!! Pin
WREY25-Apr-03 18:57
WREY25-Apr-03 18:57 
GeneralRe: Desperation time!! Pin
Vivek Rajan25-Apr-03 19:09
Vivek Rajan25-Apr-03 19:09 
GeneralRe: Desperation time!! Pin
WREY25-Apr-03 19:25
WREY25-Apr-03 19:25 
GeneralRe: Desperation time!! Pin
Vivek Rajan25-Apr-03 19:41
Vivek Rajan25-Apr-03 19:41 
Is the IDD_MAIN_DIALOG constant #defined in resource.h ?

Is this the only error ?

If your dialog class is in MyDlg.cpp, what is the order of include files ?
It should be

  1. stdafx.h
  2. resource.h
  3. other include files..


It is ok if resource.h is included multiple times, the #pragma once will ensure that exactly one copy is used during compilation.

-
Vivek
GeneralRe: Desperation time!! Pin
WREY25-Apr-03 19:58
WREY25-Apr-03 19:58 
GeneralRe: Desperation time!! Pin
Anonymous25-Apr-03 20:23
Anonymous25-Apr-03 20:23 
GeneralRe: Desperation time!! Pin
WREY25-Apr-03 22:24
WREY25-Apr-03 22:24 
GeneralRe: Desperation time!! Pin
Bartosz Bien25-Apr-03 22:19
Bartosz Bien25-Apr-03 22:19 
GeneralRe: Desperation time!! Pin
WREY25-Apr-03 22:46
WREY25-Apr-03 22:46 
GeneralRe: Desperation time!! Pin
Bartosz Bien25-Apr-03 23:00
Bartosz Bien25-Apr-03 23:00 
GeneralRe: Desperation time!! Pin
WREY26-Apr-03 0:01
WREY26-Apr-03 0:01 
GeneralRe: Desperation time!! Pin
Bartosz Bien26-Apr-03 5:38
Bartosz Bien26-Apr-03 5:38 
GeneralProblem Solved !!! Pin
WREY26-Apr-03 9:47
WREY26-Apr-03 9:47 
GeneralRe: Problem Solved !!! Pin
Bartosz Bien26-Apr-03 10:03
Bartosz Bien26-Apr-03 10:03 
GeneralRe: Problem Solved !!! Pin
WREY26-Apr-03 11:06
WREY26-Apr-03 11:06 
GeneralRe: Problem Solved !!! Pin
Bartosz Bien26-Apr-03 11:38
Bartosz Bien26-Apr-03 11:38 
QuestionWhat to get tutorials about dll and lib. Pin
George225-Apr-03 18:50
George225-Apr-03 18:50 
GeneralLinking problem in C++(Unresolved external symbol...) Pin
grscot25-Apr-03 14:45
grscot25-Apr-03 14:45 
GeneralRe: Linking problem in C++(Unresolved external symbol...) Pin
Toni7825-Apr-03 16:25
Toni7825-Apr-03 16:25 
GeneralRe: Linking problem in C++(Unresolved external symbol...) Pin
WREY25-Apr-03 19:11
WREY25-Apr-03 19:11 
GeneralPassing an array of strings from VB to C++ DLL Pin
Anton A. Loukine25-Apr-03 11:50
Anton A. Loukine25-Apr-03 11:50 

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.