Click here to Skip to main content
15,895,011 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Using microsoft STL and STLport in same project Pin
led mike30-Jun-09 5:01
led mike30-Jun-09 5:01 
GeneralRe: Using microsoft STL and STLport in same project Pin
Vishal Kumar Soni30-Jun-09 6:28
Vishal Kumar Soni30-Jun-09 6:28 
GeneralRe: Using microsoft STL and STLport in same project Pin
Stuart Dootson30-Jun-09 6:56
professionalStuart Dootson30-Jun-09 6:56 
GeneralRe: Using microsoft STL and STLport in same project Pin
Vishal Kumar Soni30-Jun-09 23:25
Vishal Kumar Soni30-Jun-09 23:25 
GeneralRe: Using microsoft STL and STLport in same project Pin
Stuart Dootson1-Jul-09 0:33
professionalStuart Dootson1-Jul-09 0:33 
GeneralRe: Using microsoft STL and STLport in same project Pin
Vishal Kumar Soni1-Jul-09 4:23
Vishal Kumar Soni1-Jul-09 4:23 
GeneralRe: Using microsoft STL and STLport in same project Pin
Stuart Dootson1-Jul-09 4:30
professionalStuart Dootson1-Jul-09 4:30 
GeneralRe: Using microsoft STL and STLport in same project Pin
Vishal Kumar Soni1-Jul-09 5:07
Vishal Kumar Soni1-Jul-09 5:07 
In AgencyObject.cpp file, I included CStdSting.h. So I checked the AgnecyObject.i file and macros are coming like following

template<typename CT>
class _SS : public stlp_std::basic_string<CT>
{

typedef stlp_std::basic_string<CT> MYBASE;


typedef _SS<CT> MYTYPE;
typedef MYBASE::const_pointer PCMYSTR;
typedef MYBASE::pointer PMYSTR;
typedef MYBASE::iterator MYITER;
typedef MYBASE::const_iterator MYCITER;
typedef MYBASE::size_type MYSIZE;
typedef MYBASE::value_type MYVAL;
typedef MYBASE::allocator_type MYALLOC;


VS8 is giving the error for last 2
typedef MYBASE::value_type MYVAL;
typedef MYBASE::allocator_type MYALLOC;

Regards,
Vishal Soni
GeneralRe: Using microsoft STL and STLport in same project Pin
Stuart Dootson1-Jul-09 5:37
professionalStuart Dootson1-Jul-09 5:37 
GeneralRe: Using microsoft STL and STLport in same project Pin
Vishal Kumar Soni1-Jul-09 6:02
Vishal Kumar Soni1-Jul-09 6:02 
GeneralRe: Using microsoft STL and STLport in same project Pin
AVIJIT NANDI7-Feb-10 19:53
AVIJIT NANDI7-Feb-10 19:53 
QuestionRe: Using microsoft STL and STLport in same project Pin
AVIJIT NANDI7-Feb-10 20:04
AVIJIT NANDI7-Feb-10 20:04 
AnswerRe: Using microsoft STL and STLport in same project Pin
Vishal Kumar Soni9-Feb-10 17:46
Vishal Kumar Soni9-Feb-10 17:46 
GeneralRe: Using microsoft STL and STLport in same project Pin
AVIJIT NANDI9-Feb-10 18:45
AVIJIT NANDI9-Feb-10 18:45 
GeneralRe: Using microsoft STL and STLport in same project Pin
sbansal714-Sep-11 14:38
sbansal714-Sep-11 14:38 
QuestionMy codecvt (a.k.a. facet) never gets called. Pin
John R. Shaw27-Jun-09 9:35
John R. Shaw27-Jun-09 9:35 
AnswerRe: My codecvt (a.k.a. facet) never gets called. Pin
Stuart Dootson28-Jun-09 23:37
professionalStuart Dootson28-Jun-09 23:37 
GeneralRe: My codecvt (a.k.a. facet) never gets called. Pin
John R. Shaw29-Jun-09 2:43
John R. Shaw29-Jun-09 2:43 
GeneralRe: My codecvt (a.k.a. facet) never gets called. Pin
Stuart Dootson29-Jun-09 3:16
professionalStuart Dootson29-Jun-09 3:16 
QuestionPossible to have a two-way Associative Arrays Pin
ComplexLifeForm25-Jun-09 2:30
ComplexLifeForm25-Jun-09 2:30 
AnswerRe: Possible to have a two-way Associative Arrays Pin
Andy Moore25-Jun-09 6:09
Andy Moore25-Jun-09 6:09 
GeneralRe: Possible to have a two-way Associative Arrays Pin
Stuart Dootson25-Jun-09 6:10
professionalStuart Dootson25-Jun-09 6:10 
AnswerRe: Possible to have a two-way Associative Arrays Pin
Stuart Dootson25-Jun-09 6:09
professionalStuart Dootson25-Jun-09 6:09 
GeneralRe: Possible to have a two-way Associative Arrays Pin
Kevin McFarlane4-Jul-09 6:01
Kevin McFarlane4-Jul-09 6:01 
GeneralRe: Possible to have a two-way Associative Arrays Pin
Stuart Dootson4-Jul-09 7:49
professionalStuart Dootson4-Jul-09 7:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.