I have a DLL written in VB 6 that is an addon to a third party product through a hook-in application.
The program works perfectly on intel platforms, but on AMD platforms it crashes at several reproducable points, but they do not coincide with any of the logical places inside the code, ie they are commented out and they still occur.
I asked this same question in the VB 6 forum and someone there directed me here.
How do I go about troubleshooting the DLL since it just causes the primary app to crash and close. I tried adding break-points to it, but since it is not running external to somewhere I can shoot errors off to I can see anything.
Help!
The program works perfectly on intel platforms, but on AMD platforms it crashes at several reproducable points, but they do not coincide with any of the logical places inside the code, ie they are commented out and they still occur.
I asked this same question in the VB 6 forum and someone there directed me here.
How do I go about troubleshooting the DLL since it just causes the primary app to crash and close. I tried adding break-points to it, but since it is not running external to somewhere I can shoot errors off to I can see anything.
Help!