Click here to Skip to main content
15,927,127 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Calling one dialog from the other Pin
David Crow13-Aug-08 3:36
David Crow13-Aug-08 3:36 
GeneralRe: Calling one dialog from the other Pin
bhanu_850915-Aug-08 21:49
bhanu_850915-Aug-08 21:49 
GeneralRe: Calling one dialog from the other Pin
David Crow16-Aug-08 11:36
David Crow16-Aug-08 11:36 
Questionfatal error Pin
santhoshv8410-Aug-08 20:16
santhoshv8410-Aug-08 20:16 
AnswerRe: fatal error Pin
_AnsHUMAN_ 10-Aug-08 20:39
_AnsHUMAN_ 10-Aug-08 20:39 
GeneralRe: fatal error Pin
santhoshv8410-Aug-08 20:49
santhoshv8410-Aug-08 20:49 
GeneralRe: fatal error Pin
santhoshv8410-Aug-08 22:04
santhoshv8410-Aug-08 22:04 
AnswerRe: fatal error Pin
noxmortis12-Aug-08 5:09
noxmortis12-Aug-08 5:09 
To fix by checking the following possible causes:

1. File does not exist.

2. File, subdirectory, or disk is read-only.

3. No access permission for file or directory.

4. Not enough file handles. Close some applications and recompile.

5. The INCLUDE environment variable is set incorrectly.

This is my suggestion. For the Visual Studio please look
under "Tools - Options - Projects an Solutions --> VC++ Directories" for
the include files directories that the Visual Studio uses to search for include files.
There you can add this directory.

6. An #include directive uses double quotation marks around a path specification, which causes the standard directories to be skipped.

7. You did not specify /clr and your program uses CLR constructs.

8. You attempted to compile a single file in the project without first compiling stdafx.cpp. Before you can compile a single file in the project, you need to compile stdafx.cpp. In the case of the /analyze (Enterprise Code Analysis) compiler option, you will need to use the same /analyze setting for stdafx.cpp that you use for the .cpp file.
AnswerRe: fatal error Pin
Stephen Hewitt10-Aug-08 21:36
Stephen Hewitt10-Aug-08 21:36 
AnswerRe: fatal error Pin
venera_soft11-Aug-08 0:14
venera_soft11-Aug-08 0:14 
GeneralRe: fatal error Pin
David Crow11-Aug-08 4:00
David Crow11-Aug-08 4:00 
QuestionHow to open an .trp file using thread? Pin
AnithaSubramani10-Aug-08 20:11
AnithaSubramani10-Aug-08 20:11 
AnswerRe: How to open an .trp file using thread? Pin
_AnsHUMAN_ 10-Aug-08 20:22
_AnsHUMAN_ 10-Aug-08 20:22 
GeneralRe: How to open an .trp file using thread? Pin
AnithaSubramani10-Aug-08 20:49
AnithaSubramani10-Aug-08 20:49 
GeneralRe: How to open an .trp file using thread? Pin
SandipG 10-Aug-08 21:18
SandipG 10-Aug-08 21:18 
GeneralRe: How to open an .trp file using thread? Pin
_AnsHUMAN_ 10-Aug-08 21:33
_AnsHUMAN_ 10-Aug-08 21:33 
QuestionCreate registration dialog in SDI mfc application. Pin
Le@rner10-Aug-08 19:52
Le@rner10-Aug-08 19:52 
AnswerRe: Create registration dialog in SDI mfc application. Pin
_AnsHUMAN_ 10-Aug-08 20:04
_AnsHUMAN_ 10-Aug-08 20:04 
QuestionRe: Create registration dialog in SDI mfc application. Pin
Rajesh R Subramanian10-Aug-08 20:11
professionalRajesh R Subramanian10-Aug-08 20:11 
Questionrun threads after a fix interval , this interval can be different for different threads Pin
anilaabc10-Aug-08 19:15
anilaabc10-Aug-08 19:15 
AnswerRe: run threads after a fix interval , this interval can be different for different threads Pin
Mark Salsbery10-Aug-08 20:55
Mark Salsbery10-Aug-08 20:55 
QuestionAdmin privillage in limited account Pin
pooja_friends10-Aug-08 19:14
pooja_friends10-Aug-08 19:14 
QuestionLinking C library in C++ application Pin
Yashusid10-Aug-08 18:57
Yashusid10-Aug-08 18:57 
AnswerRe: Linking C library in C++ application Pin
Stephen Hewitt10-Aug-08 21:37
Stephen Hewitt10-Aug-08 21:37 
Questionallocating and deallocating memory Pin
anilaabc10-Aug-08 18:45
anilaabc10-Aug-08 18:45 

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.