| View previous topic :: View next topic |
| Author |
Message |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Thu Aug 15, 2002 2:32 pm Post subject: bug in vdsipp.dll or i'am doing somethimes wrong? |
|
|
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 has anyone else had a problem with this? if so any ideas on how to fix it?
thanks |
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Thu Aug 15, 2002 2:39 pm Post subject: |
|
|
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  _________________ 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 |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Thu Aug 15, 2002 2:41 pm Post subject: |
|
|
| 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  |
no i'am not having it freash in a browser...it displays the info in a vds window. |
|
| Back to top |
|
 |
moke Contributor

Joined: 02 Jan 2002 Posts: 162
|
Posted: Thu Aug 15, 2002 2:55 pm Post subject: |
|
|
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 |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Thu Aug 15, 2002 2:55 pm Post subject: hummmm |
|
|
I have been looking at this...and i don't know why hummmm |
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Thu Aug 15, 2002 3:06 pm Post subject: |
|
|
| 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 |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Thu Aug 15, 2002 6:37 pm Post subject: ok here is some more info |
|
|
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 but if i restart the program then it works fine again for about other hour...hummmm |
|
| Back to top |
|
 |
moke Contributor

Joined: 02 Jan 2002 Posts: 162
|
Posted: Thu Aug 15, 2002 7:24 pm Post subject: |
|
|
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 |
|
 |
SnarlingSheep Professional Member


Joined: 13 Mar 2001 Posts: 759 Location: Michigan
|
Posted: Thu Aug 15, 2002 8:04 pm Post subject: |
|
|
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 |
|
 |
moke Contributor

Joined: 02 Jan 2002 Posts: 162
|
Posted: Thu Aug 15, 2002 8:15 pm Post subject: |
|
|
| 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 |
|
 |
moke Contributor

Joined: 02 Jan 2002 Posts: 162
|
Posted: Thu Aug 15, 2002 10:02 pm Post subject: |
|
|
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 |
|
 |
PGWARE Web Host

Joined: 29 Dec 2001 Posts: 1566
|
Posted: Thu Aug 15, 2002 10:18 pm Post subject: |
|
|
| 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 |
|
 |
SnarlingSheep Professional Member


Joined: 13 Mar 2001 Posts: 759 Location: Michigan
|
Posted: Thu Aug 15, 2002 11:31 pm Post subject: |
|
|
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 |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Thu Aug 15, 2002 11:58 pm Post subject: yes |
|
|
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 |
|
 |
PGWARE Web Host

Joined: 29 Dec 2001 Posts: 1566
|
Posted: Fri Aug 16, 2002 12:00 am Post subject: |
|
|
| 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 |
|
 |
|