⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 将使用的DLL文件预先装入内存已提高VB程序执行速度的程序
💻 TXT
字号:
Application Loader

This is a small utility to pre load DLL's into memory which then 
stay resident in memory until Windows terminates. It is written in VB3 
and requires the VBRUN300.DLL. The advantage of preloading DLL's, VBX's 
into memory is you can control exactly which version is loaded into memory 
and application load time is greatly speeded up. The files contained in this 
project are listed below :-

COMMON\API.BAS				Standard Windows API Declarations
COMMON\CONSTANT.TXT			VB Standard Constants
COMMON\DATACONS.TXT			VB Database Standard Constants
COMMON\ACAGLB.BAS			Personal Standard Routines

LOADER\LOADER .EXE       		Loader Program 
LOADER\LOADER .FRM        		Loader Applicaton Main Form 
LOADER\LOADER.FRX        		Loader Applicaton Main Form 
LOADER\LOADER.INI           		Example Loader INI File
LOADER\LOADER.MAK          		Loader Application MAK File
LOADER\LOADER.TXT           		Sample List of DLL's To Load
LOADER\LOCALAPI.BAS         		List of Windows API Declarations 
					(Overrides API.BAS in common 
					directory).

BITMAPS\LOADER.DIB        		Bitmap Image of Loader Screen

FORMS\LOADER.FRM      			True Visual Basic Screen For Loader Form
FORMS\FORMS.MAK				MAK File for Forms (NEEDS THREED.VBX)


The Utility is controlled using the LOADER.INI file and the LOADER.TXT file, 
specifying all the DLL's, VBX's to be loaded. The LOADER.INI File has the 
following structure.

[Application]
FileList=				Specifies the Directory and name of 
					the list of DLL's to load into memory 
					the default is app.path \ loader.txt
Debug=Yes				Indicates if the loader form screen 
					should be shown or not. 'Yes' means 
					show it anything else don't.

The StarterApps section lists programs that want to be loaded into memory 
before the DLL's are loaded. The format is to use the names below followed 
by a number 1 - whatever when the number sequence breaks the programs stops 
loading the applications.

[StarterApps]
FileName1=				Command line to run program
WorkingDirectory1=			Program working directory this is 
					optional, assumes current directory 
					if not specified.
StartState1=				Window State to load the program in 
					default is normal.
FileName2=
WorkingDirectory2=
StartState2=
.
.
etc
.
.


The DLL loader list is just a straight list with a return charater at the 
end of each line :-

COMPOBJ.DLL
CTL3DV2.DLL
DS3270.DLL
GPBAS04.DLL
GPMDS04.DLL


If you have a questions, suggestions or problems with this application 
I can be contacted at STEVES@Anthony-Cook-Assoc.co.uk


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -