Main Menu
  • Welcome to The RPG Maker Resource Kit.

Any good Win32API tutorials?

Started by cozziekuns, September 25, 2010, 10:59:53 PM

0 Members and 1 Guest are viewing this topic.

cozziekuns

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.

Zeriab

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 will very useful.

*hugs*