深林孤鹰
深林孤鹰
Please add the libhv library, which is also a very good and few C/C++ Library: https://github.com/ithewei/libhv
Under windows, I compile the latest sdl3 with NDK23 and CMake3.28.1 with the following command: $cmake.. -G "Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="%NDK_HOME%/build/cmake/android.toolchain.cmake" -DANDROID_ABI="arm64-v8a" -DANDROID_PLATFORM="latest", $make error message after completing immediately: [92%] Linking...
偶尔会异常闪退
1.3版本的插件在某些windows下(10台windows才有一台)会异常闪退无法使用,1.2版本都正常
fix some problems when using NDK compiler
之前在windows打包并运行正常,更新console插件后打包就不能运行了: php webman.phar start 提示: Please run 'php windows.php' on windows system
swow报错 PHP Warning: Event loop close failed, reason: Resource busy or locked in Unknown on line 0 Warning: Event loop close failed, reason: Resource busy or locked in Unknown on...
### Description / Steps to reproduce the issue [1/7 0.2/sec] Linking CXX shared library bin\plugins\Box2D\qmlbox2d.dll FAILED: [code=1] bin/plugins/Box2D/qmlbox2d.dll bin/plugins/Box2D/libqmlbox2d.dll.a C:\Windows\system32\cmd.exe /C "cd . && D:\Programs\Programming\MSYS\MSYS2_64bit\mingw64\bin\g++.exe -DQT_QML_DEBUG -Os -DNDEBUG -flto=auto -fno-fat-lto-objects...
How to compile for HarmonyOS under windows? Has anyone tried it?