equal
deleted
inserted
replaced
32 |
32 |
33 ==option uint V version |
33 ==option uint V version |
34 |
34 |
35 The version of the DLL to be loaded. The top 16 bits of the version are the major version, the bottom 16 the minor. Unless otherwise specified DLLs are given the version 10.0, ie 0x000A0000. Note versions are not checked on the WINSCW platform because it uses the windows DLL loader. |
35 The version of the DLL to be loaded. The top 16 bits of the version are the major version, the bottom 16 the minor. Unless otherwise specified DLLs are given the version 10.0, ie 0x000A0000. Note versions are not checked on the WINSCW platform because it uses the windows DLL loader. |
36 |
36 |
|
37 ==option bool n nowait |
|
38 |
|
39 Don't wait before exiting. |
|
40 |
37 ==argument string dll_name |
41 ==argument string dll_name |
38 |
42 |
39 The name of the DLL to load. |
43 The name of the DLL to load. |
40 |
44 |
41 ==copyright |
45 ==copyright |
42 |
46 |
43 Copyright (c) 2008-2010 Accenture. All rights reserved. |
47 Copyright (c) 2008-2010 Accenture. All rights reserved. |
44 |
48 |
|
49 ==smoke-test |
|
50 |
|
51 load --nowait euser.dll $Quiet |