Complete headers

Miscellaneous Forums/Win32 Discussion/Complete headers

Does anyone have a complete conversion of Win32 headers? I need a file that contains constant definitions. Alternatively I wonder if anyone's written a utility to read the VB6 type DB files...

If not I will dig out my VB6 disc and convert that tool to BlitzMax.

Wouldn't the PlatformSDK from MSDN be more up to date?

No, because Win32 doesn't change ;) They just add things.

Also it's not clear how to convert headers. I would like a tool that automatically created the @## values, contains all constants. It's a great tool. Always made API stuff way easier in VB6.

Speaking of the @ numbers, what are the actual rules for that?

Blueapples, i use APIviewer it can be downloaded from below.

http://www.activevb.de/rubriken/apiviewer/index-apiviewereng.html

not upto date but still very usefull.

kev

Kev, looks great... it'd be really cool if there were a BlitzMax plugin for it. Once I get a better understanding of the @ numbers I'll probably look at writing one. Just another thing to add to my list ;)