How to download Visual Works, get Store UserId Password ,publish your code in store, Load your
code from store and automatically Highlight your code Visual Works?—by Sandeep Segireddy
1) Download Visual Works- steps
i. Go to this link fill the information then click on submit button
http://www.cincomsmalltalk.com/main/developer-community/non-
commercial/non-commercial-download/
ii. Then you will see a page with different version of Smalltalk, you will need to
click on Cincom VisualWorks
iii. Once the file been downloaded, you will need extra ISO file using winrar or
winzip.
iv. Once you unzip the ISO file you see the setup file in the extracted folder, and
click on it, then just fallow the direction to complete the instillation.
2) Store UserId Password-: Each person in this class will required to have an account on cincom
store to publish or Load his/her work.
STEPS TO GET USERID AND PASSWORD
i. Go to this link : http://www.cincomsmalltalk.com/PublicStoreApp/StoreAccount
ii. Then fill out all required fields, and then hit save button, 5-10 minutes you will
get activated.
3) Publish your code in store, Load your code from store-: STEPS
i. Open Visual Works
ii. Click on + button, name the project , then you will see two
windows. Then you will see two windows on one window, you
will see option called Store , you will see Connect to Repository.
iii. Click in Connect to Repository, in Fields
a. leave Connection Profile blank
b. Interface can be PostgreSQLEXDICConnection or else leave
it blank
c. Environment should be
store.cincomsmalltalk.com:5432_store_public
d. User name: your store User Name
e. Password: your store password
f. Table Owner: BERN
iv. Click on connect
v. Then you should be able to see
store.cincomsmalltalk.com:5432_store_public
vi. Then click on System Browser
vii. When you click on system Browser, it will open System Browser,
which shows all the packages, we can add package by clicking
on package button, then select new package, it will promote a
new dialogbox to type the package, I choose to name my
package as CS2340TestPackage. once I press ok, it will add my
package to the package along with other packages.
viii. To publish my package to store I will find my package from
packages and Right click on my package, then select publish
ix. Once I click on publish, it will ask me version, Blessing level,
Blessing comment. Once I will these three Text Fields I will click
on publish button.
That’s it we are successfully published the Package into store.
4. Load your code from store: STEPS
i. To Load the code simply go the store then click on published items
Once you click on the Published Items , you will see the all the store packages, if you want you can
Load any package you want, if want to load the my package in text felid box you type
cs2340TestPackage, then you will see the package the click on the package, once you click on it, right
side box you will see all the versions of cs2340TestPackage, since we have only one version we would go
to that version, and right click on it, and click on Load, once you load the package it will automatically
displays in your System Browser Window packages.
That’s it we are successfully Loaded the Package from the store Visual Works.