The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Scripting => Topic started by: cozziekuns on September 25, 2010, 10:59:53 PM

Title: Any good Win32API tutorials?
Post by: cozziekuns on September 25, 2010, 10:59:53 PM
Yeah, I've pretty much just been looking through some old scripts and stumbled upon something called Win32API. Anyone know what it does and how I can utilise it? I'm pretty sure that it's the programming library that windows uses, but I haven't found any tutorials on it for Ruby.
Title: Re: Any good Win32API tutorials?
Post by: Zeriab on September 26, 2010, 10:48:50 AM
It provides a way to communicate with dll files.
Here is a link to the reference: http://ruby-doc.org/docs/ProgrammingRuby/html/lib_windows.html#Win32API.new

Using it is a bit tricky and I can tell you that the MSDN library (http://msdn.microsoft.com/en-us/library/ee663300.aspx) will very useful.

*hugs*