While the GemStone/S 64 Bit Windows Client provides a number of server utilities that can be run on Windows, the primary purpose of the GemStone/S 64 Bit Windows Client is to provide the libraries that support client applications on Windows, such as GemBuilder for Smalltalk (GBS) client applications.
For instructions for updating GBS clients that are running on Linux, see the GemStone/S 64 Bit Installation Guide for Linux; for GBS clients running on Solaris/SPARC, see the GemStone/S 64 Bit Installation Guide for Solaris.
GBS clients are not supported on Solaris/x86, AIX, or Macintosh.
For a table of all supported GBS and client Smalltalk platforms, see the GemStone/S 64 Bit Release Notes for v3.3.
This chapter describes how to configure or update your client Smalltalk application using GBS on Windows to run with a GemStone/S 64 Bit version 3.3 server.
The GemStone/S 64 Bit v3.3 server requires a compatible version of GBS; versions of GBS earlier than v8.1 for VisualWorks Smalltalk, or v5.4.3 for VA Smalltalk, cannot be used with GemStone/S 64 Bit v3.3 or later.
In addition to using the appropriate version of GBS, you must use GemStone/S 64 Bit 3.3 client libraries with your GBS client application, to be able to log in to the v3.3 server. These libraries are specific to the GemStone/S 64 Bit server version and to the client platform. Only RPC logins are available from Windows.
The GemStone/S 64 Bit Windows Client provides both 64-bit libraries and 32-bit libraries.
For instructions on installing and configuring GBS, see the GemBuilder for Smalltalk Installation Guide for the appropriate version of GBS.
The following client Smalltalk versions are supported on Windows platforms:
The GBS client requires a set of shared libraries (.dlls) that are provided as part of the GemStone server product distribution. Since the GemStone/S 64 Bit server itself is not available for Windows, the Windows Client distribution is provided, which includes the shared libraries as well as other server utilities that can be run on Windows.
When these client shared libraries are loaded into the VisualWorks or VA Smalltalk image in which GBS code is installed, the GBS client can log into the GemStone server.
The shared libraries must be the same version as the GemStone server. Since they are loaded into the client smalltalk VM, they must be appropriate for the client platform and client executable bit size (32-bit or 64-bit).
You can either install the full GemStone/S 64 Bit Windows Client on your GBS client node, or just copy the specific shared libraries you need.
One option for installation is to install the complete GemStone/S 64 Bit Windows Client on the client machine.
In addition to the shared libraries, the GemStone/S 64 Bit client installation includes tools such as topaz, gslist, and VSD, that may be useful to run on your client.
To perform this installation, follow the instructions in Chapter 1 of this Installation Guide.
If you do not require tools such as gslist, vsd, or topaz on the client, you do not need to install the full GemStone/S 64 Bit Windows Client on the client node. You may just copy the set of library files that GBS requires.
For RPC logins from 32-bit VisualWorks or VA Smalltalk, the following files need to be copied to the client node:
%GEMSTONE%\bin32\libgcirpc-3.3.0-32.dll
%GEMSTONE%\bin32\libssl-3.3.0-32.dll
%GEMSTONE%\bin32\msvcr100.dll
For RPC logins from 64-bit VisualWorks, the following files need to be copied to the client node:
%GEMSTONE%\bin\libgcirpc-3.3.0-64.dll
%GEMSTONE%\bin\libssl-3.3.0-64.dll
%GEMSTONE%\bin\msvcr100.dll
GBS provides a number of options as to where to place the shared libraries on the client machine. Refer to the GemBuilder for Smalltalk Installation Guide for details on these options.
Versions of GBS earlier than 8.1 for VisualWorks and 5.4.3 for VA Smalltalk cannot be used with GemStone/S 64 Bit v3.3.x.
If you are currently running with an older version of GBS, you will need to upgrade the GBS client, and possibly also upgrade VisualWorks or VA Smalltalk to a more recent version, in order to use these clients with v3.3.
See the GemBuilder for Smalltalk Installation Guide for installation instructions, and the GemBuilder for Smalltalk Release Notes for details on the changes in these versions.
Once you have installed the GemStone server on the GBS client machine, or copied the appropriate shared libraries, you need to ensure that the client Smalltalk executable – a VisualWorks or VA Smalltalk application – will load the v3.3 libraries.
Whether or not you have a full GemStone/S 64 Bit Windows client installation on the client or have copied a few libraries, there is a specific library name you will specify to have GBS load using the libraryName: parameter.