Click here to Skip to main content
15,924,195 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionStatus bar, Tool bar, invalid handle problem Pin
StelzbocK2-Feb-06 5:30
StelzbocK2-Feb-06 5:30 
AnswerRe: Status bar, Tool bar, invalid handle problem Pin
Iain Clarke, Warrior Programmer2-Feb-06 6:01
Iain Clarke, Warrior Programmer2-Feb-06 6:01 
GeneralRe: Status bar, Tool bar, invalid handle problem Pin
StelzbocK2-Feb-06 6:36
StelzbocK2-Feb-06 6:36 
QuestionLib Files that we use Pin
kanduripavan2-Feb-06 5:25
kanduripavan2-Feb-06 5:25 
AnswerRe: Lib Files that we use Pin
Chris Losinger2-Feb-06 8:28
professionalChris Losinger2-Feb-06 8:28 
QuestionMultiple documents and multiple views for each Pin
Andre xxxxxxx2-Feb-06 5:08
Andre xxxxxxx2-Feb-06 5:08 
AnswerRe: Multiple documents and multiple views for each Pin
Iain Clarke, Warrior Programmer2-Feb-06 5:24
Iain Clarke, Warrior Programmer2-Feb-06 5:24 
GeneralRe: Multiple documents and multiple views for each Pin
Andre xxxxxxx2-Feb-06 6:11
Andre xxxxxxx2-Feb-06 6:11 
Iain Clarke wrote:
Using MFC ( I assume you are...? ), when the last view of a document closes, so does the document. Any commands go first to the active view, then to the document of the active view, then to the frame. So there should be no technical problem.


Yes, i am using MFC, but i've disabled the auto-deletion of the document if the last view is closed because the user won't understand why he always has to have at least one of the 60 possible views open.

The app is used to tune engines, to be more precise, the engine control unit (ECU). The ECU has more than 100 settings, for cranking, for temperature/pressure/... changes.

Please click here for a screenshot[^]

You can make changes in realtime, while the engine in running. You can also monitor and log all engine parameters at the same time.

Now lets say you monitor and log data and you see knocking, so you turn off the engine, save the log and start analyze it. After you've made changes to the settings you go for a drive again and then you want to compare the two log files.

You may also want to open several data files and compare them and copy from one file to the other.

I also need some kind of splitter window, with a list of all settings on the left and then the views for data file 1 and data file 2 on the right. Differences between the two files should be highlited.

I've also tested to put a splitter window in the MDI client and then main frames (without menu and toolbars) inside each splitter, but i guess that's overkill.

André
QuestionNetworking Pin
Girish6012-Feb-06 3:13
Girish6012-Feb-06 3:13 
QuestionRe: Networking Pin
David Crow2-Feb-06 4:56
David Crow2-Feb-06 4:56 
QuestionDynamic memory allocation in MFC Pin
Odiee2-Feb-06 1:33
Odiee2-Feb-06 1:33 
AnswerRe: Dynamic memory allocation in MFC Pin
Maximilien2-Feb-06 2:47
Maximilien2-Feb-06 2:47 
QuestionSB_THUMBTRACK in ListCtrl Pin
Nishad S2-Feb-06 0:21
Nishad S2-Feb-06 0:21 
AnswerRe: SB_THUMBTRACK in ListCtrl Pin
Jagadeesh VN2-Feb-06 0:51
Jagadeesh VN2-Feb-06 0:51 
GeneralRe: SB_THUMBTRACK in ListCtrl Pin
Nishad S2-Feb-06 1:01
Nishad S2-Feb-06 1:01 
QuestionRe: SB_THUMBTRACK in ListCtrl Pin
David Crow2-Feb-06 4:59
David Crow2-Feb-06 4:59 
AnswerRe: SB_THUMBTRACK in ListCtrl Pin
PJ Arends2-Feb-06 6:53
professionalPJ Arends2-Feb-06 6:53 
GeneralRe: SB_THUMBTRACK in ListCtrl Pin
Nishad S2-Feb-06 16:56
Nishad S2-Feb-06 16:56 
QuestionProblem in compiling in debug mode with msxml2.lib Pin
kanduripavan2-Feb-06 0:10
kanduripavan2-Feb-06 0:10 
AnswerRe: Problem in compiling in debug mode with msxml2.lib Pin
Taka Muraoka2-Feb-06 1:34
Taka Muraoka2-Feb-06 1:34 
QuestionRtlFreeHeap Problem in dll Pin
amujim1-Feb-06 23:55
amujim1-Feb-06 23:55 
AnswerRe: RtlFreeHeap Problem in dll Pin
geo_m2-Feb-06 2:23
geo_m2-Feb-06 2:23 
GeneralRe: RtlFreeHeap Problem in dll Pin
amujim2-Feb-06 7:57
amujim2-Feb-06 7:57 
Questionrand() Function Pin
Uzma Waheed1-Feb-06 23:51
Uzma Waheed1-Feb-06 23:51 
AnswerRe: rand() Function Pin
Owner drawn2-Feb-06 0:02
Owner drawn2-Feb-06 0:02 

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.