Click here to Skip to main content
15,912,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow can I create copies of modeless dialogs using the same template? Pin
Joan M19-Dec-00 13:34
professionalJoan M19-Dec-00 13:34 
GeneralVery aggravating problem with VC++ Pin
Josh Knox19-Dec-00 6:12
Josh Knox19-Dec-00 6:12 
GeneralRe: Very aggravating problem with VC++ Pin
19-Dec-00 6:49
suss19-Dec-00 6:49 
GeneralRe: Very aggravating problem with VC++ Pin
19-Dec-00 7:02
suss19-Dec-00 7:02 
GeneralRe: Very aggravating problem with VC++ Pin
19-Dec-00 7:16
suss19-Dec-00 7:16 
GeneralRe: Very aggravating problem with VC++ Pin
Josh Knox19-Dec-00 10:46
Josh Knox19-Dec-00 10:46 
GeneralRe: Very aggravating problem with VC++ Pin
19-Dec-00 11:17
suss19-Dec-00 11:17 
GeneralRe: Very aggravating problem with VC++ Pin
Peter Andersson19-Dec-00 12:12
Peter Andersson19-Dec-00 12:12 
1) do a manual clean, ie exit VC, delete .\Debug and .\Release dirs, *.aps *.clw *.ncb *.opt *.plg files (dont worry they will be regenerated)
2) *Maybe* also *.scc to drop your SourceSafe-links. I would do it. You can recreate them later.
3) Make sure all files and directories in question are writable/delete'able
4) Check the date/time of all files so that they aren't set to future dates/times
5) Be 100% sure that you know what file you are compiling. Search the disk so you haven't inadvertendly duplicate files on your disk and are compiling something else than you think.
6) Uncheck option 'project/settings/c++/customize/suppress startup banner'. Do same for Link tab.
7) Do a REUILD-ALL for both yor debug and release projects. Dependent projects first.
8) Check the output. Make sure all fles are compiled.

DO this and I guarantee that it will work. 100%. All the time. No magic. Promise. Wink | ;-)

/Peter
GeneralRe: Very aggravating problem with VC++ Pin
l a u r e n21-Dec-00 19:41
l a u r e n21-Dec-00 19:41 
GeneralRe: Very aggravating problem with VC++ Pin
Julien19-Dec-00 16:35
Julien19-Dec-00 16:35 
GeneralRe: Very aggravating problem with VC++ Pin
Josh Knox21-Dec-00 5:04
Josh Knox21-Dec-00 5:04 
GeneralRe: Very aggravating problem with VC++ Pin
Julien21-Dec-00 11:01
Julien21-Dec-00 11:01 
GeneralA error occur when calling the StretchBlt function.Please help me. Pin
Huabing Yan19-Dec-00 1:04
Huabing Yan19-Dec-00 1:04 
GeneralRe: A error occur when calling the StretchBlt function.Please help me. Pin
Christian Graus19-Dec-00 11:09
protectorChristian Graus19-Dec-00 11:09 
GeneralThank you! I have succeeded. Pin
Huabing Yan19-Dec-00 14:58
Huabing Yan19-Dec-00 14:58 
GeneralSuperGrid Pin
18-Dec-00 23:57
suss18-Dec-00 23:57 
GeneralRe: SuperGrid Pin
19-Dec-00 2:37
suss19-Dec-00 2:37 
GeneralProblem with Access file and Class Wizard Pin
Wolfram Steinke18-Dec-00 23:05
Wolfram Steinke18-Dec-00 23:05 
GeneralRe: Problem with Access file and Class Wizard Pin
Steve Driessens19-Dec-00 2:01
Steve Driessens19-Dec-00 2:01 
GeneralRe: Problem with Access file and Class Wizard Pin
19-Dec-00 2:22
suss19-Dec-00 2:22 
GeneralCreating Single instance Application Pin
18-Dec-00 17:24
suss18-Dec-00 17:24 
GeneralRe: Creating Single instance Application Pin
Kannan18-Dec-00 18:15
Kannan18-Dec-00 18:15 
GeneralRe: Creating Single instance Application Pin
Bartosz Lizak20-Dec-00 0:06
Bartosz Lizak20-Dec-00 0:06 
Questionhow to use timers in a non MFC class? Pin
Joan M18-Dec-00 11:21
professionalJoan M18-Dec-00 11:21 
AnswerRe: how to use timers in a non MFC class? Pin
Bartosz Lizak18-Dec-00 21:54
Bartosz Lizak18-Dec-00 21:54 

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.