Hi
I have written a well ORACLE8 application (test.exe) using the DOA3.3 and Borland C++ Builder4 Professional a few weeks ago. Now, I need it compiled in DLL format.
Although I compile a DLL (test.dll) without errors, I cannot call it in another program (try.exe) without any error. When I...