Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
en:getting_started [2021/09/06 11:28]
mark
en:getting_started [2021/09/06 13:47]
mark [Create a new project in Visual Studio]
Line 166: Line 166:
   - Modification of the project properties is required to use the right DLL for the platform.\\ Open the project properties page and enter as below on the 'Build Events'​ command line.\\ ​   - Modification of the project properties is required to use the right DLL for the platform.\\ Open the project properties page and enter as below on the 'Build Events'​ command line.\\ ​
 <WRAP group 100%> <WRAP group 100%>
-^SDK Version ​ ^Platform ​ ^Input Information ​ +^SDK Version ​ ^Platform ​ ^Input Information^ 
-|Before V2.8.1|- |<​code>​+|BeforeV2.8.|-|<​code>​
 copy "​$(ProjectDir)lib\$(PlatformTarget)\BS_SDK_V2.dll"​ "​$(TargetDir)"​ copy "​$(ProjectDir)lib\$(PlatformTarget)\BS_SDK_V2.dll"​ "​$(TargetDir)"​
 copy "​$(ProjectDir)lib\$(PlatformTarget)\libeay32.dll"​ "​$(TargetDir)" ​       // OpenSSL 1.0.2n copy "​$(ProjectDir)lib\$(PlatformTarget)\libeay32.dll"​ "​$(TargetDir)" ​       // OpenSSL 1.0.2n