Liu

Results 75 comments of Liu

@zhangjianhong111 app 目录的文件列表截图呢?

@zhangjianhong111 脚本输出的内容就这么点吗?把前面跑的脚本的输出都贴出来。 ``` [run] ERROR: the application is not working properly. child_process.js:674 throw err; ```

@zhangjianhong111 我在 Windows 上跑了一次,已经知道问题了: - app.exe 没有输出在 app 目录里 - 默认配置的是 release 模式,CMake 实际上还是以 debug 模式编译 - lc-design 的资源目录多套了一层 app 目录,app/assets 变成了 app/app/assets

> 我没装vs2015,有vs2019 我这些命令是在vscode下执行的 与 vs2015 无关,我 vs2017 都能编译通过。

@zhangjianhong111 晚上我花点时间再改改。

The build tool will be replaced with XMake in the next version, which can generate CMakeLists.txt for cmake developers to use.

The configure script is only used for use on Linux system. If you want to build on Windows system, please use Visual Studio to open the build/windows/LCUI.sln file or use...

在这里都能看到有人提到 @TechQuery 的作品

Please provide the output result of the following command: ```sh xmake show -t app xmake show -t pandagl ```