[hlcoders] STL with HL SDK

2003-07-04 Thread [EMAIL PROTECTED]
I have not tried this, but does anyone know if there are any issues with using the Standard Template Library with the HL SDK? Thanks! ___ To unsubscribe, edit your list preferences, or view the list archives, please visit:

Re: [hlcoders] STL with HL SDK

2003-07-04 Thread Cortex
nop, it works great :) -= Michaƫl Cortex Monerau =- [EMAIL PROTECTED] wrote: I have not tried this, but does anyone know if there are any issues with using the Standard Template Library with the HL SDK? Thanks! ___ To unsubscribe, edit your

Re: [hlcoders] STL with HL SDK

2003-07-04 Thread botman
I have not tried this, but does anyone know if there are any issues with using the Standard Template Library with the HL SDK? I think other people have had success using STL within the Half-Life SDK. It seems to give a little more trouble for Linux newbies trying to get the proper

Re: [hlcoders] STL with HL SDK

2003-07-04 Thread Alfred
Just make sure to statically link the libstc++ library (look in /usr/lib/gcc-lib for a file called libstc++something.a and add that to the linking stage of the linux binary). For windows, shouldn't be a problem :) botman wrote: I have not tried this, but does anyone know if there are any issues

Re: [hlcoders] STL with HL SDK

2003-07-04 Thread [EMAIL PROTECTED]
Alfred, Botman, and Cortex, Thanks for the info! Alfred wrote: Just make sure to statically link the libstc++ library (look in /usr/lib/gcc-lib for a file called libstc++something.a and add that to the linking stage of the linux binary). For windows, shouldn't be a problem :) botman wrote: I

Re: [hlcoders] STL with HL SDK

2003-07-04 Thread Martin Webrant
: Friday, July 04, 2003 11:39 PM Subject: Re: [hlcoders] STL with HL SDK Alfred, Botman, and Cortex, Thanks for the info! Alfred wrote: Just make sure to statically link the libstc++ library (look in /usr/lib/gcc-lib for a file called libstc++something.a and add that to the linking stage

Re: [hlcoders] STL with HL SDK

2003-07-04 Thread Alfred
cut a few things out and only use a STL version with headerfiles. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 04, 2003 11:39 PM Subject: Re: [hlcoders] STL with HL SDK Alfred, Botman, and Cortex, Thanks for the info! Alfred wrote: Just make sure