makefile in mfc
-
hi I have two mfc applications.on clicking a certain button on the toolbar of the 1st mfc application i want to reflect some data onto a file that is included in the 2nd mfc application(i.e. under external dependencies of the 2nd mfc app.) and execute the 2nd mfc application without actually building/running the 2nd mfc application. can anyone help me thanks in advance archana
-
hi I have two mfc applications.on clicking a certain button on the toolbar of the 1st mfc application i want to reflect some data onto a file that is included in the 2nd mfc application(i.e. under external dependencies of the 2nd mfc app.) and execute the 2nd mfc application without actually building/running the 2nd mfc application. can anyone help me thanks in advance archana
So which part are you wanting help with: responding to a button click, writing to a file, or running another program?
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)
-
So which part are you wanting help with: responding to a button click, writing to a file, or running another program?
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)
Hi, I have a smiliar problem too. I have 2 MFC using single document interface. I have 2 programs. But on click the button on the first program, can the program prompt out the second window to let it perform its operations? Thanks for ur help in advance dreamerzz
-
Hi, I have a smiliar problem too. I have 2 MFC using single document interface. I have 2 programs. But on click the button on the first program, can the program prompt out the second window to let it perform its operations? Thanks for ur help in advance dreamerzz
dreamerzz wrote: ...can the program prompt out the second window to let it perform its operations? I do not understand this. Can you explain further?
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)
-
dreamerzz wrote: ...can the program prompt out the second window to let it perform its operations? I do not understand this. Can you explain further?
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)
-
For example, everytime in order for the program to run, we need to build and compile it right? But can we skip this step?
dreamerzz wrote: For example, everytime in order for the program to run, we need to build and compile it right? Only if any of the source files changed. If none have, then a rebuild is not necessary.
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)
-
dreamerzz wrote: For example, everytime in order for the program to run, we need to build and compile it right? Only if any of the source files changed. If none have, then a rebuild is not necessary.
"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)