14 lines
538 B
Plaintext
14 lines
538 B
Plaintext
How to use BoxedApp SDK as a DLL
|
|
---------------------------------
|
|
|
|
To use BoxedAppSDK as a DLL add unit 'BoxedAppSDK_DLL.pas' to a project;
|
|
the final EXE needs bxsdk32.DLL (for 32 bit applications) or bxsdk64.DLL (for 64 bit applications)
|
|
|
|
How to link BoxedApp SDK statically
|
|
------------------------------------
|
|
|
|
To use BoxedAppSDK statically) add unit 'BoxedAppSDK_Static.pas' to a project;
|
|
the final EXE DOESN'T need bxsdk32.DLL or bxsdk64.DLL
|
|
Sometimes it's useful when you should create single EXE without additional
|
|
dependencies.
|