SomethinXtra
Programmer
Hi all, new kid on the block.. Have been using Borland C++ Builder for years but quit updating when I received Builder-5. 5 has done everything I have needed and so far MS hasn't broken anything I have written with it's continuous OS updates.
Wondering if it's possible to create a DLL in Builder that can be called from a MSVC EXE. The EXE calls functions in a DLL, I assume was also written with MSVC. I need to replace the DLL with one that adds functionality to a couple routines but do not have access to the EXE source or MSVC.
Google has produced a few examples but they all assume you are going to recompile the calling app using imports from the DLL. I can't do that, don't want to learn another compiler nor give MS and more money than I absolutely have to. I can write the functions but don't know how to make sure the EXE can see them.
Thanks
Bob
Wondering if it's possible to create a DLL in Builder that can be called from a MSVC EXE. The EXE calls functions in a DLL, I assume was also written with MSVC. I need to replace the DLL with one that adds functionality to a couple routines but do not have access to the EXE source or MSVC.
Google has produced a few examples but they all assume you are going to recompile the calling app using imports from the DLL. I can't do that, don't want to learn another compiler nor give MS and more money than I absolutely have to. I can write the functions but don't know how to make sure the EXE can see them.
Thanks
Bob