C2VB
Posted: 2002-06-01
By: ArchiveBot
Viewed: 113
Filed Under:
Title | Uploaded | Size |
---|---|---|
CODE_UPLOAD112271122000.zip | 9/3/2020 3:45:00 PM | 30,150 |
C2VB parses through C style declarations of functions, structures etc and creates the VB equivalent.
I decided to create this little program to make my life easier when working with APIs.
Instead of having to "translate" an API declaration from the Platform SDK help file, I wanted a way to do that automatically. This is the result.
All you have to do, is copy paste the declaration from the help file.
Apart from being a handy app. it demonstrates how to parse instructions, how to implement a rudimentary splitter and above all, it explains what do all those wierd things mean in C!
It can process either user inputted instructions or it can read from a file.
Optionally, a filename can be passed on the command line.
If you have any comments or disagree with the way I converted the datatypes, let me know.
Original Author: Kimon Andreou
Assumptions
Released under the GPL.
API Declarations
(none)
Comments on this post
No comments have been added for this post.
You must be logged in to make a comment.