Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:getting_started [2021/09/07 19:00]
kkshin [Create a new project in Visual Studio]
en:getting_started [2021/09/07 19:01] (current)
kkshin [Create a new project in Visual Studio]
Line 175: Line 175:
 |Later V2.8.2|x86 ​ |<​code>​ |Later V2.8.2|x86 ​ |<​code>​
 copy "​$(ProjectDir)lib\$(PlatformTarget)\BS_SDK_V2.dll"​ "​$(TargetDir)"​ copy "​$(ProjectDir)lib\$(PlatformTarget)\BS_SDK_V2.dll"​ "​$(TargetDir)"​
-copy "​$(ProjectDir)lib\$(PlatformTarget)\libssl-1_1.dll"​ "​$(TargetDir)" ​      ​// OpenSSL 1.1.1i +copy "​$(ProjectDir)lib\$(PlatformTarget)\libssl-1_1.dll"​ "​$(TargetDir)" ​     // OpenSSL 1.1.1i 
-copy "​$(ProjectDir)lib\$(PlatformTarget)\libcrypto-1_1.dll"​ "​$(TargetDir)" ​   // OpenSSL 1.1.1i+copy "​$(ProjectDir)lib\$(PlatformTarget)\libcrypto-1_1.dll"​ "​$(TargetDir)" ​  ​// OpenSSL 1.1.1i
 </​code>​ |  | </​code>​ |  |
 |Later V2.8.2|x64 ​ |<​code>​ |Later V2.8.2|x64 ​ |<​code>​
 copy "​$(ProjectDir)lib\$(PlatformTarget)\BS_SDK_V2.dll"​ "​$(TargetDir)"​ copy "​$(ProjectDir)lib\$(PlatformTarget)\BS_SDK_V2.dll"​ "​$(TargetDir)"​
-copy "​$(ProjectDir)lib\$(PlatformTarget)\libssl-1_1-x64.dll"​ "​$(TargetDir)" ​   // OpenSSL 1.1.1i +copy "​$(ProjectDir)lib\$(PlatformTarget)\libssl-1_1-x64.dll"​ "​$(TargetDir)" ​  ​// OpenSSL 1.1.1i 
-copy "​$(ProjectDir)lib\$(PlatformTarget)\libcrypto-1_1-x64.dll"​ "​$(TargetDir)"​ // OpenSSL 1.1.1i+copy "​$(ProjectDir)lib\$(PlatformTarget)\libcrypto-1_1-x64.dll"​ "​$(TargetDir)"//​ OpenSSL 1.1.1i
 </​code>​ |  | </​code>​ |  |
 </​WRAP>​ </​WRAP>​