William Dicks
June 16th, 1999, 12:37 PM
We have a system developed in VC++ 6.0, but need a DLL or something else
from another company to make use of their functionality.
Their system is a combination of Visual Basic with a dll written in C.
The unfortunate part is that a lot of the functionality that they would like to
have in the dll is currently residing in the VB code. A lot of what the VB code
does for them involves database lookups of rates and pricing information.
Doing the database access in C++ is much more difficult for them, so they
haven't moved that functionality there yet. If we tell them that we absolutely
must have a dll and a dll only, they're then facing significant rewriting of the
system and they're not sure of how long such an effort will take. So, my
question for you is whether our system could call their executable via COM
instead of a dll.
I haven't worked much with COM, so I do not know what kind of solution I
need here. I do however realize that they can use COM to register functions
from the VB application that my app can call via COM.
Am I right in assuming this?
***
"Delaying decisions" is too often a euphemism for
"avoiding thinking."
- Bjarne Stroustrup
from another company to make use of their functionality.
Their system is a combination of Visual Basic with a dll written in C.
The unfortunate part is that a lot of the functionality that they would like to
have in the dll is currently residing in the VB code. A lot of what the VB code
does for them involves database lookups of rates and pricing information.
Doing the database access in C++ is much more difficult for them, so they
haven't moved that functionality there yet. If we tell them that we absolutely
must have a dll and a dll only, they're then facing significant rewriting of the
system and they're not sure of how long such an effort will take. So, my
question for you is whether our system could call their executable via COM
instead of a dll.
I haven't worked much with COM, so I do not know what kind of solution I
need here. I do however realize that they can use COM to register functions
from the VB application that my app can call via COM.
Am I right in assuming this?
***
"Delaying decisions" is too often a euphemism for
"avoiding thinking."
- Bjarne Stroustrup