On 4/nov/2005, at 11:42, Yaroslav Kavenchuk wrote:
Luis Oliveira wrote:
That's odd. UFFI's make-pointer is a macro. What code is trying to funcall make-pointer?
Only here:
odbc-api.lisp:
(defun %set-attr-odbc-version (henv version) (with-error-handling (:henv henv) (SQLSetEnvAttr henv $SQL_ATTR_ODBC_VERSION (make-pointer version :void) 0)))
Hmm, are you sure that's where the error is? Can you paste the backtrace when FUNCALL throws that error?