Custom Query (6 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 6)

1 2
Ticket Resolution Summary Owner Reporter
#7 fixed Registering of some DLLs with the GC fails cinc cinc
Description

nomRegisterDLLByName() fails to register NOBJTK.DLL with the GC if the DLL was not preloaded by hand. Reason is that the DLL searching only finds system DLLs (Loaded modules in kTaskMgr). The imports of these system DLLs are also searched but of course only OS/2 native DLLs will be found. kTaskMgr shows all DLLs btw.

#16 fixed List classes in NOM core library. somebody cinc
Description

There must be some list class in the NOM core library because quite a few enumeration methods (e.g. for method names, parameters, ...) will need it. At the moment such classes are in the foundation lib part of NOM. Leaving them there will probably cause some cycles during compilation.

#20 fixed Move thunking data into separate source file somebody cinc
Description

The structs defining the thunks for method and data access are defined in at least two different source files. These should go into one single file so maintenance is easier. This will also be beneficial for porting.

1 2
Note: See TracQuery for help on using queries.