Cstring with ATL
-
how can i use CString with ATL in Visual Studio .NET?
-
how can i use CString with ATL in Visual Studio .NET?
Avi Laviad wrote: how can i use CString with ATL in Visual Studio .NET? #include <atlstr.h> ... to use ATL::CString or #include <atlmisc.h> ... to use WTL::CString Greetings, Ralph
-
Avi Laviad wrote: how can i use CString with ATL in Visual Studio .NET? #include <atlstr.h> ... to use ATL::CString or #include <atlmisc.h> ... to use WTL::CString Greetings, Ralph
Ralph Wetzel wrote: #include ... to use ATL::CString #include ... to use WTL::CString I Couldn't find these two file in both of my compiler i.e. Visual Studio 6.0 and Visual Studio .Net. Could you please tell how to use this two class. thanks
"I Think this Will Help"
visit me at http://www.thisisalok.tk
-
Avi Laviad wrote: how can i use CString with ATL in Visual Studio .NET? #include <atlstr.h> ... to use ATL::CString or #include <atlmisc.h> ... to use WTL::CString Greetings, Ralph
it worked fine, 10x!
-
Ralph Wetzel wrote: #include ... to use ATL::CString #include ... to use WTL::CString I Couldn't find these two file in both of my compiler i.e. Visual Studio 6.0 and Visual Studio .Net. Could you please tell how to use this two class. thanks
"I Think this Will Help"
visit me at http://www.thisisalok.tk
You need atlmisc.h which comes with the other WTL headers you have to download from microsoft. Then you need to define _WTL_USE_CSTRING to forward declare the CString class. Look at the Beginner WTL tutorials here at codeproject (for example WTL for MFC programmers Part II covers including CString right at the beginning) --Constantin
-
You need atlmisc.h which comes with the other WTL headers you have to download from microsoft. Then you need to define _WTL_USE_CSTRING to forward declare the CString class. Look at the Beginner WTL tutorials here at codeproject (for example WTL for MFC programmers Part II covers including CString right at the beginning) --Constantin
i am extremly thankful to u! Thanks once again.
"I Think this Will Help"
visit me at http://www.thisisalok.tk