|
-
Nov 26th, 2001, 06:10 AM
#1
Thread Starter
Junior Member
header files
Hello.
Since I program a lot in the windows API, I use the C header files to get the API declarations.
However, are there better ways to port the C style to 'Visual Basic' declarations?
Can I use a type libary?
And how should I make such thing?
-
Nov 26th, 2001, 07:21 AM
#2
Are you trying to code Windows api in C, or in VB?
In VB there are no header files. You have to write a declaration for each function, sub, and type yourself.
-
Nov 26th, 2001, 10:33 AM
#3
Thread Starter
Junior Member
I code the API functions in VB.
There are indeed no header files.
I am getting sick of converting everything manually.
Can I get the data inside the header files ported to VB, or can I use a type libary?
-
Nov 26th, 2001, 11:22 AM
#4
Lively Member
There is already a type library that covers most of the win32 api written by patrice scribe.
Here is the link It shows what is covered on that page
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|