Squeak SmalltalkJoker Squeak Smalltalk : Tools Tricks Usage : prevnext Visualworks File In Source Code

> Does anybody know a good way to port my classes from squeak to
> visual works.

Assuming your code uses PackageInfo conventions, you can use
PackageInfo-Exporters from SqueakMap.  Once installed, try
VW5PackageExporter fileOutPackageNamed: 'MyPackage'
--
Another way may be Rosetta Project.