I have an DLL that hooks into another application, so I can't run debuging inside VB6 console.
The problem appears to be with 2 or 3 specific private sub functions. But the weird part is I have two machines. On my intel platform it works fine, on my amd platform it crashes at two particular reproducable instances. But I can't figure out how to get the debugging into it so I can figure what or where it is bombing out.
Can someone help me out on debuging the DLL
The problem appears to be with 2 or 3 specific private sub functions. But the weird part is I have two machines. On my intel platform it works fine, on my amd platform it crashes at two particular reproducable instances. But I can't figure out how to get the debugging into it so I can figure what or where it is bombing out.
Can someone help me out on debuging the DLL