www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++ - using a Visual C++ dll in Borland

↑ ↓ ← Nitin <Nitin_member pathlink.com> writes:
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
Jun 06 2002
↑ ↓ → Jan Knepper <jan smartsoft.cc> writes:
 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
Jun 06 2002