Click here to Skip to main content
15,909,498 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCDateTimeCtrl in ToolBar ? Pin
BrutalDeath026-Jan-04 5:49
sussBrutalDeath026-Jan-04 5:49 
AnswerRe: CDateTimeCtrl in ToolBar ? Pin
BrutalDeath026-Jan-04 6:02
sussBrutalDeath026-Jan-04 6:02 
GeneralPrint preview and complex shaped CRgn Pin
JezzerP26-Jan-04 5:34
JezzerP26-Jan-04 5:34 
GeneralRe: Print preview and complex shaped CRgn Pin
CodeBrain26-Jan-04 23:15
CodeBrain26-Jan-04 23:15 
GeneralRe: Print preview and complex shaped CRgn Pin
JezzerP29-Jan-04 5:50
JezzerP29-Jan-04 5:50 
GeneralRe: Print preview and complex shaped CRgn Pin
CodeBrain29-Jan-04 22:10
CodeBrain29-Jan-04 22:10 
GeneralRe: Print preview and complex shaped CRgn Pin
Anonymous29-Jan-04 22:29
Anonymous29-Jan-04 22:29 
Generalimporting from Gallery Pin
act_x26-Jan-04 5:12
act_x26-Jan-04 5:12 
I have a Dialog based Vc++ application from where i added some class(Dialog classes) to the gallery .

I began work on a new MFC wizard created Dialog App and added the components from the gallery (.ogx) . When i try to compile i am getting compilation errors about the ID's of controls(resources) that were imported from the gallery .
Errors look like this
: error C2065: 'IDD_EEPROM' : undeclared identifier<br />
: error C2057: expected constant expression<br />
: error C2065: 'IDC_WKSAFE' : undeclared identifier<br />

Doesnt seem to like this !!!
// Dialog Data<br />
	//{{AFX_DATA(EepromDlg)<br />
	enum { IDD = IDD_EEPROM };<br />
	CMSFlexGrid	m_grid1;<br />
	//}}AFX_DATA



What do i need to modify to get it compiled . I even deleted the .clw files and built it again and it reflects the imported class and all these resources
GeneralRe: importing from Gallery Pin
Antti Keskinen26-Jan-04 5:42
Antti Keskinen26-Jan-04 5:42 
GeneralReading pixel color values from a DIB Pin
harwanegg26-Jan-04 4:51
harwanegg26-Jan-04 4:51 
GeneralRe: Reading pixel color values from a DIB Pin
John R. Shaw26-Jan-04 5:59
John R. Shaw26-Jan-04 5:59 
GeneralIPersistPropertyBag question Pin
Vermithrax26-Jan-04 4:51
Vermithrax26-Jan-04 4:51 
Generalvirtual functions and dlls Pin
Achim Mueller26-Jan-04 4:51
Achim Mueller26-Jan-04 4:51 
GeneralRe: virtual functions and dlls Pin
Diddy26-Jan-04 6:17
Diddy26-Jan-04 6:17 
GeneralRe: virtual functions and dlls Pin
Achim Mueller26-Jan-04 7:00
Achim Mueller26-Jan-04 7:00 
GeneralRe: virtual functions and dlls Pin
Diddy26-Jan-04 10:41
Diddy26-Jan-04 10:41 
Generalenum type Pin
Jerome Conus26-Jan-04 4:46
Jerome Conus26-Jan-04 4:46 
GeneralRe: enum type Pin
J. Eric Vaughan26-Jan-04 5:08
J. Eric Vaughan26-Jan-04 5:08 
GeneralRe: enum type Pin
John R. Shaw26-Jan-04 6:16
John R. Shaw26-Jan-04 6:16 
Generalexcel to C++ Pin
Goh Hui Beng26-Jan-04 3:50
Goh Hui Beng26-Jan-04 3:50 
GeneralRe: excel to C++ Pin
Carlos Antollini26-Jan-04 4:02
Carlos Antollini26-Jan-04 4:02 
GeneralRe: excel to C++ Pin
Goh Hui Beng26-Jan-04 4:24
Goh Hui Beng26-Jan-04 4:24 
GeneralRe: excel to C++ Pin
David Crow26-Jan-04 4:30
David Crow26-Jan-04 4:30 
GeneralRe: excel to C++ Pin
Carlos Antollini26-Jan-04 6:39
Carlos Antollini26-Jan-04 6:39 
GeneralRe: excel to C++ Pin
Carlos Antollini26-Jan-04 6:40
Carlos Antollini26-Jan-04 6:40 

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.