At 07:26 AM 7/1/99 -0400, you wrote:
>>>>
I just ran across a problem with debugging my code that loads a dll. It seems it's unable to load the dll because it's unable to find the the dll. Now this is not a problem outside the debugger. Since I have it in my env path variable. I looked around in the configuration files for JDE and did not find a variable to set that would resolved this problem. Any help would be appreciated. Thanks. -Ben


Try making a copy of your dlls and apppending _g to their names, e.g.
mylib.dll -> mylib_g.dll.

jdb expects to use debug versions of native libraries and expects the
names of those debug versions to end in _g.

This is a FAQ, by the way.

- Paul

Reply via email to