📄 readme_install.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -