| View previous topic :: View next topic |
| Author |
Message |
suxi Newbie
Joined: 16 Jan 2005 Posts: 23
|
Posted: Sun Jan 16, 2005 8:46 pm Post subject: registering DLLs in VDS5 |
|
|
Hi everyone
I am sure this is a newby question, but I can't figure it out:
I have downloaded some external DLLs for VDS 5, but don't get them to work. Even the provided scripts that come with the dll won't work. The compiler complaints about invalid commands, which for me means, the dll is not registered correctly.
This is the sample code of a screen capture dll I'd like to use:
external vdsdll.dll,Public Freeware Key|90257236
dll capture,capture.bmp
runm pbrush.exe capture.bmp
Thanks for any help and best wishes from Hamburg
Marc |
|
| Back to top |
|
 |
LOBO Valued Contributor


Joined: 14 Mar 2002 Posts: 241 Location: Wilmington, Delaware, USA
|
Posted: Sun Jan 16, 2005 9:30 pm Post subject: |
|
|
Welcome Marc to VDSWorld.
For the external dll to work with VDS 5 you must define the command
| Code: |
external vdsdll.dll,Public Freeware Key|90257236
#define command,dll
dll capture,capture.bmp
runm pbrush.exe capture.bmp
|
- Mark |
|
| Back to top |
|
 |
suxi Newbie
Joined: 16 Jan 2005 Posts: 23
|
Posted: Mon Jan 17, 2005 10:43 am Post subject: |
|
|
Hi Mark
Thank you for the help. This didn't work with my first dll, but I found a different one and
[code]external vdsconv.dll
#define command, convert
convert capture, test.bmp[/code]
did the trick.
Thank you very much for your help, best wishes from Hamburg
Marc |
|
| Back to top |
|
 |
|