G
Guest
Hello all,
I've created a COM dll for a number-crunching program. However when I tell
the program what function to use from the DLL, it claims that it cant find
the function.
I have the original .dll code in C++, however I'm not a C++ guy :-(. It
appears that all the functions are declaired in the .def (definition file).
When I compile it, the program reconizes the functions without a problem.
My question is, what is the .def equivilant in VB.net? How do I get my
number-cruncher program to reconize whats available in the .dll??
Thanks in advance,
Jeff
I've created a COM dll for a number-crunching program. However when I tell
the program what function to use from the DLL, it claims that it cant find
the function.
I have the original .dll code in C++, however I'm not a C++ guy :-(. It
appears that all the functions are declaired in the .def (definition file).
When I compile it, the program reconizes the functions without a problem.
My question is, what is the .def equivilant in VB.net? How do I get my
number-cruncher program to reconize whats available in the .dll??
Thanks in advance,
Jeff