Click here to Skip to main content
15,905,233 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: SendMessage and buffer question Pin
alex.barylski2-Aug-03 16:22
alex.barylski2-Aug-03 16:22 
GeneralRe: SendMessage and buffer question Pin
Michael Dunn1-Aug-03 17:03
sitebuilderMichael Dunn1-Aug-03 17:03 
GeneralCFileFind Pin
Dor1-Aug-03 15:04
Dor1-Aug-03 15:04 
GeneralRe: CFileFind Pin
HPSI1-Aug-03 18:03
HPSI1-Aug-03 18:03 
GeneralSQL server OLEDB connection with vc++ Pin
haritadala1-Aug-03 14:27
haritadala1-Aug-03 14:27 
GeneralAppWizard. Pin
WREY1-Aug-03 13:05
WREY1-Aug-03 13:05 
GeneralRe: AppWizard. Pin
Chris Richardson1-Aug-03 14:14
Chris Richardson1-Aug-03 14:14 
GeneralRe: AppWizard. Pin
Chris Richardson1-Aug-03 15:41
Chris Richardson1-Aug-03 15:41 
Ok...I think I see what you are trying to do, and why it's not working. When you say AppWizard do you really mean ClassWizard (the one that allows you to add functions to classes)? If so, then you should delete the YOUR_PROJECT_NAME_HERE.clw file after you add the new file in. Then try to load the class wizard again, and it will rebuild the .clw file for you.

Otherwise, if that's not the case, maybe it's something with the build system that you are talking about? So, say you have two versions of a file called MyFile.cpp and they reside in different directories. You are trying to remove the first "MyFile.cpp" from the project, add in the second "MyFile.cpp", rebuild, and hope everything works right? If this is the case, what I would suggest doing is either doing a clean before you build (or rebuild all), or else manually deleting MyFile.obj in the intermediate directory. You'll only have to do this one time after you add the new file, so it's not a big deal.

If I was completely off base with either scenarios, feel free to correct me, and I can try to be of more help.


Chris Richardson
Terrain Software
GeneralRe: AppWizard. Pin
WREY1-Aug-03 21:26
WREY1-Aug-03 21:26 
GeneralRe: AppWizard. Pin
WREY2-Aug-03 0:05
WREY2-Aug-03 0:05 
GeneralCFileListCtrl Pin
alex.barylski1-Aug-03 11:33
alex.barylski1-Aug-03 11:33 
QuestionThe connection with the server was reset??? Pin
ATC1-Aug-03 10:36
ATC1-Aug-03 10:36 
AnswerRe: The connection with the server was reset??? Pin
Alexander M.,1-Aug-03 12:38
Alexander M.,1-Aug-03 12:38 
GeneralRe: The connection with the server was reset??? Pin
Anders Molin1-Aug-03 12:55
professionalAnders Molin1-Aug-03 12:55 
GeneralRe: The connection with the server was reset??? Pin
ATC2-Aug-03 8:09
ATC2-Aug-03 8:09 
GeneralExtractIcon() takes long time for some files Pin
s_k1-Aug-03 10:24
s_k1-Aug-03 10:24 
GeneralRe: ExtractIcon() takes long time for some files Pin
liop3-Aug-03 21:42
liop3-Aug-03 21:42 
GeneralIntelliSense on Strike Pin
Chris Cornell1-Aug-03 9:50
Chris Cornell1-Aug-03 9:50 
GeneralRe: IntelliSense on Strike Pin
Anders Molin1-Aug-03 12:56
professionalAnders Molin1-Aug-03 12:56 
GeneralRe: IntelliSense on Strike Pin
Chris Cornell1-Aug-03 13:31
Chris Cornell1-Aug-03 13:31 
GeneralRe: IntelliSense on Strike Pin
Anthony_Yio1-Aug-03 19:56
Anthony_Yio1-Aug-03 19:56 
GeneralDialog "Always on Top" Pin
lead2gold1-Aug-03 9:20
lead2gold1-Aug-03 9:20 
GeneralRe: Dialog "Always on Top" Pin
Alexander M.,1-Aug-03 9:27
Alexander M.,1-Aug-03 9:27 
GeneralSHGetFileInfo question Pin
alex.barylski1-Aug-03 8:42
alex.barylski1-Aug-03 8:42 
GeneralRe: SHGetFileInfo question Pin
David Crow1-Aug-03 9:31
David Crow1-Aug-03 9:31 

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.