Click here to Skip to main content
15,885,278 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: VC++6.0 menu limit? Pin
Albert Holguin11-Dec-12 12:39
professionalAlbert Holguin11-Dec-12 12:39 
AnswerRe: VC++6.0 menu limit? Pin
PecuniousPete11-Dec-12 20:40
PecuniousPete11-Dec-12 20:40 
AnswerRe: VC++6.0 menu limit? Pin
Member 70817211-Dec-12 22:48
Member 70817211-Dec-12 22:48 
GeneralRe: VC++6.0 menu limit? Pin
Freak3011-Dec-12 23:31
Freak3011-Dec-12 23:31 
SuggestionRe: VC++6.0 menu limit? Pin
Jochen Arndt11-Dec-12 23:43
professionalJochen Arndt11-Dec-12 23:43 
GeneralRe: VC++6.0 menu limit? Pin
Richard MacCutchan12-Dec-12 3:03
mveRichard MacCutchan12-Dec-12 3:03 
GeneralRe: VC++6.0 menu limit? Pin
Maximilien12-Dec-12 3:07
Maximilien12-Dec-12 3:07 
GeneralRe: VC++6.0 menu limit? Pin
Member 70817213-Dec-12 4:52
Member 70817213-Dec-12 4:52 
>Are you really using menus (i.e. CMenu, ... ) ???
Very good question. I do not use CMenu, instead I did Insert->Resource->Menu and wrote menu items. Next I involved the "dialog properties" and selected this menu in a listbox.
I didn't use directly CMenu.

About csenario: "...first list is filled with car manufacturer"
I have ~80 manufacturers without China market Smile | :) I think, finally it may be ~100.
------------------------------------
I've spent else a bit time and now I'm knowing a bit more...

1. This bug isn't a "news". And I'm not the first person who has detected it.
2. On old version of VC there was a bug: Wizard supports file .CLW upto 64K. Not bigger.
Microsoft had fixed this bug, but unfortunatelly at "microsoft manner".

I've done some experiments and now I know:
1. Wizard can create a long .CLW. But wizard cannot read .CLW above certain size.
2. There are many types of resources in the .CLW. Wizard places all those types on the DIFFERENT stacks each type. Therefore I have no problem to add dialogs (currently I have 65 dialogs, they require a short space). But I have problem to add menu items (currently 1096).
QuestionRe: VC++6.0 menu limit? Pin
Chris Meech13-Dec-12 6:00
Chris Meech13-Dec-12 6:00 
AnswerRe: VC++6.0 menu limit? Pin
Maximilien13-Dec-12 7:03
Maximilien13-Dec-12 7:03 
GeneralRe: VC++6.0 menu limit? Pin
jschell12-Dec-12 8:55
jschell12-Dec-12 8:55 
QuestionBit field ordering on Big-Endian (SPARC) processor Pin
Holmes.Sherlock11-Dec-12 5:40
Holmes.Sherlock11-Dec-12 5:40 
AnswerRe: Bit field ordering on Big-Endian (SPARC) processor Pin
Richard MacCutchan11-Dec-12 9:45
mveRichard MacCutchan11-Dec-12 9:45 
AnswerRe: Bit field ordering on Big-Endian (SPARC) processor Pin
Peter_in_278011-Dec-12 10:50
professionalPeter_in_278011-Dec-12 10:50 
GeneralRe: Bit field ordering on Big-Endian (SPARC) processor Pin
Holmes.Sherlock11-Dec-12 12:27
Holmes.Sherlock11-Dec-12 12:27 
GeneralRe: Bit field ordering on Big-Endian (SPARC) processor Pin
Peter_in_278011-Dec-12 12:46
professionalPeter_in_278011-Dec-12 12:46 
GeneralRe: Bit field ordering on Big-Endian (SPARC) processor Pin
Holmes.Sherlock11-Dec-12 12:48
Holmes.Sherlock11-Dec-12 12:48 
QuestionThread Pin
messages11-Dec-12 1:25
messages11-Dec-12 1:25 
AnswerRe: Thread Pin
manoranjan11-Dec-12 1:56
manoranjan11-Dec-12 1:56 
GeneralRe: Thread Pin
messages11-Dec-12 2:10
messages11-Dec-12 2:10 
QuestionRe: Thread Pin
David Crow11-Dec-12 2:33
David Crow11-Dec-12 2:33 
AnswerRe: Thread Pin
messages11-Dec-12 4:17
messages11-Dec-12 4:17 
GeneralRe: Thread Pin
David Crow11-Dec-12 4:55
David Crow11-Dec-12 4:55 
GeneralRe: Thread Pin
messages11-Dec-12 5:25
messages11-Dec-12 5:25 
QuestionCMFCPropertyGridProperty - Protected methods don't get called Pin
Simon Langdon10-Dec-12 1:08
Simon Langdon10-Dec-12 1:08 

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.