GST dll

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

GST dll

Ang BeePeng
Hi all.

Can Gnu Smalltalk virtual machine compiled as a dll? If yes, any documentation that I can follow to learn how to do so?

Thanks.

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

Re: GST dll

Paolo Bonzini-2

> Can Gnu Smalltalk virtual machine compiled as a dll? If yes, any
> documentation that I can follow to learn how to do so?

Any build (that is successful...) will build the VM as a dll and install it.

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: GST dll

Ang BeePeng
Hi.

So, that means during start-up, it is not the VM that gets to start up initially, since dll can't be run alone. Am I right? If so, what will the vm.dll link against?

Thanks.

Ang Beepeng


Paolo Bonzini-2 wrote
> Can Gnu Smalltalk virtual machine compiled as a dll? If yes, any
> documentation that I can follow to learn how to do so?

Any build (that is successful...) will build the VM as a dll and install it.

Paolo


_______________________________________________
help-smalltalk mailing list
help-smalltalk@gnu.org
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: GST dll

Paolo Bonzini-2
On 11/21/2009 03:46 PM, Ang Beepeng wrote:
>
> Hi.
>
> So, that means during start-up, it is not the VM that gets to start up
> initially, since dll can't be run alone. Am I right? If so, what will the
> vm.dll link against?

It's the other way round, gst.exe links against libgst.dll.

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk