Problem:
With the CBLLINK command, an EXE (or DLL) can be linked with the dynamically bound shared runtime library using the -rs option.
Resolution:
From the Net Express IDE, you can link an EXE (or DLL) with the dynamically bound shared runtime library as follows:
1. Right-click on the EXE from the project tree, the left pane of the IDE
2. Select Build Settings
3. Click on the Link tab
4. Make sure Shared is selected
5. Click on the check box for Dynamic
6. Click on the Close button
7. Rebuid the EXE
