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 


VDSIPP 3 + VDS 5 + ICMP problem

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Other Product Support/Announcements
View previous topic :: View next topic  
Author Message
marty
Professional Member
Professional Member


Joined: 10 May 2001
Posts: 789

PostPosted: Thu Nov 27, 2003 2:50 pm    Post subject: VDSIPP 3 + VDS 5 + ICMP problem Reply with quote

Hi,

I'm currently converting an application from VDS 4.5 to VDS 5 that uses VDSIPP 3. I use INTERNET HTTP and INTERNET ICMP commands and functions.

Both work OK in VDS 4.5

But with VDS 5, sometimes it simply closes when executing in the IDE without any errors or warning. Even VDS 5 IDE closes. When compiled it my app closes at a certain point when the HTTP portion is executing. But it will work OK if I remove the ICMP code part.

Anyone else has a similar problem?

VDS 5 + extension issue again? Sad

This is a bit frustrating, since its a major app Im building for the company I work for. And it's going to be used internally.

Thanks.

Very Happy
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Vic D'Elfant
Past Contributor
Past Contributor


Joined: 26 Jun 2002
Posts: 673
Location: The Netherlands

PostPosted: Fri Nov 28, 2003 9:29 am    Post subject: Reply with quote

Are you sure that you've downloaded the latest versions of the vdsipp dll? Confused
Both protocols work perfect at school here (Windows 98 + VDS5)

Regards,
Vic

_________________
phpBB Development Team
Back to top
View user's profile Send private message Visit poster's website
marty
Professional Member
Professional Member


Joined: 10 May 2001
Posts: 789

PostPosted: Fri Nov 28, 2003 12:14 pm    Post subject: Reply with quote

Yup, 3.11.6.2003

Im running it on a Win2K SP4.


Like I said its working ok when I use only HTTP.
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
marty
Professional Member
Professional Member


Joined: 10 May 2001
Posts: 789

PostPosted: Fri Nov 28, 2003 4:36 pm    Post subject: Reply with quote

Ok I have a piece of code that causes me trouble with VDS 5 and VDSIPP 3:



Run this and click on the check button a couple of times...

The IDE will close after flashing an error message. Also I dont seem to get the HTTP1ONGETDONE event either.OPTION SCALE, 96

Could someone else confirm this. Thanks.

Code:
OPTION DECIMALSEP, "."
OPTION FIELDSEP,"|"

#define command,internet
#define function,internet

external @path(%0)vdsipp.dll
  DIALOG CREATE,New Dialog,-1,0,519,297
  DIALOG ADD,TEXT,bvtstatuscheck,27,19,,,bvtstatuscheck,,TRANSPARENT
  DIALOG ADD,SHAPE,SHAPE1,20,335,127,33,GREEN,BLACK,,RECTANGLE
  DIALOG ADD,BUTTON,check,22,127,64,24,check
  DIALOG ADD,TEXT,status,29,386,,,status
  DIALOG SHOW

 
  INTERNET HTTP,CREATE,1
  INTERNET HTTP,THREADS,1,ON
  INTERNET HTTP,PROTOCOL,1,1
  INTERNET HTTP,USERAGENT,1,MYTEST

 
  :EVLOOP
  WAIT EVENT
  goto @event()
 
  :checkBUTTON
  INTERNET HTTP,GET,1,http://www.vdsworld.com
  goto evloop
 
  :HTTP1ONGETDONE
  info @INTERNET(HTTP,CONTENT,1)
  goto evloop
 
  :CLOSE
  INTERNET DESTROY,1



Thanks..
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
Vic D'Elfant
Past Contributor
Past Contributor


Joined: 26 Jun 2002
Posts: 673
Location: The Netherlands

PostPosted: Sat Nov 29, 2003 12:47 pm    Post subject: Reply with quote

Works perfect with Windows XP Pro, no SP installed...

Best regards,
Vic

BTW:
There's a small error in your script: it should be 'internet http, destroy, 1' instead of 'internet destroy, 1' Wink

_________________
phpBB Development Team
Back to top
View user's profile Send private message Visit poster's website
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Sat Nov 29, 2003 2:18 pm    Post subject: Reply with quote

nothing to do with the topic at hand...just want to say that the "vdsworld site team" logo looks fantastic in orange with that type of font...well done guys!

serge

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
marty
Professional Member
Professional Member


Joined: 10 May 2001
Posts: 789

PostPosted: Mon Dec 01, 2003 2:23 am    Post subject: Reply with quote

Coudl someone else try it on Win 2K, even ME or 98...

This is important. Its' not for a personnal project but a project for where I work. If this does not work I'm in trouble. Because I managed to get VDS 5, VDSIPP in here at work and to be bought for multiple internal apps I'm planning to do here for them.

Thanks, Smile
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Tue Dec 02, 2003 12:12 am    Post subject: Reply with quote

I will test it as soon as I can, unfortunately I can't right now and I only
have Windows XP. Sad

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


Joined: 29 Dec 2001
Posts: 1562

PostPosted: Wed Dec 03, 2003 1:31 am    Post subject: Reply with quote

Hi Marty,
I was away on vacation in New York when you posted this thus I didn't answer promptly. This may be an issue with the dll and vds 5, I know this also happens with VDSOBJ and the ide. If you contact me: support@pgware.com we can test this to see if the problem still occurs while compiled. For some reason compiled exe's handle dll errors alot better then within the ide.
Back to top
View user's profile Send private message
PGWARE
Web Host


Joined: 29 Dec 2001
Posts: 1562

PostPosted: Wed Dec 03, 2003 6:35 pm    Post subject: Reply with quote

Well I think Marty and I found the issue. I'll release an updated version of VDSIPP shortly, it had to do with a faulty build of vdsipp I released 11.6.2003 version. There are a few other fixes and issues I need to look at submitted by another user before the new vdsipp will be released but it should be available soon.
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 -> Other Product Support/Announcements 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