Well downloaded the newst Moosse and lates Pharo VM from here:
http://www.moosetechnology.org/download/5.0
Loading ConfigurationOfODBC from:
MCSqueaksourceRepository
location: 'http://squeaksource.com/ODBC'
user: ''
password: ''
Now in a workspace just type:
ConfigurationOfODBC load.
After a while I get an backtrace. which points to
ExternalClass class initialize
initialize
"ExternalObject initialize"
Smalltalk addToStartUpList: self after: ShortRunArray.
Yes ShortRunArray, is not there any more (that is known) but, just
removing it give the following Error
ffiPrintString: aString
"FFITestLibrary ffiPrintString: 'Hello'"
<cdecl: char'>' expected -> * 'ffiPrintString' (char *)
module:'SqueakFFIPrims'>
^self externalCallFailed
And that's it.
Now where's the bug, in the VM in the image or where else?
Regards
Friedrich