In win32 application if defining a variable of CString then
it gives the error "CString:Undeclared identifier" how to
solve the problem? What headerfile need to include??

Answers were Sorted based on User's Feedback



In win32 application if defining a variable of CString then it gives the error "CString:Undec..

Answer / lasthope

Afaik CString is a MFC class. You cannot use it in win32
application unless you set your application to use MFC
libraries. To use MFC in win32 application, go to project
settings and in general tab, set it to use MFC libraries in
shared DLL. Then you can include MFC framework files like
afxwin.h.

Is This Answer Correct ?    9 Yes 2 No

In win32 application if defining a variable of CString then it gives the error "CString:Undec..

Answer / nandu

yes,CString is a MFC class, so we cant use here.. in place
of that we can use std:wstring type (with header file
#include "stdlib.h")...:)-

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Win32API Interview Questions

how radio button is active in dialog box?

1 Answers  


What Message to limit the size of window?

0 Answers  


How will we unable and disable services in win 7 ?

2 Answers   McAfee, Microsoft,


What is preemption ? context switching ?

3 Answers  


System call executable binary file into a process

2 Answers  






what is the function to repaint a window immediately?

2 Answers  


win 3.1 supports which type of multi tasking?

2 Answers   TISL,


what is the difference between MFC and Win32

5 Answers   ArisGlobal, Microsoft,


What is System call executable binary file into a process?

0 Answers  


In Win32 application can we use CString datatype?

4 Answers  


How to load Bitmap at Dialogbakground in an MFC application?

1 Answers   SunSoft Technologies,


What is Function entry for DLL in win3.1?

0 Answers  


Categories