Pharo 2.0 and ODBC

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
24 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: Pharo 2.0 and ODBC

FDominicus
To everyone intersted/involved. I downloaded a new virtual machine today
and the same code which has crashed the virtual machine, simply works on
the new Virtual machine. The machine I'm using is:
'NBCoInterpreter NativeBoost-CogPlugin-GuillermoPolito.19 uuid: acc98e51-2fba-4841-a965-2975997bba66 May 31 2013
NBCogit NativeBoost-CogPlugin-GuillermoPolito.19 uuid: acc98e51-2fba-4841-a965-2975997bba66 May 31 2013
git://gitorious.org/cogvm/blessed.git Commit: 0f562e0afe14e533470278943b5d65d42ea133c2 Date: 2013-05-30 16:38:08 +0200 By: Igor Stasenko <[hidden email]> Jenkins build #14595
'

So well it seems it was not my 32-bit libraries but something broken
withing Pharo and/or the FFI area. I'm sorry, but I do not know the
changes  applied to my last used VirtualMachine

Anyway i can use the ODBC stuff from withing Pharo on my Linux box now
to access an .mdb file

Regards
Friedrich

--
Q-Software Solutions GmbH; Sitz: Bruchsal; Registergericht: Mannheim
Registriernummer: HRB232138; Geschaeftsfuehrer: Friedrich Dominicus

Reply | Threaded
Open this post in threaded view
|

Re: Pharo 2.0 and ODBC

Stéphane Ducasse
Thanks for your feedback.
We would love to provide a better infrastructure. It just takes time.

Stef

On Jul 4, 2013, at 12:02 PM, Friedrich Dominicus <[hidden email]> wrote:

> To everyone intersted/involved. I downloaded a new virtual machine today
> and the same code which has crashed the virtual machine, simply works on
> the new Virtual machine. The machine I'm using is:
> 'NBCoInterpreter NativeBoost-CogPlugin-GuillermoPolito.19 uuid: acc98e51-2fba-4841-a965-2975997bba66 May 31 2013
> NBCogit NativeBoost-CogPlugin-GuillermoPolito.19 uuid: acc98e51-2fba-4841-a965-2975997bba66 May 31 2013
> git://gitorious.org/cogvm/blessed.git Commit: 0f562e0afe14e533470278943b5d65d42ea133c2 Date: 2013-05-30 16:38:08 +0200 By: Igor Stasenko <[hidden email]> Jenkins build #14595
> '
>
> So well it seems it was not my 32-bit libraries but something broken
> withing Pharo and/or the FFI area. I'm sorry, but I do not know the
> changes  applied to my last used VirtualMachine
>
> Anyway i can use the ODBC stuff from withing Pharo on my Linux box now
> to access an .mdb file
>
> Regards
> Friedrich
>
> --
> Q-Software Solutions GmbH; Sitz: Bruchsal; Registergericht: Mannheim
> Registriernummer: HRB232138; Geschaeftsfuehrer: Friedrich Dominicus
>


Reply | Threaded
Open this post in threaded view
|

Re: Pharo 2.0 and ODBC

FDominicus
Stéphane Ducasse <[hidden email]> writes:

> Thanks for your feedback.
> We would love to provide a better infrastructure. It just takes time.
Well I remember Matinez writing about hacking the vm. Something about
how to debug the VM and libraries and FFI, would have helped me (I
guess) I'm not that afraid of C but at the edge between Pharo Smalltalk
and C libraries ... Well I guess that simple is not something for the
faint of heart ;-)

Regards
Friedrich


--
Q-Software Solutions GmbH; Sitz: Bruchsal; Registergericht: Mannheim
Registriernummer: HRB232138; Geschaeftsfuehrer: Friedrich Dominicus

Reply | Threaded
Open this post in threaded view
|

Re: Pharo 2.0 and ODBC

Stephan Eggermont-3
In reply to this post by FDominicus
Good to see it working.
Where do I find the announcements of changes to the VM?  
In Pharo-Dev there are the nice mails by Marcus for the image changes.

Stephan

12