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 


bug in vdsipp.dll or i'am doing somethimes wrong?
Goto page 1, 2  Next
 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
tim6389
Professional Member
Professional Member


Joined: 01 Aug 2002
Posts: 790

PostPosted: Thu Aug 15, 2002 2:32 pm    Post subject: bug in vdsipp.dll or i'am doing somethimes wrong? Reply with quote

hello all

I have a script that re-freash a page at so many secs BUT after about an hour it stops working and i have to exit the program to re-start it Sad has anyone else had a problem with this? if so any ideas on how to fix it?


thanks
Back to top
View user's profile Send private message
Mac
Professional Member
Professional Member


Joined: 08 Jul 2000
Posts: 1585
Location: Oklahoma USA

PostPosted: Thu Aug 15, 2002 2:39 pm    Post subject: Reply with quote

You're using VDSIPP.DLL to refresh a page in your
browser? If so, why not use WINDOW SEND and
just send the hotkey (F5 for IE) that refreshes it?

BTW, I've not had any problems with VDSIPP.DLL...

Cheers, Mac Smile

_________________
VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
Back to top
View user's profile Send private message Send e-mail
tim6389
Professional Member
Professional Member


Joined: 01 Aug 2002
Posts: 790

PostPosted: Thu Aug 15, 2002 2:41 pm    Post subject: Reply with quote

Mac wrote:
You're using VDSIPP.DLL to refresh a page in your
browser? If so, why not use WINDOW SEND and
just send the hotkey (F5 for IE) that refreshes it?

BTW, I've not had any problems with VDSIPP.DLL...

Cheers, Mac Smile



no i'am not having it freash in a browser...it displays the info in a vds window.
Back to top
View user's profile Send private message
moke
Contributor
Contributor


Joined: 02 Jan 2002
Posts: 162

PostPosted: Thu Aug 15, 2002 2:55 pm    Post subject: Reply with quote

Could you be a little more specific? What is the data being refreshed?where is it comming from, a web site, FTP, mail server...? Are you doing anything with it before you display it? ect.

Also I think I remember reading that runnig some of PGWARE's dll'd in the same app with Tommy's was causing some problems. Of course my memory is probably as bad as Mac's and Garret's (see Garrret's don't laugh post).

Just give us more info and we can try to help.

moke
Back to top
View user's profile Send private message Send e-mail
tim6389
Professional Member
Professional Member


Joined: 01 Aug 2002
Posts: 790

PostPosted: Thu Aug 15, 2002 2:55 pm    Post subject: hummmm Reply with quote

I have been looking at this...and i don't know why Sad hummmm
Back to top
View user's profile Send private message
tim6389
Professional Member
Professional Member


Joined: 01 Aug 2002
Posts: 790

PostPosted: Thu Aug 15, 2002 3:06 pm    Post subject: Reply with quote

moke wrote:
Could you be a little more specific? What is the data being refreshed?where is it comming from, a web site, FTP, mail server...? Are you doing anything with it before you display it? ect.

Also I think I remember reading that runnig some of PGWARE's dll'd in the same app with Tommy's was causing some problems. Of course my memory is probably as bad as Mac's and Garret's (see Garrret's don't laugh post).

Just give us more info and we can try to help.

moke


the data that is being refreashed are text files, how the program works it reads from the web site stores the info in a temp file then it displays the info in a vds window
Back to top
View user's profile Send private message
tim6389
Professional Member
Professional Member


Joined: 01 Aug 2002
Posts: 790

PostPosted: Thu Aug 15, 2002 6:37 pm    Post subject: ok here is some more info Reply with quote

IT looks like when it stops working the download does get done ( meaning it does download the new temp file) it looks like its the vds window screen that doesn't display it....humm not sure why tho Sad but if i restart the program then it works fine again for about other hour...hummmm
Back to top
View user's profile Send private message
moke
Contributor
Contributor


Joined: 02 Jan 2002
Posts: 162

PostPosted: Thu Aug 15, 2002 7:24 pm    Post subject: Reply with quote

OK if the download actually happens it's probably not the DLL. But I'd need to see some code. Is it possible your running into the list savefile bug?

moke
Back to top
View user's profile Send private message Send e-mail
SnarlingSheep
Professional Member
Professional Member


Joined: 13 Mar 2001
Posts: 759
Location: Michigan

PostPosted: Thu Aug 15, 2002 8:04 pm    Post subject: Reply with quote

I don't know a whole lot about vdsipp, but does the internal buffer just keep building if you don't use INTERNET HTTP,NEW?
That could be the problem if so.
I'll try it out and see..

_________________
-Sheep
My pockets hurt...
Back to top
View user's profile Send private message Send e-mail
moke
Contributor
Contributor


Joined: 02 Jan 2002
Posts: 162

PostPosted: Thu Aug 15, 2002 8:15 pm    Post subject: Reply with quote

Good point Sheep. I don't use this feature so I don't know for sure but I do suspect the buffer or something like that is overflowing.
Back to top
View user's profile Send private message Send e-mail
moke
Contributor
Contributor


Joined: 02 Jan 2002
Posts: 162

PostPosted: Thu Aug 15, 2002 10:02 pm    Post subject: Reply with quote

Unfotunately i don't have the time to go through that much code. If you can narrow down the problem for me i will certainly take another look. In the mean time, here are some suggestions.

Read the bug report on list savefile http://www.vdsworld.com/forum/viewtopic.php?t=47
I am pretty sure this is your problem. If so you, Mac had a work around i think. Or you can use the vdsinout to work around by writing directly to file.

Try using HTTP new as Sheep suggested

Try using HTTP destroy after each task and recreate your session
Back to top
View user's profile Send private message Send e-mail
PGWARE
Web Host


Joined: 29 Dec 2001
Posts: 1566

PostPosted: Thu Aug 15, 2002 10:18 pm    Post subject: Reply with quote

There is no internal buffer in the vdsipp which keeps all the data stored, the data is stored and then removed once new data comes in. Check to make sure that you are not filling up your list with too many lines. You probably are using up all the memory available on your pc to store the data in the listbox. The only way around this is to clear the listbox and then you can store more data in it.
Back to top
View user's profile Send private message
SnarlingSheep
Professional Member
Professional Member


Joined: 13 Mar 2001
Posts: 759
Location: Michigan

PostPosted: Thu Aug 15, 2002 11:31 pm    Post subject: Reply with quote

His list is being Cleared everytime it downloads the text file..so that's not the problem.
He's testing it further with the "NEW" command and if that doesn't work I guess he needs to try Destroying and Creating each time.

_________________
-Sheep
My pockets hurt...
Back to top
View user's profile Send private message Send e-mail
tim6389
Professional Member
Professional Member


Joined: 01 Aug 2002
Posts: 790

PostPosted: Thu Aug 15, 2002 11:58 pm    Post subject: yes Reply with quote

yes

SnarlingSheep is right


i'am testing it now... well i will be testing it more in a little bit.
if i don't forget i will post here what was done this way other people can fix it if they have any problems
Back to top
View user's profile Send private message
PGWARE
Web Host


Joined: 29 Dec 2001
Posts: 1566

PostPosted: Fri Aug 16, 2002 12:00 am    Post subject: Reply with quote

If the dll is downloading the file then there is nothing wrong with it's function. When this happens again look at how much memory is available on your computer. My suspecion is the listbox has leaked all memory out, thus the need to close the program and reopen it.
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
Goto page 1, 2  Next
Page 1 of 2

 
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