IonicWind Software

IWBasic => The Roundtable => Topic started by: LarryMc on September 05, 2008, 10:09:18 PM

Title: API Viewer
Post by: LarryMc on September 05, 2008, 10:09:18 PM
For those who aren't aware of it there is a free program that allows you to lookup very easy all the Windows API declarations for constants, types, functions, etc.
They have been converted to the IBasic format which means they look like EBasic.
I use the program almost daily.
Some of the function declarations have to be changed a little if an alias is involved.
Once you get use to the API Viewer and the way windows.inc has the leading underscores they're easy to adapt.

http://www.apiviewer.de/downloadsstore/apv2004_v310.exe
To download

Larry
Title: Re: API Viewer
Post by: billhsln on September 05, 2008, 11:53:41 PM
Thanks, Larry.  This should make it a lot easier to find all those things that people use, but I can never figure out where they found the info.

Bill