!7 cmodule MakeFaceFinder > DynSingleFunctionWithPrintLog { void doIt { //runDependent(#1019536); print("Loading"); Class c = hotwireDependent(#1019536); print("Starting. print_log ok? " + (getOpt print_log(c) == print_log)); call(c, 'print, "test"); callMain(c); print("\n[done]"); } }