|
|
|
rundll32 минимальный код
|
|||
|---|---|---|---|
|
#18+
Нужна помощь: минимальный (рабочий) код для dll запускаемой rundll32. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 28.07.2006, 14:50 |
|
||
|
rundll32 минимальный код
|
|||
|---|---|---|---|
|
#18+
Rundll32 The Run DLL utility (Rundll32.exe) included in Windows enables you to call functions exported from a 32-bit DLL. These functions must have the following syntax: Код: plaintext 1. 2. 3. 4. 5. The following is the command-line syntax for Rundll32: Код: plaintext DllName Specifies the name of the DLL. The name cannot contain spaces, commas, or quotation marks. The utility searches for the DLL using the search criteria documented for the LoadLibrary function. Therefore, it is best to use the short name and provide a full path for the DLL. FunctionName Specifies the name of the function to call in DllName. Requires a comma (without no spaces) between DllName and FunctionName. Arguments Optional arguments for FunctionName. Rundll32 loads the specified DLL using LoadLibrary, obtains the address of the function using the GetProcAddress function, and calls the function with the specified arguments, if any. When the function returns, Rundll32 unloads the DLL and exits. It is possible to create a Unicode version of the function. Rundll32 first tries to find a function namedEntryPointW. If it cannot find this function, it tries EntryPointA, then EntryPoint. To create a DLL that supports ANSI on Windows Me/98/95 and Unicode otherwise, export two functions: EntryPointW and EntryPoint. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 28.07.2006, 15:20 |
|
||
|
rundll32 минимальный код
|
|||
|---|---|---|---|
|
#18+
Когда пытаюсь вызвать функцию с именем funcName, пишет: ошибка отсутствует funcName ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 28.07.2006, 16:00 |
|
||
|
rundll32 минимальный код
|
|||
|---|---|---|---|
|
#18+
Tubrik T> Когда пытаюсь вызвать функцию с именем funcName, пишет: T> ошибка отсутствует funcName Значицца нет такой функции у тебя PS: компиляторы С++ добавляют всякие префиксы, суффиксы к именам функций Posted via ActualForum NNTP Server 1.3 ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 28.07.2006, 16:05 |
|
||
|
rundll32 минимальный код
|
|||
|---|---|---|---|
|
#18+
Тут недавно "обсосали" эту проблему. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 28.07.2006, 16:30 |
|
||
|
|

start [/forum/topic.php?fid=57&fpage=342&tid=2030766]: |
0ms |
get settings: |
10ms |
get forum list: |
16ms |
check forum access: |
3ms |
check topic access: |
3ms |
track hit: |
58ms |
get topic data: |
9ms |
get forum data: |
2ms |
get page messages: |
44ms |
get tp. blocked users: |
2ms |
| others: | 235ms |
| total: | 382ms |

| 0 / 0 |
