Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.979 Beiträge
 
#1

Delayed loading of a DLL

  Alt 29. Jun 2013, 15:20
The delayed directive can be used when declaring a function exported from a DLL so that the DLL is not loaded before the function is called. This is very useful because you may first check if the conditions are met to call the DLL before actually loading the DLL, for example check if the DLL is ...

More...
  Mit Zitat antworten Zitat