|
-
Dec 29th, 2004, 02:21 AM
#1
Thread Starter
Addicted Member
using header files
how do i import n use a C++ header file in VB
-
Dec 29th, 2004, 02:25 AM
#2
Re: using header files
vb does not use header files. you have to re-write the code to make it work in vb. sorry.
-
Dec 29th, 2004, 04:34 AM
#3
Thread Starter
Addicted Member
Re: using header files
hi
but i have seen some code snippets in which ppl have made wrapper classes for .H files, how do they do that ?
-
Dec 29th, 2004, 07:01 AM
#4
Re: using header files
They don't. you might be thinking of when people wrap APIs in their own classes, but that's obviously different.
Laugh, and the world laughs with you. Cry, and you just water down your vodka.
Take credit, not responsibility
-
Dec 29th, 2004, 07:18 AM
#5
Re: using header files
You should read the Dan Appleman book ("Visual Basic Programmer's Guide to the Win32 API") as it has a good section on converting C++ declarations from header files to VB structures and import declarations.
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
|