Revision history of "Loading DLLs in LoadRunnner"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 14:53, 21 January 2016PeterHarding talk contribs 210 bytes +210 Created page with "=Example= <pre> vuser_init() { // lr_message(">>>> About to load DLL"); lr_load_dll("sqlite3.dll"); // lr_message(">>>> sqlite3.dll *loaded*"); return 0; } // vuser_i..."