Dan Guest
|
Posted: Thu Mar 08, 2007 12:02 am Post subject: Delphi 7 DLL produces different results when called by C# Ap |
|
|
Hi all,
I have a DLL built in Delphi 7 that has a few functions for extracting data
from some b-tree database tables. Everything works great when called by a
test app written in Delphi, yet when the same functions are called from a C#
production application, a couple of the extracts are returning no data, or
fewer records than I receive when called by the test application.
Any ideas why this would be the case? I can't debug the DLL from Visual
Studio that I'm aware of, so it's essentially a "black box" as far as VS is
concerned, but when testing and debugging from Delphi, everything works
perfectly.
I'm stumped.
TIA,
Dan |
|