📄 cpp.txt
字号:
BF-SDK
~~~~~~
V1.1
C++ Interface
~~~~~~~~~~~~~
(c) 1996 Markus Hahn
How to use the BF-SDK in Microsoft Visual C++ 1.0-1.5
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* create a new project
* add the file BFENG386.OBJ to the project
* add the file CPP_DEMO.CPP to the project
* choose large memory model
* choose 386 code generation (if possible)
* select "Quick Win Application"
* build and start the demonstration
Known problems
~~~~~~~~~~~~~~
Because the cryptengine uses a fixed data area it
can not be used in DLLs without modification to
the assembly code.
- eof -
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -