[ooc-compiler] libadt questions
Brought to you by:
mva
|
From: Marco O. <Mar...@In...> - 2000-08-07 14:29:00
|
Hello! I wanted to implement a small program and I needed a few helpful objects, which I expected to be similar to those in libadt. I am using VisualOberon for my program which makes it at this point impossible to directly use libadt. But I looked at the documentation to see how I implement Riders for the VOListModel e.g. I recognized that it is not supported to have multiple manipulating Riders in libadt and I am wondering what reason it has and if there was too little use for such an implementation. The next thing I would like to have is an object that simplifies reading files in a format which contains a lot unused information. Has someone thought about some kind of filter which can be used by a program like a Reader? I have been using an extra program run by Rts.System to convert a file into a new format and after that I am reading the converted file. But I thought it would be faster and nicer to convert that file on the fly. What do the others in this list do? Greetings Marco |