twgh / xcgui

炫彩界面库. Go GUI library. Golang bindings for XCGUI, Windows GUI library, DirectUI design idea.

Home Page:https://pkg.go.dev/github.com/twgh/xcgui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] panic: Failed to find XAnima_SetCallBack procedure in xcgui.dll: The specified procedure could not be found.

sdxstar opened this issue · comments

an := ani.NewAnima(w.Handle, 1)
an.Move(100, 500, 0, 1, xcc.Ease_Flag_Linear, false)
an.SetCallBack(anCallback)
an.Run(w.Handle)

when i try to set callback for animation, get below panic.

panic: Failed to find XAnima_SetCallBack procedure in xcgui.dll: The specified procedure could not be found.

any help please?

commented

Problem within dll, waiting for update

thanks