Re: [Pharo-project] Loading FFI into Pharo?

2010-10-23 Thread David T. Lewis
On Fri, Oct 22, 2010 at 10:40:50AM +0200, Mariano Martinez Peck wrote: On Fri, Oct 22, 2010 at 10:33 AM, Friedrich Dominicus fr...@q-software-solutions.de wrote: Mariano Martinez Peck marianop...@gmail.com writes: On Fri, Oct 22, 2010 at 10:05 AM, Friedrich Dominicus

Re: [Pharo-project] Loading FFI into Pharo?

2010-10-22 Thread Friedrich Dominicus
Friedrich Dominicus fr...@q-software-solutions.de writes: Schwab,Wilhelm K bsch...@anest.ufl.edu writes: I haven't had much trouble with it. You can look in the inbox for Migrate (for how I load it) and the DolphinCompatibility package for things that I have added to the ODBC support.

Re: [Pharo-project] Loading FFI into Pharo?

2010-10-22 Thread Mariano Martinez Peck
On Fri, Oct 22, 2010 at 10:05 AM, Friedrich Dominicus fr...@q-software-solutions.de wrote: Friedrich Dominicus fr...@q-software-solutions.de writes: Schwab,Wilhelm K bsch...@anest.ufl.edu writes: I haven't had much trouble with it. You can look in the inbox for Migrate (for how I load

Re: [Pharo-project] Loading FFI into Pharo?

2010-10-22 Thread Friedrich Dominicus
Mariano Martinez Peck marianop...@gmail.com writes: On Fri, Oct 22, 2010 at 10:05 AM, Friedrich Dominicus fr...@q-software-solutions.de wrote: Friedrich Dominicus fr...@q-software-solutions.de writes: Schwab,Wilhelm K bsch...@anest.ufl.edu writes: I haven't had much

Re: [Pharo-project] Loading FFI into Pharo?

2010-10-22 Thread Mariano Martinez Peck
On Fri, Oct 22, 2010 at 10:33 AM, Friedrich Dominicus fr...@q-software-solutions.de wrote: Mariano Martinez Peck marianop...@gmail.com writes: On Fri, Oct 22, 2010 at 10:05 AM, Friedrich Dominicus fr...@q-software-solutions.de wrote: Friedrich Dominicus

Re: [Pharo-project] Loading FFI into Pharo?

2010-10-22 Thread Norbert Hartl
On 22.10.2010, at 10:40, Mariano Martinez Peck wrote: On Fri, Oct 22, 2010 at 10:33 AM, Friedrich Dominicus fr...@q-software-solutions.de wrote: Mariano Martinez Peck marianop...@gmail.com writes: On Fri, Oct 22, 2010 at 10:05 AM, Friedrich Dominicus fr...@q-software-solutions.de

Re: [Pharo-project] Loading FFI into Pharo?

2010-10-22 Thread Friedrich Dominicus
Norbert Hartl norb...@hartl.name writes: You don't need a 64 bit image. If you have a 64 bit operating system than you can only execute 64 bit executables. In linux there are 32 bit compatibility libraries. The offer a 32 bit interface and mediate this to 64 bit. So you can run a 32 bit vm

Re: [Pharo-project] Loading FFI into Pharo?

2010-10-22 Thread Mariano Martinez Peck
On Fri, Oct 22, 2010 at 12:42 PM, Friedrich Dominicus fr...@q-software-solutions.de wrote: Norbert Hartl norb...@hartl.name writes: You don't need a 64 bit image. If you have a 64 bit operating system than you can only execute 64 bit executables. In linux there are 32 bit compatibility

[Pharo-project] Loading FFI into Pharo?

2010-10-21 Thread Friedrich Dominicus
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? Regards Friedrich

Re: [Pharo-project] Loading FFI into Pharo?

2010-10-21 Thread Friedrich Dominicus
Friedrich Dominicus fr...@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

Re: [Pharo-project] Loading FFI into Pharo?

2010-10-21 Thread Schwab,Wilhelm K
...@lists.gforge.inria.fr] On Behalf Of Friedrich Dominicus [fr...@q-software-solutions.de] Sent: Thursday, October 21, 2010 9:06 AM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] Loading FFI into Pharo? Friedrich Dominicus fr...@q-software-solutions.de writes: In the end

Re: [Pharo-project] Loading FFI into Pharo?

2010-10-21 Thread Friedrich Dominicus
Schwab,Wilhelm K bsch...@anest.ufl.edu writes: I haven't had much trouble with it. You can look in the inbox for Migrate (for how I load it) and the DolphinCompatibility package for things that I have added to the ODBC support. Are there any usage examples for ODBC and Pharo or is it go out