WOW, Im on fire... I found another bug. I think this might a known bug. Enumerated types are not exported in the GPI file. For example: {---------------------------------------------------------------------} In TYPES.PAS: Unit Types; Type TDays = (Monday,Tuesday); ... In BUG.PAS: Uses Types; Var TheDay : TDays; { This is OK } Begin TheDay := Monday; { Monday is undefined! } End. {---------------------------------------------------------------------} Thanks ________________________ | _) | | e-mail: bernie@icenet.com.au |___)ernhard |_|schirren ptschirrenb@cc.curtin.edu.au www: www.geocities.com/CollegePark/Quad/8070/
participants (1)
-
Bernhard Tschirren