-
-
Notifications
You must be signed in to change notification settings - Fork 44
Manual installation
Jingwood edited this page Mar 16, 2021
·
3 revisions
Use git to clone the source code repository
git clone https://github.com/jingwood/d2dlib
Open d2dlib.sln
from the src
folder with Visual Studio 2019 or later, choose Build
-> Batch Build...
menu, then click Build
button.
- Add
d2dlibexport.dll
andd2dwinform.dll
as application references - Put
d2dlib32.dll
in theDebug
,Release
or the folder where the application runs
You can also add d2dlib32.dll
as a project file, and set it's property Copy to output folder
to Copy if newer
.
For different build configuration and platform target, the d2dlib32.dll
is named as following:
Build configuration | Platform | Name |
---|---|---|
Debug | x86 (32bit) | d2dlib32d.dll |
Release | x86 (32bit) | d2dlib32.dll |
Debug | x64 (64bit) | d2dlib64d.dll |
Release | x64 (64bit) | d2dlib64.dll |