diff --git a/examples/win32/README.md b/examples/win32/README.md index 0db5977..b825425 100644 --- a/examples/win32/README.md +++ b/examples/win32/README.md @@ -46,7 +46,12 @@ Windows 小程序运行环境需要安装以下依赖,请提前配置环境: ### 第三步 打开小程序 - +直接从vs启动需要设置 workding dir 为 "$(ProjectDir)\build\bin\x64\Debug", 见下图 +

+ + + +

```c++ int appstore = 1; // 与第二步一致 finclip_start_applet(appstore, "这里输入 APP ID"); diff --git a/examples/win32/config.png b/examples/win32/config.png new file mode 100644 index 0000000..2c44708 Binary files /dev/null and b/examples/win32/config.png differ