Skip to main content

Can a procedure-pointer data item be set to load multiple .DLLs

  • February 15, 2013
  • 0 replies
  • 0 views

Problem:

Question is whether the same procedure pointer data item can  be used to load multiple .DLLs simultaneously without a problem.

Resolution:

Yes, a procedure-pointer item can be used multiple times in order to load a new .DLL. The exception is if the procedure-pointer points to an entry point directly and that procedure-pointer is referenced directly within a CALL statement.

Old KB# 1538

0 replies

Be the first to reply!