Answers

Question and Answer:

  Home  Win32API

⟩ In Win32 application can we use CString datatype?

A faik 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.

 208 views

More Questions for you: