Hello Tim,

> Is it possible to compile UDK with native STL using Microsoft 2003 compiler? 
>   The issue I'm trying to reslove is to blend UDK and BOOST using the same 
> STL.
> 
> Also, can this be done on Linux? ie not using STLPort?
> 
> The problem I'm addressing is not mixing different STL libraries.

I consider mixing two STLs a bad idea, because of possible symbol clashes.
But why is your Boost dependent on a specific STL at all?  AFAIK it is
not, you can use C++ Boost with stlport, as we do.
You can of course try to compile your own UDK using your compiler's STL.

regards,
--Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to