Click here to Skip to main content
15,894,740 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: 32bit client talking to a 64bit local server Pin
Stuart Dootson4-Jul-09 5:35
professionalStuart Dootson4-Jul-09 5:35 
GeneralRe: 32bit client talking to a 64bit local server Pin
Kannan Ramanathan4-Jul-09 7:25
Kannan Ramanathan4-Jul-09 7:25 
GeneralRe: 32bit client talking to a 64bit local server Pin
Kannan Ramanathan5-Jul-09 3:13
Kannan Ramanathan5-Jul-09 3:13 
GeneralRe: 32bit client talking to a 64bit local server Pin
Kannan Ramanathan5-Jul-09 19:43
Kannan Ramanathan5-Jul-09 19:43 
GeneralRe: 32bit client talking to a 64bit local server Pin
Stuart Dootson5-Jul-09 21:55
professionalStuart Dootson5-Jul-09 21:55 
GeneralRe: 32bit client talking to a 64bit local server Pin
Kannan Ramanathan5-Jul-09 23:17
Kannan Ramanathan5-Jul-09 23:17 
QuestionUsing microsoft STL and STLport in same project Pin
Vishal Kumar Soni30-Jun-09 0:02
Vishal Kumar Soni30-Jun-09 0:02 
AnswerRe: Using microsoft STL and STLport in same project Pin
Stuart Dootson30-Jun-09 3:13
professionalStuart Dootson30-Jun-09 3:13 
IIRC, STLPort doesn't use namespace std - it uses something like _STL and uses a macro (#define std _STLPORT) to make that look like std in the code that uses STLPort.

You (obviously) need to make that distinction more explicit - I suspect you might be able to get your system to work by getting creative with macros.

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 Soni30-Jun-09 4:51
Vishal Kumar Soni30-Jun-09 4:51 
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 
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 

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.