• Welcome to Powerbasic Museum 2020-B.
 

News:

Forum in repository mode. No new members allowed.

Main Menu

\examples\oop\features issues

Started by James C. Fuller, May 08, 2018, 02:22:17 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

James C. Fuller

Charles,
  I am working my way through the examples\OOP\Features folder with the latest Progress.
'------------------------------------------------------------------------------
    CompactLayout1/2 will not compile
'------------------------------------------------------------------------------
    ConstructDestruct does not like (as):
      private va as long
    or
      static va as long
    This works
      static long m
'------------------------------------------------------------------------------
    DimStatic
      will not compile.
'------------------------------------------------------------------------------
    ImplicitThis
      Is this working correctly? output is 42 42

James

Charles Pegge

Thanks James,

I've reviewed/fixed those examples. (ImplicitThis was okay)

Do you want to see any of them now?

James C. Fuller

Charles,
  I can wait if they are included with the next Progress (hopefully with that being not TOO far off :))

The frustrating part is my OCD has kicked in on O2Basic again but with sparse documentation and you saying check the examples for implementation and the examples not working .....
I guess I thought you were closer to a beta than you are.

James

Charles Pegge


I don't have a clear picture of your projects, James, but would it help if you fielded a few howto questions? This is how I have developed O2 over the years, and will enable me to create relevant examples and documentation.