readme_install.txt
来自「内存管理程序」· 文本 代码 · 共 33 行
TXT
33 行
PLEASE NOTE: There are two ways to install BigBrain. You may use the
memory manager code natively compiled into your EXE or you can use
an included external DLL which will allow you to share memory across
multiple DLLs with one central place for memory management. Using the DLL
allows your application to share strings, and serves the same purpose
as the ShareMem unit included with Delphi. BigBrainShareMem.dll should
be 100% compatible with the DelphiMM.dll and could even simply be renamed
to DelphiMM.dll to simplify deployment.
--------------------------------------------------------------------------
TO INSTALL without using the included DLL
--------------------------------------------------------------------------
1. Goto Project->View Source
2. Add BigBrain/BigBrainPro as the
FIRST UNIT of your project USES clause.
3. Add BrainWash/BrainWashPro as the SECOND UNIT
It is VERY IMPORTANT that BigBrain is the First unit used.
--------------------------------------------------------------------------
To INSTALL WITH BigBrainShareMem.dll
(which allows you to share strings among DLLs)
--------------------------------------------------------------------------
1. Goto Project->View Source
2. Add BigBrainShareMem.pas as the FIRST UNIT of your project USES clause.
3. Make sure you deploy BigBrainShareMdm.DLL as part of your project.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?