| View previous topic :: View next topic |
| Author |
Message |
spongehammer Newbie
Joined: 01 Jul 2002 Posts: 2
|
Posted: Tue Dec 30, 2003 2:07 pm Post subject: [resolved] Problems with VDSinet.dll |
|
|
Hi,
i have just upgraded to VDS 5 and i would like to use VDSinet.dll for an ftp program. For some reason when i run the demo programs which came with the dll i get errors. All the commands which start NET FTP.... show as an error. I am running WIN XP
Does anyone have any ideas?
Thanks _________________ i looked up Paranoid in the dictionary
it said "What do you want to know that for?" |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Tue Dec 30, 2003 2:20 pm Post subject: |
|
|
- see next post - _________________ FreezingFire
VDSWORLD.com
Site Admin Team
Last edited by FreezingFire on Tue Dec 30, 2003 4:09 pm; edited 1 time in total |
|
| Back to top |
|
 |
Tommy Admin Team
Joined: 16 Nov 2002 Posts: 746 Location: The Netherlands
|
Posted: Tue Dec 30, 2003 2:49 pm Post subject: |
|
|
Hello Spongehammer,
You'll have to do the following, similar to FreezingFire said, before any calls are made
to the DLL:
| Code: |
#define command,net
#define function,net
|
Also please do make sure you use the very latest version 2.8 of vdsinet.dll:
http://www.vdsworld.com/index.php?page=download&file=vdsdll.dll
Tommy |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Tue Dec 30, 2003 4:08 pm Post subject: |
|
|
Hi Tommy & Spongehammer,
I was incorrect in my post. Tommy was correct in saying you need to
define the NET command, instead of the FTP command.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
spongehammer Newbie
Joined: 01 Jul 2002 Posts: 2
|
Posted: Tue Dec 30, 2003 8:07 pm Post subject: |
|
|
Hi,
WOW quick response . All works fine now
Thanks a lot
Spongehammer _________________ i looked up Paranoid in the dictionary
it said "What do you want to know that for?" |
|
| Back to top |
|
 |
|