Hint_SA (Standalone)

Started by John Z, Yesterday at 12:45:52 PM

Previous topic - Next topic

John Z

Seems like the Hint add-in would be also useful to more people if it was a standalone program,
then it could be used with MASM, C, or anything else needing some win API information.

So....here is Hint_SA, basically the same functionality as the Hint Add-in but with some differences to accommodate the standalone requirement.

Works well installed as a Pelles C IDE 'tool' too.

Three files are needed two of the three are included in the attached Just_Hint_SA.7z.  Win32.chm needs to be added to the Hint_SA program directory, it is too big to include here.

The Hint_SA_project.zip is the entire project, but without win32.chm as well.  It uses SQLite3 so if it does not compile you'll need to get those files.  In the project zip the db3 is 7z'ed so it would fit.  Un-7z it before use.

Hopefully useful,

John Z

Marco

Very interesting, especially when you need to quickly retrieve information about a particular API.

Thanks John.