Oct. 21, 2010
1:06 p.m.
Friedrich Dominicus <frido@q-software-solutions.de> writes:
In the end I'm trying to get ODBC running Pharo 1.1. I checked the docs and this should work:
ScriptLoader loadFFI.
for loading the FFI stuff. If I try that I get the message that this selector is unkwown. What am I supposed to do to get it known? Ok the magic incarnaton is using ConfigurationOfFFI. well let's see if it helps to get odbc running ;-)
Friedrich