CopyResourceToFile -
FileCreateNoTrunc -
FileCreateShare -
FileEOF -
GetBestBitMap -
GetTempName -
MakePath - must be running away with ourselves
MyStrLen -
NiceClassname -
OpenResource -
RemoveFileExtention - now truncate it
Split -
SysMinimized -
Function CopyResourceToFile(ResourceName : String; var UserFileHandle : Integer) : TFilename;
function FileCreateNoTrunc(const FileName: string): Integer;
Function FileCreateShare(const Filename : String; Mode : Word) : Integer;
Function FileEOF(Handle : Integer) : Boolean;
Function GetBestBitMap(TheClass : TClass) : HBitMap;
Function GetTempName : TFilename;
Function MakePath(Path : String) : String;
must be running away with ourselves
Function MyStrLen(Mem : THandle) : longint;
Function NiceClassname(TheClass : TClass) : String;
Function OpenResource(ResourceName : String; var Size : longint) : Integer;
Function RemoveFileExtention(const Filename : TFilename) : TFilename;
now truncate it
procedure Split(d, value : string; var s1, s2 : string);
Function SysMinimized(Form : TForm) : Boolean;