Bryce wrote: > Does it really work for virtual functions? Wouldn't java interface calls > etc confuse it? It should work for C++ virtual functions (and, presumably, java virtuals), but the linker will need to be taught about interfaces. AG