View Issue Details

IDProjectCategoryView StatusLast Update
0000195Ecere SDKcompilerpublic2016-04-19 05:19
Reporterjerome Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Target Version0.46 eC II 
Summary0000195: When declaring a virtual method as private, FindMethod might not find it since it is passed a module resulting in an unmangled i
DescriptionWhen declaring a virtual method as private, FindMethod might not find it since it is passed a module resulting in an unmangled identifier, but
  AddMethod does look through private methods, thus the method is not added to symbols... (It should be added to symbols; How to? Add Module parameter to AddMethod?)
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2009-05-03 06:10 jerome New Issue
2012-03-08 16:51 redj Target Version => 0.45 Ginkakuji
2012-03-29 07:50 redj Category => eC Compiling Tools
2012-03-29 07:50 redj Project @2@ => Ecere SDK
2014-07-11 18:32 jerome Target Version 0.45 Ginkakuji => 0.46.1
2016-04-19 05:19 jerome Target Version 0.46.1 => 0.46 eC II