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
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 |
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 |
win 3.1 supports which type of multi tasking?
describe process of creating a new class of windows ??
java is pure object oriented programming language why?
what is the function to repaint a window immediately?
What is System call executable binary file into a process?
What are the COM components
2 Answers SunSoft Technologies,
what are the design patterns of an MFC application
5 Answers Samsung, SunSoft Technologies,
What is GDI object?
what is the difference between MFC and Win32
5 Answers ArisGlobal, Microsoft,
how radio button is active in dialog box?
what API used to hide window
What is Win32?
14 Answers AAA, Genpact, HCL, Wipro,