Click here to Skip to main content
15,913,669 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralChange view in OnNewDocument Pin
Clinton James15-May-01 9:28
Clinton James15-May-01 9:28 
GeneralRe: Change view in OnNewDocument Pin
Tomasz Sowinski15-May-01 10:00
Tomasz Sowinski15-May-01 10:00 
GeneralRe: Change view in OnNewDocument Pin
Clinton James16-May-01 4:45
Clinton James16-May-01 4:45 
Generalneed one example Pin
15-May-01 9:00
suss15-May-01 9:00 
GeneralRe: need one example Pin
Christian Graus15-May-01 22:57
protectorChristian Graus15-May-01 22:57 
GeneralCScrollView question Pin
Richard Cheng15-May-01 8:19
Richard Cheng15-May-01 8:19 
GeneralError message??!!!!! Pin
Richard Cheng15-May-01 7:41
Richard Cheng15-May-01 7:41 
GeneralRe: Error message??!!!!! Pin
Tomasz Sowinski15-May-01 7:54
Tomasz Sowinski15-May-01 7:54 
Your project is configured to use precompiled headers. Usually precompiled headers are included in the stdafx.h file. To solve your problem do one of the following:

(a) put the line
#include "stdafx.h"

in your .c files

(b)
go to FileView in the workspace window. Right-click on your .c file and select "Settings". Go to C/C++ page and select "Precompiled headers" category. Click on "Not using precompiled headers" and OK. YOu have to repeat this for all .c files.


Tomasz Sowinski -- http://www.shooltz.com.pl
GeneralRe: Error message??!!!!! Pin
Richard Cheng15-May-01 8:12
Richard Cheng15-May-01 8:12 
GeneralDialog vs MDI Pin
mr200315-May-01 6:50
mr200315-May-01 6:50 
GeneralRe: Dialog vs MDI Pin
15-May-01 21:36
suss15-May-01 21:36 
Questionhow to clear a listbox control Pin
15-May-01 5:39
suss15-May-01 5:39 
AnswerRe: how to clear a listbox control Pin
15-May-01 6:44
suss15-May-01 6:44 
AnswerRe: how to clear a listbox control Pin
Gunnar Mätzler15-May-01 21:05
Gunnar Mätzler15-May-01 21:05 
GeneralOnOpenDocument Pin
15-May-01 5:23
suss15-May-01 5:23 
Questionhow to point to a list item Pin
hearties15-May-01 1:30
hearties15-May-01 1:30 
AnswerRe: how to point to a list item Pin
Tomasz Sowinski15-May-01 1:39
Tomasz Sowinski15-May-01 1:39 
GeneralRe: how to point to a list item Pin
hearties15-May-01 1:46
hearties15-May-01 1:46 
GeneralRe: how to point to a list item Pin
Tomasz Sowinski15-May-01 1:59
Tomasz Sowinski15-May-01 1:59 
GeneralSoftware Security Pin
Gunnar Mätzler15-May-01 1:23
Gunnar Mätzler15-May-01 1:23 
GeneralRe: Software Security Pin
Tomasz Sowinski15-May-01 1:37
Tomasz Sowinski15-May-01 1:37 
GeneralRe: Software Security Pin
Gunnar Mätzler15-May-01 6:22
Gunnar Mätzler15-May-01 6:22 
GeneralRe: Software Security Pin
Tomasz Sowinski15-May-01 7:39
Tomasz Sowinski15-May-01 7:39 
GeneralRe: Software Security Pin
Anders Molin15-May-01 1:37
professionalAnders Molin15-May-01 1:37 
GeneralRe: Software Security Pin
Jon Shute15-May-01 23:10
Jon Shute15-May-01 23:10 

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.