Warning: We recommend that you ship the whole of reUZE Server with your application. However to provide backward compatibility, you can still select and ship specific files.
These files are packaged in the reUZE Server install file SRP32xxxxxxxx.exe (where xxxxxxxx indicates the build) on your reUZE Server CD. To extract files without installing reUZE Server, run the executable with the /a switch and specify the location in which to store the extracted files. For example, enter:
srp*.exe /a
Many of the frequently required files are already packaged together into the utils.lbr file, which you can ship if it suits your application's needs. Alternatively, you can choose just the files that your application requires.
| If you require support for: | Single-threading files needed: | Multi-threading files needed: |
|---|---|---|
| CBL_EXEC_RUN_UNIT (graphical user interface applications) | cblxecws.exe | cblxecwm.exe |
| CBL_EXEC_RUN_UNIT (character user interface applications) | cblexecs.exe | cblexecm.exe |
| MF_CLIENT_STATE_* (Web application server-side persistence) | sstate.gnt | sstate.gnt |
| Character user interfaces (for true console applications only) | cblvios.dll | cblviom.dll |
| Character user interfaces (for applications that use the default COBOL text window) | cbldwins.dll | cbldwinm.dll |
| File handling, for enhanced ACCEPT/DISPLAY syntax (ADIS), and for OO persistence | mffh.dll | mffh.dll |
| Running .int files, and for enhanced ACCEPT/DISPLAY syntax (ADIS) | cblints.dll | cblintm.dll |
| Making calls to the Win32 API from intermediate and generated code | cob32api.dll | cob32api.dll |
| Print support module | cblprnt.dll | cblprnt.dll |
Other run-time support files that you might need to ship depending on the functionality that your application uses are as follows:
| If your application uses: | Files needed: |
|---|---|
ActiveX controls:
|
|
| Btrieve |
|
| Command-line Sort |
|
|
CCI:
|
|
| Client/server binding |
|
| Common Gateway Interface (for CGI server-side program on Win32 platform) |
|
|
COM support (for deploying
COM mapped interfaces) |
|
| Debugger | See On-site Debugging Support Files |
| Debugging remotely | See On-site Debugging Support Files |
| Dialog System
(You need to include only those items your application uses) |
|
| Dialog System extensions
You need to include only those extensions that your application uses Note that if you use a dsdmi.gnt extension, you will need to link a dsdmi.obj to your application |
|
| FaultFinder facility |
|
| File handling |
|
| Fileshare |
|
| Help - Character on-line help |
|
| ISAPI server-side program (for deployment on a Win32 platform) |
|
| Java interfaces support |
|
| Micro Focus configuration (.cfg) |
|
|
Micro Focus run trigger program:
|
|
| Microsoft Transaction Server |
|
| ODBC |
|
| Panels V2 |
|
| Rebuild facility (command-line file recovery tool) |
|
| SQL, ESQL and ODBC |
|
| Web Services support |
|