Page 1 of 1
Dynamic Lick Libraries: Extending Script
Posted: Sat Mar 08, 2008 6:22 am
by ChristopherBodell
How would i use external dll's that i have downloaded, and use them with my applications, do i just have them included in standalone settings, and just use the functions for them like any other function....
Many Thanks,
Christopher
Posted: Mon Mar 10, 2008 1:11 pm
by Janschenkel
While you can't call DLL functions directly from within Revolution, you can get at them via VBScript. Here's a tip by Ken Ray:
[urlhttp://
www.sonsothunder.com/devres/revolution/tips/ext002.htm[/url]
However, the DLL cannot interact directly with the buttons, fields, graphics, etc. that are on your cards. Revolution has its own engine, and it is very well possible that it doesn't use the standard Windows controls to display stacks.
Hope this helped,
Jan Schenkel.
Perfect
Posted: Tue Mar 11, 2008 12:13 am
by ChristopherBodell
Jan,
Thanks, thats exactly what i needed, thanks for your time, i really appreciate it.
Many Thanks,
Christopher