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 Both sides next revision
en:getting_started [2018/04/05 16:24]
yjjung [Isolation - Thread Safe]
en:getting_started [2019/01/16 11:38]
michael [Create a new project in Visual Studio]
Line 164: Line 164:
 **//C#//** **//C#//**
   - Select the library directory from the SDK package and copy to the project directory.   - Select the library directory from the SDK package and copy to the project directory.
-  - 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.\\ <​code>​copy "​$(ProjectDir)lib\$(PlatformTarget)\BS_SDK_V2.dll"​ "​$(TargetDir)"</​code>​+  - 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.\\ ​ 
 +<​code>​ 
 +copy "​$(ProjectDir)lib\$(PlatformTarget)\BS_SDK_V2.dll"​ "​$(TargetDir)"​ 
 +copy "​$(ProjectDir)lib\$(PlatformTarget)\libeay32.dll"​ "​$(TargetDir)"​ 
 +copy "​$(ProjectDir)lib\$(PlatformTarget)\libssl32.dll"​ "​$(TargetDir)"​ 
 +copy "​$(ProjectDir)lib\$(PlatformTarget)\ssleay32.dll"​ "​$(TargetDir)"​ 
 +</​code>​
   - Copy **SFApi.cs**,​ **SFEnum.cs**,​ **SFStruct.cs** from the SDK package example codes.\\ {{:​ko:​pre-build_event_command_line.png?​nolink&​1000|}}   - Copy **SFApi.cs**,​ **SFEnum.cs**,​ **SFStruct.cs** from the SDK package example codes.\\ {{:​ko:​pre-build_event_command_line.png?​nolink&​1000|}}