|
-
July 11th, 1999, 01:18 PM
#1
VISUAL BASIC
HOW DO I LINK C++ FILES AND VISUAL BASIC FORMS?
I HAVE CREATED FORMS IN VISUAL BASIC FORMS FOR INTERFACE AND C++ FILES FOR DATABASE.
-
July 11th, 1999, 09:37 PM
#2
Re: VISUAL BASIC
One way would be to write the C++ files as an ATL object so VB can use it in CreateObject("Some.thing").
This would make your VB be the EXE. That would probably be the best way. Another way is to make
the C++ files the EXE and import the VB forms into VC++ resource files. The only problem with this is
you would have to rewrite your message handlers in C++.
Wayne
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
|