Home > Back-end >  DELPHI LoadPackage a BPL slowly
DELPHI LoadPackage a BPL slowly

Time:02-03

DELPHI LoadPackage a BPL slowly ~
Now my BPL compiled under delphi7.0 good after 3 m, the main program at the time of first load slow not
Analysis the initialization time is slow here, I wonder if you have a great god good solution
@ PackageLoad:=GetProcAddress call Module, 'the Initialize ();//Do not localize
If Assigned (PackageLoad) then
PackageLoad
The else
Raise EPackageError. CreateFmt (sInvalidPackageFile, [GetModuleName (Module)]);

CodePudding user response:

The initial changes of things

CodePudding user response:

Know is initialized, it is by the Delphi method, I wonder if you can have encountered similar problems?

CodePudding user response:

Top, don't in CSDN people encountered similar problems?

CodePudding user response:

http://blog.csdn.net/truexf/article/details/3852375

CodePudding user response:

Delphi2007 after this problem has been solved, has not the source of the line,

CodePudding user response:

This method still doesn't work
  • Related