You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>Please replace `YOUR-LICENSE-KEY` with a valid DCP licensekey. There are two ways to obtain one:
91
-
>- Search `InitLicense` and find the license from `[INSTALLATION FOLDER]/Resources/CodeParser/Samples/HelloWorld/HelloWorld.cpp`.
91
+
>- Search `InitLicense` and find the license from `[INSTALLATION FOLDER]/Dynamsoft/Resources/CodeParser/Samples/HelloWorld/HelloWorld.cpp`.
92
92
>- Request a trial license from <a href="https://www.dynamsoft.com/customer/license/trialLicense?utm_source=guide&product=dcp&package=desktop" target="_blank">Customer Portal</a>.
93
93
94
94
Create an instance of Dynamsoft Code Parser.
@@ -146,7 +146,7 @@ Please change all `[INSTALLATION FOLDER]` in above code snippet to your unpackin
146
146
147
147
2. Build the project to generate program `DCPSample.exe`.
148
148
149
-
3. Copy **ALL**`*.dll` files under `[INSTALLATION FOLDER]\Distributables\Lib\Windows\x64` to the same folder as the `DCPSample.exe`.
149
+
3. Copy **ALL**`*.dll` files under `[INSTALLATION FOLDER]\Dynamsoft\Distributables\Lib\Windows\x64` to the same folder as the `DCPSample.exe`.
0 commit comments