|
-
Aug 9th, 2000, 08:11 PM
#1
Thread Starter
New Member
I am writing an application that uses both VB6 and C++. The tool is the COM object. I have no trouble making the following connection:
C++ (as server) --> VB6 (as client)
C++ (as server) --> C++ (as client)
VB6 (as server) --> VB6 (as client)
But then I just cannot do the VB6 as server-->C++ as client.
Even I use the MIDL compiler, the .idl file generated by VB cannot give me the .h file for my C++ client. How would I read the VB generated .dll or tlb files from C++ ???? HELP Please !!!
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
|