| View previous topic :: View next topic |
| Author |
Message |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Sun Nov 23, 2003 10:42 pm Post subject: Idea for the problem with @LIB() parameter limit! |
|
|
Hi all,
I just has a brilliant idea! Instead of using the regular VDS parsing
routine and using the commas for the seperator, why don't we use
semicolons and use a different parsing routine which allows unlimited
parameters?  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Mon Nov 24, 2003 3:53 am Post subject: |
|
|
I think the problem with more parameters for @LIB() is of a different nature internally (nothing to do with comma or "|" pipe character(shouldn't matter for the script engine as it will parse both in the same way). For each set of additional parameters U allow U should have extra arrays buffers and such things hard coded internally to hold the information and dynamically create the structures from @BINARY() to pass it on to the dll U called as a parameter.
And for each additional parmeter U allow U need more and more of these things because it should be able to pass on the structs etc in all the parameters at the same time to the dll I may be wrong though
And the solution probably lies in having a different more innovative way of creating structs/passing params to the actual dll called reusing the available resources again and again in a almost unlimited manner.
VDS developers may be able to elaborate more on this. _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Mon Nov 24, 2003 7:55 pm Post subject: |
|
|
OK, but it was worth a try.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
|