v-webui icon indicating copy to clipboard operation
v-webui copied to clipboard

gcc issue

Open lightcax opened this issue 1 year ago • 1 comments

webui.c:5360:24: error: passing argument 1 of 'strcmp' from incompatible pointer type [-Wincompatible-pointer-types] cc: 5360 | if (strcmp(pe32.szExeFile, process_name) == 0) { cc: | ~~~~^~~~~~~~~~ cc: | | cc: | WCHAR * {aka short unsigned int *} cc: In file included from C:\Users\lee.vmodules\vwebui\src\webui\include/webui.h:44, cc: from C:\Users\lee.vmodules\vwebui/src/webui/src/webui.c:32: cc: D:/mingw64/x86_64-w64-mingw32/include/string.h:63:34: note: expected 'const char *' but argument is of type 'WCHAR *' {aka 'short unsigned int *'} cc: 63 | int __cdecl strcmp(const char *_Str1,const char *_Str2); cc: | ~~~~~~~~~~~~^~~~~ cc: C:\Users\lee.vmodules\vwebui/src/webui/src/webui.c: In function '_webui_show_window': ... (the original output was 24 lines long, and was truncated to 12 lines)

lightcax avatar Mar 19 '25 13:03 lightcax

V-WebUI is a bit old, all those issues are already fixed in core library. We will update V-WebUI soon.

AlbertShown avatar Mar 19 '25 16:03 AlbertShown

how soon will you update?

Dialga avatar Jan 09 '26 12:01 Dialga