VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



C2VB

by Kimon Andreou (2 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (38 Votes)

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.

Assumes
Released under the GPL.
API Declarations
(none)

Rate C2VB

Download C2VB

Download C2VB (29 KB)

C2VB Comments

No comments have been posted about C2VB. Why not be the first to post a comment about C2VB.

Post your comment

Subject:
Message:
0/1000 characters