From: Bjorn B. <d00...@dt...> - 2004-01-04 23:12:40
|
Krasimir Angelov wrote: > I have applied your patch to the current=20 > HSQL repository. The patch worked well but only for > UnixODBC. I rewrote some pieces of the code and now it > works well under both Linux and Windows for both GHC > and Hugs. The PostgreSQL and MySQL bindinds are still=20 > not tested with Hugs. Great. Though I seem to be having some problems using the ODBC driver with Hugs=20 on Linux: $ ./configure --enable-hugs --enable-odbc ... $ make ... /usr//bin/ffihugs -98 +G +L"-IODBC" ODBC/HSQL.hs runhugs: Error occurred ERROR "ODBC/HSQL.hs":74 - Foreign export calling convention "stdcall"=20 not supported It seems like Hugs (November 2003) on Linux doesn't like stdcall. In my=20 original patch I had changed all stdcall:s to ccall:s and that worked.=20 Does that break things under Windows? /Bj=F6rn |