Click here to Skip to main content
15,921,203 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Thread Classes Pin
Todd Smith26-Sep-03 14:39
Todd Smith26-Sep-03 14:39 
GeneralTo Remove node using delete key Pin
Binayak26-Sep-03 12:16
Binayak26-Sep-03 12:16 
GeneralRe: To Remove node using delete key Pin
Michael Dunn26-Sep-03 12:32
sitebuilderMichael Dunn26-Sep-03 12:32 
GeneralRe: To Remove node using delete key Pin
Binayak26-Sep-03 12:53
Binayak26-Sep-03 12:53 
GeneralAppWizard, ... no limit to the torment it inflicts. Pin
WREY26-Sep-03 11:18
WREY26-Sep-03 11:18 
GeneralRe: AppWizard, ... no limit to the torment it inflicts. Pin
Joe Woodbury26-Sep-03 12:08
professionalJoe Woodbury26-Sep-03 12:08 
GeneralRe: AppWizard, ... no limit to the torment it inflicts. Pin
WREY26-Sep-03 13:04
WREY26-Sep-03 13:04 
GeneralRe: AppWizard, ... no limit to the torment it inflicts. Pin
Joe Woodbury26-Sep-03 13:16
professionalJoe Woodbury26-Sep-03 13:16 
WREY wrote:
The effects of what the application undergoes afterwards because of what AppWizard did at its creation, is what has lasting ramification on the program performances throughout the rest of its developmental process, which is where I am and what I'm experiencing.

That's still incorrect. AppWizard simply creates a series of files, nothing more. Any ramifications are due to the MFC architecture and Visual Studio itself.

The files in the DSP file aren't much more than a list of files and any options associated with those files. It is entirely agnostic as to the name of files. Some of those files may have specific compiler options for them which will be lost if you delete a file from a project then add it again, but that's about it. (Precompiled headers is the big gotcha.)

WREY wrote:
(Files obtained from libraries use the angle brackets and files NOT members of those libraries, use the double quotes.)

This isn't entirely correct. If you quote the file to be included, the compiler will look first in the same directory as the file being compiled, then along the include paths in order. If you enclose the file to be included in braces, it only searches the include paths.




Joe Woodbury

When all else fails, there's always delusion.
- Conan O'Brien
GeneralDialog not doing MoveWindow right Pin
ns26-Sep-03 10:39
ns26-Sep-03 10:39 
GeneralRe: Dialog not doing MoveWindow right Pin
Ravi Bhavnani26-Sep-03 12:46
professionalRavi Bhavnani26-Sep-03 12:46 
GeneralRe: Dialog not doing MoveWindow right Pin
ns29-Sep-03 3:13
ns29-Sep-03 3:13 
GeneralRe: Dialog not doing MoveWindow right Pin
Ravi Bhavnani29-Sep-03 3:47
professionalRavi Bhavnani29-Sep-03 3:47 
GeneralWhat's wrong with this: Pin
jimNLX26-Sep-03 10:34
jimNLX26-Sep-03 10:34 
GeneralRe: What's wrong with this: Pin
David Crow26-Sep-03 10:35
David Crow26-Sep-03 10:35 
GeneralRe: What's wrong with this: Pin
jimNLX26-Sep-03 10:39
jimNLX26-Sep-03 10:39 
GeneralRe: What's wrong with this: Pin
David Crow26-Sep-03 10:43
David Crow26-Sep-03 10:43 
GeneralRe: What's wrong with this: Pin
jimNLX29-Sep-03 7:55
jimNLX29-Sep-03 7:55 
Questionany way to make voices in c or c++? Pin
colin2126-Sep-03 9:01
colin2126-Sep-03 9:01 
AnswerRe: any way to make voices in c or c++? Pin
Ravi Bhavnani26-Sep-03 9:06
professionalRavi Bhavnani26-Sep-03 9:06 
AnswerRe: OT Pin
Chris Meech26-Sep-03 9:42
Chris Meech26-Sep-03 9:42 
GeneralSuggestion. Pin
WREY26-Sep-03 10:41
WREY26-Sep-03 10:41 
GeneralRe: Suggestion. Pin
Terry O'Nolley27-Sep-03 8:19
Terry O'Nolley27-Sep-03 8:19 
GeneralRe: Suggestion. Pin
WREY27-Sep-03 9:24
WREY27-Sep-03 9:24 
GeneralRe: Suggestion. Pin
Terry O'Nolley27-Sep-03 9:45
Terry O'Nolley27-Sep-03 9:45 
GeneralRe: Suggestion. Pin
WREY27-Sep-03 10:18
WREY27-Sep-03 10:18 

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.