DLL lookup tables
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 2 articles for 2.186 sec
Re: DLL lookup tables     

Group: comp.os.mswindows.programmer.win32 · Group Profile · Search for DLL lookup tables in comp.os.mswindows.programmer.win32
Author: mark
Date: May 8, 2008 16:40

.... I have been going through some Windows C+ + programming code. In a lot of source files, I have found quite a few lines of entries of lookup tables. However, I'm not familiar of how they are used in runtime. Any explanation would help a lot. Thanks. a lookup table is just an array and is not win32 specific.
Show full article (0.43Kb) · Show article thread
DLL lookup tables     

Group: comp.os.mswindows.programmer.win32 · Group Profile · Search for DLL lookup tables in comp.os.mswindows.programmer.win32
Author: ssylee
Date: May 8, 2008 11:07

I'm new to Windows programming, but have been exposed to enough C++/C to get started on the topic. I have been going through some Windows C+ + programming code. In a lot of source files, I have found quite a few lines of entries of lookup tables. However, I'm not familiar of how they are used in runtime. Any explanation would help a lot. Thanks.
Show full article (0.34Kb)