So, I'm new to using Win32API in my scripts and writing my own DLLs in general. I wrote a simple script which (right now) just loads the GetWindowPos method from the DLL. Here's the exact code I used to call it.
Code:
test = Win32API.new("Extended Features Window Core.dll", "GetWindowPos", "i", 'i')
But when I try to run the project, I get this error.
I don't really know what's going on in terms of why this error's going on at all, so if anyone could please help me with why this is going on and how I could fix it, that would be greatly appreciated. Also, here is the VS project for the DLL in case the problem lies there (which it probably does).
http://www.mediafire.com/file/sdp9eqdcvah07rm/Extended features.zip