Oleg Kobchenko wrote:
The domain error is correct. Pointer argument means "pass address of memory location", and result is a "value argument", there is no address to pass, result is returned in a register and read by caller.
But why this is OK? 'kernel32 LoadLibraryA * *c'&cd <'cat' -- regards, bill ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
