Tracking .dlls
843829Jan 13 2005 — edited Jan 14 2005I've written a .dll and am calling it from my Java app. This .dll uses other .dlls. My problem is this: everything works fine on my machine, but when I take it to a different machine it doesn't work the same. (It's not the hardware) I think that maybe I have a different version of some .dll on my machine and that's why it doesn't work on others. I've looked at the ones I know are being used, but one of them is a Microsoft .dll and I have no idea what that one might be calling. Is there a way to track the .dlls that need to be used for my specific method call? Thanks.