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

C / C++ / MFC

 
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 
GeneralRe: importing from Gallery Pin
Antti Keskinen26-Jan-04 5:42
Antti Keskinen26-Jan-04 5:42 
When you save a class into the Gallery, it's implementation and header files (.cpp and .h) are stored away. In the case of a dialog class, it also requires a dialog resource (IDD_EEPROM) to exist in your resource script. Apparently, your dialog resource didn't get saved with the other files.

Like the error code states, the IDD_EEPROM identifier is unknown: check your resource script of what the ID of the dialog is there, and replace the identifier with the correct one.

Additionally, the resource identifiers are not saved with the class. This means that if your dialog class has DDX routines implemented, then those WILL cause the same error. To fix this, you must manually rename the identifiers in DoDataExchange function of your dialog class.

-Antti Keskinen

----------------------------------------------
The definition of impossible is strictly dependant
on what we think is possible.
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 
GeneralRe: excel to C++ Pin
David Crow26-Jan-04 4:29
David Crow26-Jan-04 4:29 

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.