Varlock wrote: > > code into source files instead. I decided to make it inline, but THAT didn't > work at all. It was giving me unresolved external errors even though the > function existed. When I took out the inline keyword, it compiled. I tested, > and it worked great!
Inline functions have to be defined in header files. Almsot none of the curret compilers can handle inline functions defined in source files. Florian. _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

