Bug #7
error message not correctly formated
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Compiler | |||
Target version: | 1.8 | |||
Platform: | Triage Stage: | |||
Resolution: | fixed |
Description
With the following error message (2nd frame), the explanation order of the types contains in "Mailing_Queue_Entry" is reversed. The real statement of Mailing_Queue_Entry is
public type Mailing_Queue_Entry: empty, relay(Mailing_Queue_ID mailing_q_id, Mailing_Recipient_ID mailing_recipient_id, String user_from, String file_name, String header, String recipient, Send_Timeout timeout, Send_Tries tries).
and we can see, it begin with "Mailing_Queue_ID" not "Send_Tries" as written in error message.
D:\Documents and Settings\david\Mes documents\Calexium\EZMailBox\EZMailBox\src\smtp_mailing_sender.anubis(72,32) : Error E021: The operation is incompatible with the arguments. (It may also happen that the wanted operation has not been defined.) Interpretations of operation: 1. D:/Documents and Settings/david/Mes documents/Calexium/EZMailBox/EZMailBox/src/database/mailing.anubis:85: relay public define Mailing_Queue_Entry relay ( Send_Tries mailing_q_id, Send_Timeout mailing_recipient_id, String user_from, String file_name, String header, String recipient, Mailing_Recipient_ID timeout, Mailing_Queue_ID tries ). Interpretations of arguments: argument number 1: 1. Mailing_Queue_ID argument number 2: 1. Mailing_Recipient_ID argument number 3: 1. String argument number 4: 1. String argument number 5: 1. String argument number 6: 1. String argument number 7: 1. Int32 argument number 8: 1. Int32
History
#1
Updated by Alain Prouté over 17 years ago
- Status changed from New to Closed
- Resolution set to fixed