Nebulus
20th July 2004 06:37 UTC
Calling a Windows system DLL?
Hey guys. I've been digging thorugh the docs, and haven't found an example yet of how to make a call to a dll that's native to Windows - user32.dll.
Are there any good script examples of making calls to native dlls? I've looked, but since it's 1 in the morning, my eyes are all blurry. Any help wuld be appreciated - thanks!
Joel
20th July 2004 14:41 UTC
System plugin. See the web archive for more examples.
Nebulus
20th July 2004 15:15 UTC
Yeah, I saw the docs on System.dll - it's a no go. Archives don't reveal much either. I'd love to see an example that uses a native windows DLL as opposed to HotSyncManager.... Anyone?
scully13
20th July 2004 15:51 UTC
I've never used it with user32.dll myself but this page here has some documentation that includes an example using the system DLL with user32.dll that should help you. If you've already looked here and that didn't help then let us know which function you are trying to call in user32.dll.
Nebulus
20th July 2004 16:02 UTC
Awesome - thanks for the lead!