View Issue Details

IDProjectCategoryView StatusLast Update
0000207Ecere SDKcompilerpublic2014-07-11 18:26
Reporterjerome Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Target Version0.46 eC II 
Summary0000207: Symbol files and specified 'this class' functions
Description  [ a.ec ]
      import "b"

      class MyClass
      {
         void Test()
         {
            DoWithMyClass(this, 10);
         }
      }

   [ b.ec ]
      import "a"

      class MyClass; // If this isn't here MyClass is thought of being a namespace?

      void MyClass::DoWithMyClass(int a)
      {

      }
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2009-05-03 06:17 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:26 jerome Target Version 0.45 Ginkakuji => 0.46 eC II