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

C / C++ / MFC

 
GeneralRe: Having trouble with header files Pin
Stefan Pedersen26-Sep-03 14:44
Stefan Pedersen26-Sep-03 14:44 
GeneralThread Classes Pin
ase454226-Sep-03 12:31
ase454226-Sep-03 12:31 
GeneralRe: Thread Classes Pin
Michael Dunn26-Sep-03 12:34
sitebuilderMichael Dunn26-Sep-03 12:34 
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 
Many times (just to keep my sanity) I'd scrap an entire project, create a new one and add back in ALL the files that were in the previous project and start afresh. That's because doing a compile in VC++ 6.0 after I may have made some changes to a file and renamed it, then delete the old file and add in the new one, VC++ or AppWizard (I don't know which is responsible) would start producing compile errors about being unable to open the new file (even though the file would be physically present in the same directory along with the other files.

I'm getting a little tired of having to recreate new project files everytime (and then go through the same routine) every time AppWizard detects a change to the workspace.

What's happening now is that I copied a file from another directory into the folder that contains the project I'm currently working on. Then from Project->Add to Project->Files, I added the new file I just copied, then recompiled everything with a "Rebuild All".

Guess what!!

In the ".cpp" file in which the "#include" statement for the new ".h" file is being used, AppWizard is telling me that it cannot open the new file (even though it's physically in the same folder, and has already been added to the project)!!

AAAAGGGGHHH. Curses. Curses. Mad | :mad: Mad | :mad:

I can understand why some people shoot their computer!!

I ought to be able to add files, change files (etc.) without AppWizard acting up every time I do something like that.

Yes, I've also deleted the ".ncb" files (etc.) also.

Any workable solution would be unspeakably and indescribably appreciated.

Thanks.

William

Fortes in fide et opere!
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 
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 

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.