ben = "Ben Sifuentes" <[EMAIL PROTECTED]> "

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

I believe the debugger is looking for a "debug version" of the dll, which in
this case means that if your dll is named dllname.dll, the debugger is looking
for dllname_g.dll.  I've never actually used a real debug version of the dll in
this case, I've always just copied the existing dll to the name it is looking
for and that has solved my problem.

Ryan Chase
DB2 UDB Administration Tools
[EMAIL PROTECTED], (416) 448 4035
IBM Toronto Lab

Reply via email to