X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 12 May 2007 04:17 PM by  anon
problem: versionmajor
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
12 May 2007 04:17 PM
    the error is : Conflicting or duplicate structure tag definition: VERSIONMAJOR. who can show me the reason? thank you very much

    Deleted User



    New Member


    Posts:
    New Member


    --
    12 May 2007 04:17 PM
    The reason might be easier to diagnose, if you were to send the line of code that triggers this error. Generally speaking, however, IDL cannot change a structure definition during Runtime. If your current IDL session (or your currently-running IDL routine) has a current definition of {VERSIONMAJOR}, then you either have to do a .FULL_RESET_SESSION to clear it in your current IDL session, or you have to exit and restart IDL. I don't recognize this exact error message. But, if I received such a message, the first thing I would do is to enter "HELP, {VERSIONMAJOR}, /STRUCT" at the IDL> command line. This would show the field names and their default values of the {VERSIONMAJOR} definition that I was not allowed to change. That would hopefully, then, help me deduce the source from which this conflicting definition originated. James Jones
    You are not authorized to post a reply.