Squeak.dll

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

Squeak.dll

Ang BeePeng
Hi all.

I compile SqueakVm as a DLL with some changes. Basically, Squeak.dll will take a string from main.exe, execute, and return to main.exe. Details are at
http://askoh.com/mwiki/index.php?title=SqueakDLL

Short video http://askoh.com/squeakdll/video/20100401/

Please advice.

Thanks.

Ang Beepeng
Reply | Threaded
Open this post in threaded view
|

Re: Squeak.dll

EstebanLM
 
Hi,
This is very cool :)
Do you thing it would be possible to use Squeak.dll in conjunction with
xulrunner, to produce a unique application? (current I run my desktop
applications this way: execute squeak (pharo), then with OSProcess
start xulrunner...  I think with your Squeak.dll I can add it directly
to xulrunner :)
Is there any instructions on compile the Squeak.dll?

Cheers,
Esteban

On 2010-04-02 04:39:58 -0300, Ang BeePeng <[hidden email]> said:

>
>
> Hi all.
>
> I compile SqueakVm as a DLL with some changes. Basically, Squeak.dll will
> take a string from main.exe, execute, and return to main.exe. Details are at
> http://askoh.com/mwiki/index.php?title=SqueakDLL
>
> Short video http://askoh.com/squeakdll/video/20100401/
>
> Please advice.
>
> Thanks.
>
> Ang Beepeng



Reply | Threaded
Open this post in threaded view
|

Re: Squeak.dll

Ang BeePeng
Hi,

I build my Squeak.dll with Visual Studio 2008. I've the solution (main.exe + Squeak.dll + plugins) compressed as a zip file.

http://askoh.com/squeakdll/20100330/SqueakDLL-20100330.zip

Hope it helps.

Thanks.

Ang Beepeng