> As hullu kindly pointed out to me, you can check your self by using a > program called 'nm' which will return symbols in a dll provided you left in > debugger code. a U to the left of a symbol would mean its undefied.
Yes, but undefined can still be resolved by an external dynamic shared library (the .so files in /usr/shlib) so just checking for 'U' won't tell you anything unless you already knew that the symbol name should have come from the compiled SDK code and not from an external C/C++/whatever library. Jeffrey "botman" Broome _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

