View Issue Details

IDProjectCategoryView StatusLast Update
0001079Ecere SDKcompiler:ecppublic2014-07-14 18:52
Reporterjerome Assigned To 
PriorityhighSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Product Version0.44.09 
Target Version0.46 eC II 
Summary0001079: ecp breaks on cast to types defined elsewhere within a single statement
Descriptionif(curMember.isProperty)
   prop = (Property)curMember;
else
{
}
TagsNo tags attached.

Relationships

duplicate of 0000360 new StringBTNode : Precomp errors without extra brackets 
related to 0000277 new 'define' chokes on undefined classes used for casting in the defined expression 
related to 0000364 new Precomp Syntax Error: define app = ((IDEApp)__thisModule); // cast before class definition breaks 

Activities

jerome

2014-06-20 15:42

administrator   ~0001345

I believe even if they're imported from another module the cast is an issue.

Issue History

Date Modified Username Field Change
2014-05-11 18:18 jerome New Issue
2014-05-11 18:18 jerome Relationship added related to 0000277
2014-05-11 18:19 jerome Relationship added related to 0000364
2014-06-20 15:42 jerome Note Added: 0001345
2014-06-20 16:10 jerome Summary ecp breaks on cast to types not yet imported within a single statement => ecp breaks on cast to types defined elsewhere within a single statement
2014-07-14 18:52 jerome Relationship added duplicate of 0000360