# HG changeset patch # User Claus Gittinger # Date 1576252273 -3600 # Node ID 95ca71f47a00dc8433d398ae2cfb6fd5dd36fb85 # Parent aa3a98621b0a544beeafc34682b5df0243c1e106 #DOCUMENTATION by cg class: StandaloneStartup class comment/format in: #loadRemainingClassLibraries diff -r aa3a98621b0a -r 95ca71f47a00 StandaloneStartup.st --- a/StandaloneStartup.st Fri Dec 13 15:35:34 2019 +0100 +++ b/StandaloneStartup.st Fri Dec 13 16:51:13 2019 +0100 @@ -1,3 +1,5 @@ +"{ Encoding: utf8 }" + " COPYRIGHT (c) 2006 by eXept Software AG All Rights Reserved @@ -1001,7 +1003,8 @@ ! loadRemainingClassLibraries - "To speedup startup, we did not load all dll's (only a subset of non-GUI dll's is present). + "Windows only. + To speedup startup, we did not load all dll's (only a subset of non-GUI dll's is present). Now, load all skipped libs (the ones marked with '*') from modules.stx." |modulesFile dllDirectory dlls|