Squeak Source to VW

Avi Bryant avi at beta4.com
Tue Jun 29 17:28:26 UTC 2004


On Jun 29, 2004, at 10:13 AM, Marco Paga wrote:

> Hi.
> Does anybody know a good way to port my classes from squeak to visual 
> works. I
> tried to simply file in .st files, and searched the web. I found a 
> project
> ( http://cvstproj.sourceforge.net/ ) that seems to be dead.

Assuming your code uses PackageInfo conventions, you can use 
PackageInfo-Exporters from SqueakMap.  Once installed, try

VW5PackageExporter fileOutPackageNamed: 'MyPackage'

Avi




More information about the Squeak-dev mailing list