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 


Check for new version of an app using vdsipp.dll
Goto page Previous  1, 2
 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Visual DialogScript 4 Source Code
View previous topic :: View next topic  
Author Message
SnarlingSheep
Professional Member
Professional Member


Joined: 13 Mar 2001
Posts: 759
Location: Michigan

PostPosted: Thu Feb 20, 2003 8:38 pm    Post subject: Reply with quote

If you were to purchase Tommy's DLL he would send you your registration name and number, you would use it like:
external vdsinet.dll,GeoTrail|12345678
If you were to change the name or the number, it wouldn't work.
The same is true for the Freeware key.

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


Joined: 18 Feb 2003
Posts: 572
Location: Bergen, Norway

PostPosted: Thu Feb 20, 2003 11:06 pm    Post subject: Reply with quote

OK, thanks Smile
_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
moke
Contributor
Contributor


Joined: 02 Jan 2002
Posts: 162

PostPosted: Thu Feb 27, 2003 9:04 pm    Post subject: Reply with quote

For anyone interested, I use something like this to check for updates ( I also use something similar to check for a valid connection).

Code:

%%myversion = 3.1
INTERNET HTTP,GET,1,http://www.server.com/verchk.htm
if @equal(@INTERNET(HTTP,CONTENT,1),<ver=%%myversion>)
   info you have the right version
else
   WARN you need to update
end
INTERNET HTTP,DESTROY,1


moke
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Visual DialogScript 4 Source Code All times are GMT
Goto page Previous  1, 2
Page 2 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