forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


VDSDLL 3 Updates for VDS 5
Goto page Previous  1, 2, 3, 4  Next
 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Product Support
View previous topic :: View next topic  
Author Message
X-Tools
Valued Contributor
Valued Contributor


Joined: 20 Sep 2001
Posts: 296
Location: Germany

PostPosted: Fri Aug 01, 2003 6:46 am    Post subject: VDSDLL Reply with quote

whats the way to connect to a database now ?
I get error 1401.

adding channel, switch channel and then login ?


Bye, Fabian
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Tommy
Admin Team


Joined: 16 Nov 2002
Posts: 746
Location: The Netherlands

PostPosted: Fri Aug 01, 2003 7:01 am    Post subject: Re: VDSDLL Reply with quote

X-Tools wrote:
whats the way to connect to a database now ?
I get error 1401.

adding channel, switch channel and then login ?


Bye, Fabian


The DLL should be backwards compatible. A default channel always exists, it is
selected by default. The 1401 error means that the libmySQL DLL could not be loaded.
It is still required, but it is loaded dynamically, on any attempt to use any of the commands
or functions of the DLL. Are you sure the (new) libmySQL.dll file is placed in the script's
directory?
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Tommy
Admin Team


Joined: 16 Nov 2002
Posts: 746
Location: The Netherlands

PostPosted: Fri Aug 01, 2003 7:28 am    Post subject: Reply with quote

VDSLIST V 1.4:
added compatibility with VDS 5;
reduced buffer size from 64 kB to 2 kB;
allowed for unlimited function result length;
significantly reduced filesize of vdslist.dll;
recoded clipboard features;
fixed a bug in the DLL LST, ASSIGN command;
fixed a bug in @DLL(LST, ITEM) function causing optional parameter not to work;
fixed @DLL(LST, MATCH) to search from the current index position rather than the top of the list;
fixed @DLL(LST, MATCH) so that it is case insensitive, unless specifying exact;
added @DLL(LST, LOCATE).

http://www.vdsworld.com/vdsdll/vds5/
Back to top
View user's profile Send private message Send e-mail Visit poster's website
X-Tools
Valued Contributor
Valued Contributor


Joined: 20 Sep 2001
Posts: 296
Location: Germany

PostPosted: Fri Aug 01, 2003 7:44 am    Post subject: VDSDLL Reply with quote

Hi Tommy,

yes, I have new vdsmysql and libmysql in the script directory.
Error 1401 is caused on mysql login command.

Bye, Fabian
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Tommy
Admin Team


Joined: 16 Nov 2002
Posts: 746
Location: The Netherlands

PostPosted: Fri Aug 01, 2003 8:06 am    Post subject: Reply with quote

VDSCAP V 1.1:
added compatibility with VDS 5;
reduced buffer size from 64 kB to 2 kB;
allowed for unlimited function result length.

http://www.vdsworld.com/vdsdll/vds5/
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Tommy
Admin Team


Joined: 16 Nov 2002
Posts: 746
Location: The Netherlands

PostPosted: Fri Aug 01, 2003 8:14 am    Post subject: Reply with quote

Really all that could make the error 1401 happen is a problem with loading libmySQL.dll.
That library is loaded in a similar way as the "external" command loads a VDS DLL.
You might want to search your system for other versions of libmySQL.dll (Windows,
Windows system directories), but I'm not sure if that could help. Also your libmySQL.dll
file you downloaded just might be corrupted. You might want to try to redownload
the file or use the file included with your MySQL installation. Also it's worth a try
putting the file in the Windows system directory instead of the script's directory.

Also sometimes it helps to put "directory change,@path(%0)" on the line before the
external command, however in the example script this was already done.

I really hope it will work now.

Tommy
Back to top
View user's profile Send private message Send e-mail Visit poster's website
X-Tools
Valued Contributor
Valued Contributor


Joined: 20 Sep 2001
Posts: 296
Location: Germany

