Custom Query (245 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (58 - 60 of 245)

Ticket Resolution Summary Owner Reporter
#226 duplicate Use lazy loading and beginlibpath to change libpath bird Yuri Dario
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.

#133 fixed _SC_PAGESIZE missing in sysconf() bird cinc
Description

The sysconf() function doesn't implement the _SC_PAGESIZE (and _SC_PAGE_SIZE) parameters. This breaks GLIB 2.12.4 compilation (a workaround is easy, though).

#321 invalid __attribute__((constructor/destructor)) and _DLL_InitTerm() KO Myung-Hun
Description

Hi/2.

__attribute__((consturctor)) and __attribute__((destructor)) can be used as a startup code and an exit code, respectively.

But when using custom _DLL_InitTerm(), if it does not call __ctordtorInit(), those startup and exit codes are not called.

This is very annoying because a static library is using those features and it is linked into a DLL which does not call __ctordtorInit(), those startup/exit codes are not executed.

Note: See TracQuery for help on using queries.