question

Bert Freudenberg bert at isg.cs.uni-magdeburg.de
Mon Jun 18 10:40:17 UTC 2001


On Sun, 17 Jun 2001, Vetal Donchenko wrote:

> Can I use an exported function from a dll,

Yes, using FFI: http://minnow.cc.gatech.edu/squeak/1414

> which i've previosly written in c++

Nope, this is C only. You'd have to write a C wrapper or declare your
functions with C linkage (extern "C").

> in squeak enviroment or propably may be squeak support ole automation?

I don't think it does OLE.

> And can i do it?

Look at the FFI examples (class Win32Window)

-- Bert





More information about the Squeak-dev mailing list