Author |
Message |
Topic: c/c++ dll load |
Rasun
Replies: 5
Views: 2137
|
Forum: Application Programming Posted: Sun Aug 20, 2006 6:52 pm Subject: c/c++ dll load |
No sir, You are not missing anything. The load module will be picked from the library where it can be found the first time but by doing hash on the module we can make a decision to proceed or not to p ... |
Topic: c/c++ dll load |
Rasun
Replies: 5
Views: 2137
|
Forum: Application Programming Posted: Sun Aug 20, 2006 2:16 pm Subject: c/c++ dll load |
ok sir,
May be my post was not clear. There is no error. The requirement is to do some hash check on the called module. Let me do this with an example.
I have program 1. It calls a vendor program ... |
Topic: c/c++ dll load |
Rasun
Replies: 5
Views: 2137
|
Forum: Application Programming Posted: Sun Aug 20, 2006 1:34 pm Subject: c/c++ dll load |
Folks need some help,
I am using c on mainframe. The problem I am facing is to determine from which library loadmodule is loaded. On windows platform we have command like GetModuleFileName, where ... |
|