Search found 4 matches

by jazu100
30 Apr 2009 01:04
Forum: DOS Batch Forum
Topic: Call Exported DLL Function
Replies: 6
Views: 12750

Hello again, I'm back with a new release! New features and fixes: - It has now support for string pointers (dll out, in/out) - Support for hex decimals - Return value can be used as handle to anyting! -> Three new definition selectors: -s' (str in/out), -s# (str in) and -x (hex decimal) - Better hel...
by jazu100
29 Apr 2009 04:41
Forum: DOS Batch Forum
Topic: Call Exported DLL Function
Replies: 6
Views: 12750

Hi pusofalse,
I'm sorry but the first release doesn't handle pointers, it only passes arguments to functions. The first release was mostly for test if somebody
really needs utility like that.
But no problem, of course I can do another more improved release
and I will post it here soon!
by jazu100
25 Apr 2009 01:39
Forum: DOS Batch Forum
Topic: Call Exported DLL Function
Replies: 6
Views: 12750

Call Exported DLL Function

Hi all, I have created handy and portable command line utility that is able to call dllexported functions: http://www.2shared.com/file/5485995/4b969d2c/_call.html Few examples how to use it: Display message box with yes and no buttons @echo off _call user32.dll MessageBoxA -d 0 -s "Yes or No?&q...