Complete headers

Archives Forums/Win32 Discussion/Complete headers

Blueapples(Posted 2007) [#1]
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...


Blueapples(Posted 2007) [#2]
If not I will dig out my VB6 disc and convert that tool to BlitzMax.


Azathoth(Posted 2007) [#3]
Wouldn't the PlatformSDK from MSDN be more up to date?


Blueapples(Posted 2007) [#4]
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?


Kev(Posted 2007) [#5]
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


Blueapples(Posted 2007) [#6]
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 ;)