TonyGroves
Programmer
I want to write a C++Builder application that dynamically loads a certain DLL, as there are several suitable versions of the DLL available, all of which export the same functions, but at different addresses. It's not a Borland-format DLL.
It seems that if I want to use a non-Borland DLL, I have to use implib to produce a *.lib file, which must then be linked into the application; is that right? That would mean that I'm tied to the particular DLL version that I've linked.
Does anybody know of any way around this problem?
Thanks a lot.
It seems that if I want to use a non-Borland DLL, I have to use implib to produce a *.lib file, which must then be linked into the application; is that right? That would mean that I'm tied to the particular DLL version that I've linked.
Does anybody know of any way around this problem?
Thanks a lot.