walk icon indicating copy to clipboard operation
walk copied to clipboard

Dos not work on windows xp.

Open jchdng opened this issue 7 years ago • 8 comments

I created a simple gui application with walk,it works fine on windows 10.I make a copy to windows xp virtual machine and run it ,the program does not pop up and exit immediately.Does walk support develop gui application for windows xp?

jchdng avatar May 01 '17 04:05 jchdng

It used to work some time ago, but I don't see the point in putting in the extra effort to support it indefinitely. BTW, I'm not even sure if walk still works on Vista.

lxn avatar May 01 '17 11:05 lxn

I encounter the program crash on windows xp too, maybe following patch can help:

diff --git a/github.com/lxn/win/uxtheme.go b/github.com/lxn/win/uxtheme.go index fff3022..17e8093 100644 --- a/github.com/lxn/win/uxtheme.go +++ b/github.com/lxn/win/uxtheme.go @@ -158,7 +158,7 @@ func init() { // Functions closeThemeData = MustGetProcAddress(libuxtheme, "CloseThemeData") drawThemeBackground = MustGetProcAddress(libuxtheme, "DrawThemeBackground") - drawThemeTextEx = MustGetProcAddress(libuxtheme, "DrawThemeTextEx") + //drawThemeTextEx = MustGetProcAddress(libuxtheme, "DrawThemeTextEx") getThemePartSize = MustGetProcAddress(libuxtheme, "GetThemePartSize") getThemeTextExtent = MustGetProcAddress(libuxtheme, "GetThemeTextExtent") isAppThemed = MustGetProcAddress(libuxtheme, "IsAppThemed")

hunterli avatar May 02 '17 07:05 hunterli

Why are people using windows XP? Especially after wannacry?

ghost avatar Jun 30 '17 22:06 ghost

The software users which I serve are still using windows xp platform.

jchdng avatar Jun 30 '17 23:06 jchdng

Why don't they upgrade to a newer Windows version?

lxn avatar Jul 02 '17 10:07 lxn

Confirmed that MainWindow works properly on Vista.

watsoncj avatar Aug 02 '17 17:08 watsoncj

I got the same problem when I send a Walk GUI exe to my customer. At first I saw the style of "Walk", yes,winform! But noooot work on Win XP! Why a winform style UI need Win7 or higher, And I cannot see any notice on README! How can I fix it? ———————————————————————————————————————————— PS: SO MANY SO MANY PC RUN WITH WIN XP ! MAYBE 10YEARS THEY HAVE NOT CHANGED! AND AFTER! BCS THEY NOT BELONG TO A PERSON!

YeyuanLee avatar Jul 17 '19 11:07 YeyuanLee

me too

aswjh avatar Oct 09 '20 02:10 aswjh