Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

While working on The Problem with Embeds, Revisited I had to step through the process of using the Clarion IDE to create .INC and .CLW files to hold, respectively, class headers and class methods. I don't do this much any more; normally I use  John Hickey's excellent ClarionLive Class Creator, which is part of the ClarionLive Utility Pack.

It's easy enough to create the .CLW file using just the IDE - simply use the Stand Alone Member file quick start as that produces a file with an empty Member() as well as a Map statement. 

...