Opened 14 years ago
Closed 14 years ago
#226 closed enhancement (duplicate)
Use lazy loading and beginlibpath to change libpath
Reported by: | Yuri Dario | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.7 |
Component: | libc-backend | Version: | 0.6.2 |
Severity: | normal | Keywords: | |
Cc: |
Description
The usual problem of loading dll under os/2 requires proper libpath setup.
With ticket:225 implemented, we can get beginlibpath to be changed before program reaches main(). This feature, together with dll lazy loading (already available) should solve our libpath issues.
Change History (2)
comment:1 by , 14 years ago
comment:2 by , 14 years ago
Milestone: | libc-0.6.4 → libc-0.7 |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Keep this discussion in ticket:225.
Note:
See TracTickets
for help on using tickets.
Patch added to ticket:225 implements required changes for libpath handling.