>> i think the (make-buffer 'sql-c-wchar 100) call is causing the error I wrote: > I don't understand why it would cause a bad instruction error. Now I understand. There was a %X in the format string to scheme_signal_error(). There is no support for printing hex numbers in scheme_signal_error(). I've fixed all such calls in the current exp-tagged code. -- Paul