June 06, 2002
Hi
I am trying to use a dll I created in C++ using the info at this link:
http://www.bcbdev.com/articles/vcdll.htm
All the dll has is an empty function called printing().
However after having successfully built the dll in Visual C++ and using IMPLIB
and IMPDEF and successfully built the test project in Borland to use the
function I created in Visual C++, I have not been able to run it. I keep getting
a runtime error at some weird assembly language screen that comes up. Its arrow
points at the line jmp blah blah...
Does anyone know why this is  or a better method to creating a dll in MVC++ to
use in Borland C++ Builder ?
Thanks
Regards
Nitin


June 06, 2002
> Does anyone know why this is  or a better method to creating a dll in MVC++ to use in Borland C++ Builder ?

For this you really should check Borland at http://www.borland.com/

Jan