I am using the AGSI in order to create other timers and define the IR for the extended interrupts. The dialog for the interrupts already have the 8 extended interrupts but it doesn't have flags defined for the interrupts. http://keil.com/dd/vtr/3227/4547.htm. I want to define those flags and add the flag as a check box to the dialog of the corresponding interrupt like the other timers/interrupts in order to send interrupts through the dialog. How can I overwrite the dialog that already has the 8 extended interrupts in it but no check boxs for the flags?
I have C51 v8.02 and Dialog DCore51 DLL v2.47 The dialog is being used as you say in the Debug tab of the Options menu with the same parameter. All of this is the same. A fellow worker and I both get the same thing. We are unable to get the INTx check boxes. Currently, I have created another DLL that creates the same Interrupts with the same vectors and with a INTx check box, but now we have two of every extended interrupt in the dialog (one with an INTx and one without). Is this going to be an ok work around or is it going to cause problems? I really would like to have it just have that INTx check boxes. That would be best. Thanks again for all of your help.
This problem seems to be solved in version 8.04. Is there any reason not to use it (e.g. support period has expired)? If your additional external interrupt also uses the VTR INTPINS as interrupt source, the double defined interrupts may interfere with each other.
You were right. The problem was fixed in v8.04. Thank you so much for your help. It works great now. Regards, John