This is sort of a vague question, but I'm running into some trouble when closing out of VFP after instantiating a certain ActiveX control. When shutting down I receive the application error: 'The instruction at "0x004052e3" referenced memory at "0x0149326c". The memory could not be "read".' This happens in both the development environment and during run-time.
This is a custom control that was created for my company, so unfortunately it's not one people are going to be familiar with. I thought that I might not be releasing the object before shutdown causing the exception error to arise, but I don't think that's the case. Can anyone think what else might be causing this to happen? Any help would be greatly appreciated. Thanks.
This is a custom control that was created for my company, so unfortunately it's not one people are going to be familiar with. I thought that I might not be releasing the object before shutdown causing the exception error to arise, but I don't think that's the case. Can anyone think what else might be causing this to happen? Any help would be greatly appreciated. Thanks.