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 


vdsflist.dll or vdsdll.dll large file bug

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
DaveR
Valued Contributor
Valued Contributor


Joined: 03 Sep 2005
Posts: 413
Location: Australia

PostPosted: Thu Aug 20, 2009 12:25 pm    Post subject: vdsflist.dll or vdsdll.dll large file bug Reply with quote

I just discovered that vdsflist.dll v1.1.0.0 suffers from the same bug that VDS 5 does where numbers larger than 4GB are returned as negative numbers. Crying or Very sad Unfortunately vdsdll.dll v3.2.0.0 has the same bug.

Is Tommy still around? Does he still support vds.dll?


FYI if anyone is interested, the code I'm using is:
Code:
list clear,%%TempList
flist flags,S
flist list,%%Dir,*.*,ahrs*
list assign,%%TempList,@flist(get)
info @text(%%TempList)

or
Code:
list clear,%%TempList
dll flist,flags,S
dll flist,list,%%Dir,*.*,ahrs*
list assign,%%TempList,@dll(flist,get)
info @text(%%TempList)

If the total size of all the files in the directory exceed 4GB the list will contain a negative value.

_________________
cheers

Dave
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
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