Do you guys know why or when to use "DllOpen" ( opening the needed dll ) before calling a function via DllCall ?
Why I think that its still a good idea :
- because errors or problems can appear when multiple calls of the same function ( eg. in a loop ) are made
- because next time when calling the same function or other functions from the same dll can be more faster ?
Am I right ?
Why I think that its still a good idea :
- because errors or problems can appear when multiple calls of the same function ( eg. in a loop ) are made
- because next time when calling the same function or other functions from the same dll can be more faster ?
Am I right ?
![:ermm:](http://aut1.autoit-cdn.com/forum/public/style_emoticons/default/ermm.gif)