| View previous topic :: View next topic |
| Author |
Message |
Hippo Contributor


Joined: 08 Feb 2005 Posts: 53
|
Posted: Tue Feb 08, 2005 2:43 pm Post subject: Systeminfo.dll Help |
|
|
Hi
Im just getting started in the VDS language after using several others. I am trying to use systeminfo.dll in my program but keep hitting the same error everytime I try to use the @SYSTEMINFO command, "Error in external command or function"
What is the correct syntax for using this dll and is it compatible with VDS 5?
Thanks in advance
Hippo |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
Posted: Tue Feb 08, 2005 4:10 pm Post subject: |
|
|
Hippo, if you are using VDS 5, add these two lines to the top of your script to let VDS know which functions you wish to use...
| Code: | | #define function,systeminfo |
Also, it could be possible that the DLL is not compatible with VDS 5, but first try adding the line above to your script...  _________________ [ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial! |
|
| Back to top |
|
 |
Hippo Contributor


Joined: 08 Feb 2005 Posts: 53
|
Posted: Tue Feb 08, 2005 4:51 pm Post subject: |
|
|
Hi, thanks for the reply.
However I already have that line in my source  |
|
| Back to top |
|
 |
jules Professional Member


Joined: 14 Sep 2001 Posts: 1043 Location: Cumbria, UK
|
Posted: Tue Feb 08, 2005 5:34 pm Post subject: |
|
|
That error message means the DLL itself is barfing. _________________ The Tech Pro
www.tech-pro.net |
|
| Back to top |
|
 |
marty Professional Member


Joined: 10 May 2001 Posts: 789
|
Posted: Tue Feb 08, 2005 5:42 pm Post subject: |
|
|
| I dont think this DLL is supported for VDS 5 |
|
| Back to top |
|
 |
Hippo Contributor


Joined: 08 Feb 2005 Posts: 53
|
Posted: Tue Feb 08, 2005 5:59 pm Post subject: |
|
|
| jules wrote: | | That error message means the DLL itself is barfing. |
That was my first impression, I hoped I wasnt right
Is there any other dll that can provide some of the functions? Principally the CPUID stuff. |
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Tue Feb 08, 2005 6:23 pm Post subject: |
|
|
Yeah, that dll is seriously old and not compatible with VDS 5. In fact,
most the information gathered by that dll can now be done directly in
VDS 5. You can scrounge through the registry for most of the info. _________________ 'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.) |
|
| Back to top |
|
 |
|