[SqueakDBX] SqueakDBX Error(Cannot use integer as pointer)

"S.J.Chun" chunsj at embian.com
Mon Jul 6 23:51:36 UTC 2009


Hi,

I've tested with squeak 3.10.2 with ffi and squeakdbx 1.0 but encountered following error:

Cannot use integer as pointer 

at apiInitialize: handle backend: backend host: host port: port
which seems to related with FFI.

My test code is;

| cs c |
cs _ DBXConnectionSettings	host: 'localhost'	port: 3306	database: 'test'	userName: 'root'	userPassword: 'test'.
c _ DBXConnection platform: DBXSqlitePlatform new settings: cs.
c connect.
c open.
c close.
c disconnect.


More information about the SqueakDBX mailing list