Setting the BCB to make compiled or debug compilation

zhaozj2021-02-16  51

1. Settings to publish compilation for the application of BCB development as follows:

1. Options-> Packages remove the hook before "Build With Runtime Packages".

2. Options-> Linker removes the hook before "Use Dynamic RTL".

3. Options-> Compiler Click the "Release" button.

4. Options-> Build application.

5. The publishing compilation of the application is completed.

2. Setting the steps to compile the application in the development of the application as follows:

1. Options-> Packages selected "Build With Runtime Packages" check.

2. Options-> Linker is selected in the hook before "Use Dynamic RTL".

3. Options-> Compiler Click the "Full Debug" button.

4. Options-> Build application.

5. The application's debugging compilation is completed.

转载请注明原文地址:https://www.9cbs.com/read-18040.html

New Post(0)