# Prepare the Development Environment

# Prerequisites

# Create a Winform project

Follow the steps below to create a Winform project. If you already have a Winform project, you can directly view the integrated SDK.

  1. On the Start window, select Create a New Project.

  2. Enter or type “Windows Form” in the search box of the Create a New Project window. Next, select Desktop from the Project Type list.

  3. After applying the Project Type filter, select the Windows Form Application (.NET Framework) template for C# or Visual Basic, and then select Next. -> * In the Configure a New Project window, type or enter “PictureViewer” in the Project Name box. Then, select Create.

# Integrate SDK

  1. Put nine files such as zmfmanaged.dll , zmf.dll , Newtonsoft.Json.dll , mtcwrap.dll , mtcmanaged.dll , mtc.dll , jssmme.dll , JCSDK.dll , bzip2.dll in the bin directory into the application ../bin/Debug/ binDebug. (This is the default path)

  2. Click Project -> Add Reference –> Browse –> Select dll placement path and click “OK”.

  3. Confirm that the output path is the same as the folder where the dll library is located.

../../../../_images_en/windows_5.jpg

If the compilation is successful, the integrated content is completed.

最后更新时间: 2/1/2021, 3:54:49 PM