Skip to main content

How to link an EXE in the IDE with the equivalent of CBLLINK's RS option?

  • February 15, 2013
  • 0 replies
  • 0 views

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

Old KB# 5816

0 replies

Be the first to reply!