> We are interested in it :)
> If I recall well Pablo got one version somewhere.
Me too :-) Unfortunately, I only have time for 'weekend' projects, and
any help is appreciated :-)
Regarding the uFFI calls, is it possible to pass Win32WideString in a
similar fashion as a String - or where to
From your snippets it looks like you want to do COM Automation on Windows.
Maybe you should have a look at: https://github.com/tesonep/pharo-com
Bye
T.
Gesendet: Donnerstag, 12. September 2019 um 11:08 Uhr
Von: "Tomaž Turk"
An: "Any question about pharo is welcome"
Betreff: Re: [Pharo-us
On Thu, 12 Sep 2019 at 18:08, Torsten Bergmann wrote:
> From your snippets it looks like you want to do COM Automation on Windows.
>
> Maybe you should have a look at: https://github.com/tesonep/pharo-com
>
Does that by chance include an implementation of "MS-CFB" Microsoft
Compound File Binary
> Why you changed `printSymbol: aClass name`
> for `nextPutAll: aClass name`?
Because there is no #printSymbol: anywhere in Pharo 7 or Pharo 8> ,
so I had to *guess* what it does, and the only reason I could see for
using #printSymbol: instead of #print: is that class names are symbols
and #print:
There are some aspects of the "Covenant" that rub me up the wrong way.
I note that the only part of it where anyone actually promises to do
(or not do) anything is the "Pledge", which rather pointedly refrains
from treating people with different political viewpoints (like gun
ownership, or like TER
> Maybe you should have a look at: https://github.com/tesonep/pharo-com
Thanks for the link, I'll check it out - that's probably the work Steph
has mentioned.
Best wishes,
Tomaz