Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

what API used to hide window

2 Answers  


How will we unable and disable services in win 7 ?

2 Answers   McAfee, Microsoft,


java is pure object oriented programming language why?

3 Answers   HCL,


what are the design patterns of an MFC application

5 Answers   Samsung, SunSoft Technologies,


How to load Bitmap at Dialogbakground in an MFC application?

1 Answers   SunSoft Technologies,


What is preemption ? context switching ?

3 Answers  


how radio button is active in dialog box?

1 Answers  


describe process of creating a new class of windows ??

1 Answers  


Function entry for DLL in win3.1

3 Answers  


Message to limit the size of window

3 Answers  


About GDI object?

2 Answers  


What is Win32?

14 Answers   AAA, Genpact, HCL, Wipro,


Categories