SandelPerieanu Posted November 7, 2007 Posted November 7, 2007 (edited) Help me with this: with 3.2.8.1 work fine ..... $dll = DllOpen('xyz.dll') $struct = DllStructCreate('char[128]') DllCall($dll, 'int', 'Function', 'hwnd', $handle, 'ptr', DllStructGetPtr($struct)) MsgBox(264144,'Info!',DllStructGetData($struct, 1)) DllClose($dll) ..... but with 3.2.9.8 beta error is atach thanks! Edited November 7, 2007 by psandu.ro
Zedna Posted November 7, 2007 Posted November 7, 2007 Jon made some internal changes in DllCall & DllStruct in latest betas - see beta changelog. So maybe it's some bug. Resources UDF ResourcesEx UDF AutoIt Forum Search
SandelPerieanu Posted November 9, 2007 Author Posted November 9, 2007 i don't understand why with 3.2.9.8 beta don't work... i read changelog but nothing... i will use 3.2.8.1 - this work very good thanks
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