| View previous topic :: View next topic |
| Author |
Message |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
Posted: Fri Aug 08, 2003 12:34 pm Post subject: Using a .DSU file at runtime. |
|
|
Is there a way to use a .dsu file at runtime and not have it compiled in with the script? This would be very nice to be able to create "plug-ins" for a program. _________________ Chris
Http://theblindhouse.com |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Fri Aug 08, 2003 2:30 pm Post subject: |
|
|
That would probably be possible if next version of VDS will have ability to compile dlls
Currently I think all the dsu/include files are ultimately compiled as if it were a single dsc file.
Giving the exe ability to read .dsu at runtime may affect the execution speed of the exe as it involves more disk access compared to memory access than if it were a .dll.
I think if not a dll atleast allowing each include/dsu file to be made to run as a seperate thread (optionally) would make the app much more efficient. This may help while using complex scripts, API and non VDS dlls.
My 2 cents. I may be wrong. _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
|