Click here to Skip to main content
15,912,756 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Using microsoft STL and STLport in same project Pin
Stuart Dootson30-Jun-09 4:59
professionalStuart Dootson30-Jun-09 4:59 
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 
Vishal Kumar Soni wrote:
Those error have been removed with this setting but now another error is coming as following:


No - you misunderstood me. I suggested using cl /p to generate a pre-processed version of your file to see what code the compiler was really seeing. That gets rid of the error you were seeing because the compiler isn't run - so object code isn't generated for that file (AgencyObject.cpp, I guess).

So. If you do cl /p AgencyObject.cpp, you'll get a file called AgencyObject.i. This will contain the code that the pre-processor produces. All comments have been removed, all macros have been substituted with their definitions. In this file, you can see what the compiler sees when it produces the error messages about allocator_type and value_type and hopefully you'll realise why the error's happening.

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

GeneralRe: Using microsoft STL and STLport in same project Pin
Vishal Kumar Soni1-Jul-09 5:07
Vishal Kumar Soni1-Jul-09 5:07 
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 

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.