
10 Oct
2006
10 Oct
'06
2:40 p.m.
Janek Kozicki wrote:
The capability that I would like to have is to be able to create a class _not_ from a separate file, but also the one that has been declared somewhere inside the running program. So you can't point at a file and say "load it". You provide the actual class name, and the extensions library performs a search in every place it can think of, in following order:
- inside the currently running program (not a file) - inside all directories declared for search - inside current directory
Why you say "directory," do you mean it searches shared libraries within the directory? This is something I would like to have. The part about searching within the program as well is very important. -Dave