Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VB 6 DLL Debuging Question

Status
Not open for further replies.

Udir

Technical User
Aug 16, 2001
111
US
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!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top