PostPosted: Fri Aug 01, 2003 8:28 am    Post subject: VDSDLL Reply with quote

Yes, you are right - i found a libmysql.dll in my system32. I deleted it and now it works. Thanks tommy.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Dr. Dread
Professional Member
Professional Member


Joined: 03 Aug 2001
Posts: 1065
Location: Copenhagen, Denmark

PostPosted: Fri Aug 01, 2003 8:35 am    Post subject: Reply with quote

Tommy wrote:
VDSLIST V 1.4:
added compatibility with VDS 5;
reduced buffer size from 64 kB to 2 kB;
allowed for unlimited function result length;
significantly reduced filesize of vdslist.dll;
recoded clipboard features;
fixed a bug in the DLL LST, ASSIGN command;
fixed a bug in @DLL(LST, ITEM) function causing optional parameter not to work;
fixed @DLL(LST, MATCH) to search from the current index position rather than the top of the list;
fixed @DLL(LST, MATCH) so that it is case insensitive, unless specifying exact;
added @DLL(LST, LOCATE).


Works a charm. Tested with a 140,000 line file. All bugs seem to have been fixed - and so far everything works
fine, and fast.. Thumbs Up

What does LOCATE do? Syntax?

Greetz
Dread

_________________
~~ Alcohol and calculus don't mix... Don't drink and derive! ~~

String.DLL * advanced string processing
Back to top
View user's profile Send private message
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Fri Aug 01, 2003 8:37 am    Post subject: Reply with quote

X-Tools, just a tip, you can better rename the DLL next time to _libmysql.dll, just in case your whole system crashes... Wink
_________________
[ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial!
Back to top
View user's profile Send private message
Tommy
Admin Team


Joined: 16 Nov 2002
Posts: 746
Location: The Netherlands

PostPosted: Fri Aug 01, 2003 8:47 am    Post subject: Reply with quote

http://www.vdsworld.com/vdsdll/vds5/vdslist.htm
Back to top
View user's profile Send private message Send e-mail Visit poster's website
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Fri Aug 01, 2003 12:52 pm    Post subject: Reply with quote

Great work Tommy. Smile
_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Tommy
Admin Team


Joined: 16 Nov 2002
Posts: 746
Location: The Netherlands

PostPosted: Sat Aug 02, 2003 1:52 am    Post subject: Reply with quote

Here is a version of the default vdsdll.dll file that is compatible with VDS 5:

http://www.vdsworld.com/vdsdll/upload/vdsdll92.zip

Please realize that this is still version 3.18 of the DLL, it doesn't include the updated parts
being posted here for version 3.20 of the DLL.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Thu Aug 28, 2003 10:21 pm    Post subject: Reply with quote

Are theses updates still taking place? Also is the vdsdll27.dll still
going to be updated? Very Happy

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Tommy
Admin Team


Joined: 16 Nov 2002
Posts: 746
Location: The Netherlands

PostPosted: Sat Sep 20, 2003 8:52 pm    Post subject: Reply with quote

The conversion is still taking place. Here's one more that was updated:

VDSTIME V 1.4:
added compatibility with VDS 5;
reduced buffer size from 64 kB to 2 kB;
allowed for unlimited function result length;
fixed a problem related to VDSTIME part and its example script.

http://www.vdsworld.com/vdsdll/vds5/

I'm not certain yet whether vdsdll27.dll will be updated, but it will be considered. At
the very least, it's unprobable that the DLLs in vdspack.zip will still be updated.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Tommy
Admin Team


Joined: 16 Nov 2002
Posts: 746
Location: The Netherlands

PostPosted: Sat Sep 20, 2003 9:43 pm    Post subject: Reply with quote

Another update to VDSTIME:

VDSTIME V 1.5:
added @DLL(DTIME, MILLISECONDS, <datetime value>) function.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Product Support All times are GMT
Goto page Previous  1, 2, 3, 4  Next
Page 2 of 4

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group