-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:
Operating System: ReactOS
Platform: x86 Hardware
-
External URL:
-
External issue ID:4730
This patch implements delay import support for dlltool. It works similar to the normal way. Instead of "-l libname.a" you pass "-y delaylibname.a"
passing both -l and -y is possible.
The generated lib can then be linked together with delaylib.a to achieve delay loading. I tested it with a single import. Might have bugs. consider this as alpha version.
- relates to
-
CORE-10935 sdk:Improve delayload support
-
- Resolved
-