Gar Posted May 19, 2010 Posted May 19, 2010 GuiList.au3 (245) : ==> Unknown function name.: If Not _IsClassName ($h_listbox, "ListBox") Then Return SetError($LB_ERR, $LB_ERR, $LB_ERR) If Not ^ ERROR This is with the latest install. I just downloaded and installed it. Where should _IsClassName be?
Gar Posted May 19, 2010 Author Posted May 19, 2010 Seems the latest Misc.au3 is missing _IsClassName and _SendMessage. Why?
AdmiralAlkex Posted May 19, 2010 Posted May 19, 2010 Nothing of that makes any sense. 1. There is no file called "GuiList.au3" 2. _SendMessage() is in SendMessage.au3 3. _IsClassName() is in WinAPI.au3 and is actually called _WinAPI_IsClassName() Are you mixing UDF's from old versions or something? Perhaps it is GuiListBox.au3 you meant to use? .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now