Click here to Skip to main content
15,918,007 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralBoot process, program that will run before XP starts Pin
Kuniva24-Jul-04 6:04
Kuniva24-Jul-04 6:04 
GeneralRe: Boot process, program that will run before XP starts Pin
bikram singh25-Jul-04 5:37
bikram singh25-Jul-04 5:37 
Generalthe How to create a button on the bottom right corner of a child frame Pin
swandream24-Jul-04 5:01
swandream24-Jul-04 5:01 
General3thing killing me Pin
ANDYFA24-Jul-04 3:15
ANDYFA24-Jul-04 3:15 
GeneralRe: 3thing killing me Pin
Ivan Cachicatari25-Jul-04 12:16
Ivan Cachicatari25-Jul-04 12:16 
GeneralRetrieving ODBC DSN information without creating an ODBC Connection Pin
slacker24-Jul-04 3:14
slacker24-Jul-04 3:14 
Generalhiding hard drive Pin
Perestroyka24-Jul-04 1:37
Perestroyka24-Jul-04 1:37 
GeneralAboutBox Assertion Pin
Grahamfff23-Jul-04 22:03
Grahamfff23-Jul-04 22:03 
I renumbered via a utility (see http://www.annasplace.me.uk/resorg/)my resouces. This was due to the Icon not being displayed, the help Memu not being displayed and a check box not operating correctly.

I now get the Assertion at

// IDM_ABOUTBOX must be in the system command range.<br />
ASSERT((IDM_ABOUTBOX & 0xFFF0) == IDM_ABOUTBOX);<br />
ASSERT(IDM_ABOUTBOX < 0xF000);


in my OnInitDialog routine.
The current value of IDM_ABOUTBOX = 0x10

Are they any way for the resources to be checked

A snipit of the resource.h file is as follows:

#define IDM_ABOUTBOX                    0x10<br />
#define IDR_MANIFEST                    11<br />
#define IDD_SSIC_EXAMPLE_DIALOG         12<br />
#define IDR_HTML_GENERICRTSIM           13<br />
#define IDR_MAINFRAME                   14<br />
#define IDM_MAINFRAME                   19<br />
#define IDD_GEN_RT_SIM                  20<br />
#define IDD_SCRIPTING                   21<br />
#define ID_SCRIPTS_VIEWLOGS             22<br />
#define ID_Menu                         23<br />
#define IDD_SIMULATION                  24<br />
#define IDD_DIAGNOSTICS                 25<br />
#define IDD_ABOUTBOX                    26<br />
#define IDS_ABOUTBOX                    27<br />
#define ID_TESTGUIS_SIMULATION          102<br />
#define ID_STAGE_TRACKS                 103<br />
#define IDD_STAGE_TRACKS                104<br />
#define ID_TESTGUIS_CDNUGUI             106<br />
#define ID_RECORDING_REPLAY             107<br />
#define ID_TESTGUIS_IGIGUI              108<br />
#define IDD_IGI_EMU                     109<br />
#define IDC_TOGGLECTRL1                 1000<br />
#define IDC_TOGGLECTRL2                 1001<br />
... etc<br />
#define IDC_CHECK_SA25T                 1333<br />
#define IDC_CHECK_SA27T                 1335<br />
#define IDC_AIRCTRL1                    1355<br />
#define IDC_LONG                        1414<br />
#define IDC_ROLL_LABEL                  1417<br />
...<br />
#define IDC_STATIC_AMP_B                1450<br />
#define IDC_WAYPOINTS_LABEL10           1451<br />
#define ID__NEWPROJECT                  32776<br />
#define ID__LOADPROJECT                 32777<br />
...<br />
#define ID_FILE_EXIT                    32787<br />
#define ID_HELP_ABOUT                   32788<br />
...<br />
...<br />
// Next default values for new objects<br />
// <br />
#ifdef APSTUDIO_INVOKED<br />
#ifndef APSTUDIO_READONLY_SYMBOLS<br />
#define _APS_NEXT_RESOURCE_VALUE        110<br />
#define _APS_NEXT_COMMAND_VALUE         32789<br />
#define _APS_NEXT_CONTROL_VALUE         1452<br />
#define _APS_NEXT_SYMED_VALUE           1552<br />
#endif<br />
#endif

I assume that they are bugs with the IDE, any suggestion please.

Graham.

grahamfff
GeneralRe: AboutBox Assertion Pin
Johan Rosengren23-Jul-04 23:01
Johan Rosengren23-Jul-04 23:01 
GeneralRe: AboutBox Assertion Pin
Grahamfff24-Jul-04 9:44
Grahamfff24-Jul-04 9:44 
GeneralRe: AboutBox Assertion Pin
Johan Rosengren24-Jul-04 20:15
Johan Rosengren24-Jul-04 20:15 
GeneralRe: AboutBox Assertion Pin
Grahamfff24-Jul-04 10:51
Grahamfff24-Jul-04 10:51 
GeneralNot receiving NM_CUSTOMDRAW messasges Pin
Mike Landis23-Jul-04 21:02
Mike Landis23-Jul-04 21:02 
GeneralRe: Not receiving NM_CUSTOMDRAW messasges Pin
includeh1024-Jul-04 2:27
includeh1024-Jul-04 2:27 
GeneralRe: Not receiving NM_CUSTOMDRAW messasges Pin
Mike Landis24-Jul-04 10:00
Mike Landis24-Jul-04 10:00 
GeneralRe: Not receiving NM_CUSTOMDRAW messasges Pin
Karthik TL29-Mar-12 19:47
professionalKarthik TL29-Mar-12 19:47 
QuestionHow to call MFC DLL in installShield 6.x Pin
Sumit Kapoor23-Jul-04 20:04
Sumit Kapoor23-Jul-04 20:04 
AnswerRe: How to call MFC DLL in installShield 6.x Pin
Johan Rosengren23-Jul-04 23:10
Johan Rosengren23-Jul-04 23:10 
GeneralChanging the volume of my App only. Pin
Hesham Amin23-Jul-04 20:02
Hesham Amin23-Jul-04 20:02 
GeneralWaveOut Problems in Windows application Pin
Fantmx23-Jul-04 18:48
Fantmx23-Jul-04 18:48 
GeneralGame Scripting... Pin
mztrjimmy23-Jul-04 16:10
mztrjimmy23-Jul-04 16:10 
GeneralRe: Game Scripting... Pin
Michael Dunn24-Jul-04 11:45
sitebuilderMichael Dunn24-Jul-04 11:45 
GeneralRe: Game Scripting... Pin
mztrjimmy25-Jul-04 10:36
mztrjimmy25-Jul-04 10:36 
GeneralRe: Game Scripting... Pin
Michael Dunn25-Jul-04 18:35
sitebuilderMichael Dunn25-Jul-04 18:35 
GeneralRe: Game Scripting... Pin
mztrjimmy25-Jul-04 18:49
mztrjimmy25-Jul-04 18:49 

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.