The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: KetilO on December 14, 2009, 01:41:50 PM

Title: RadASM Update Checker addin
Post by: KetilO on December 14, 2009, 01:41:50 PM
UpdateChecker addin.
--------------------

The addin adds Check for Uptates to the Option menu.

The addin lets you:
1. Get the version at Sourceforge and compare it to your version.
2. Download zip files you choose to the chosen folder (C:\Radasm\RadASM_Update).
3. Unzip the files to the chosen folder.

If you selected all the zip files the chosen folder will contain all the latest RadASM files.

How to install.
---------------
1. Copy UpdateChecker.dll To the addins folder (C:\RadASM\Addins).
2. Copy UpdateChecker.txt To the addins help folder (C:\RadASM\Addins\Help).
3. Start RadASM and use Options/Addin Manager to activate the UpdateChecker addin.

KetilO

2009-12-15, 11 dl, New upload. Should be more reliable.
2009-12-16,10 dl,Fixed a bug that caused HttpQueryInfo to fail.
Title: Re: RadASM Update Checker addin
Post by: TNick on December 14, 2009, 04:13:51 PM
There are times when size of the file shows negative. If so, then downloading will stop after a while and will stay there (at least 5 minutes - that's the longest time I waited for it).

Nick
Title: Re: RadASM Update Checker addin
Post by: ipadilla on December 14, 2009, 04:45:22 PM
KetilO.
I have the same problem that TNick.
ipadilla
Title: Re: RadASM Update Checker addin
Post by: KetilO on December 15, 2009, 09:55:21 AM
Thanks for testing

The new upload should be more reliable.

KetilO
Title: Re: RadASM Update Checker addin
Post by: TNick on December 15, 2009, 01:34:04 PM
InternetOpen failed. when Get version is pushed.

Problems with the server?

Nick
Title: Re: RadASM Update Checker addin
Post by: KetilO on December 15, 2009, 03:06:13 PM
Hi TNick

I have not experienced any problems with the Sourceforge server latly.

What type of internet connection do you have?
Will opening your internet browser just before trying to get the version help?

KetilO
Title: Re: RadASM Update Checker addin
Post by: TNick on December 15, 2009, 04:03:36 PM
I've just got home and tested here, too. I see same problem.

Both at work and at home the computers are connected to a router (fixed IP at work, dynamic at home). Both routers connect to Internet provider using PPPoE.

QuotePinging sourceforge.net [216.34.181.60] with 32 bytes of data:

Reply from 216.34.181.60: bytes=32 time=143ms TTL=240
Reply from 216.34.181.60: bytes=32 time=173ms TTL=240
Reply from 216.34.181.60: bytes=32 time=144ms TTL=240
Reply from 216.34.181.60: bytes=32 time=143ms TTL=240

RadASM version is 2.2.1.8f
Adding an exception in W$ firewall did not helped.
And, of course, the browser is working. 

Nick
Title: Re: RadASM Update Checker addin
Post by: Ficko on December 15, 2009, 05:04:50 PM
Just to give some data.

The dll from yesterday works fine.
The dll from today wont connect.
Title: Re: RadASM Update Checker addin
Post by: KetilO on December 16, 2009, 07:53:59 AM
Hi all

New upload, version 1.0.0.2.

I am pretty shure I found the problem.
A local variable was not cleared before calling HttpQueryInfo.

KetilO
Title: Re: RadASM Update Checker addin
Post by: TNick on December 16, 2009, 08:00:53 AM
I have just updated from f to g without any problems.
Still,  :bg
the version itself is not being updated. Both About dialog and GetVersion button still say I have 2.2.0.8f

Nick
Title: Re: RadASM Update Checker addin
Post by: KetilO on December 16, 2009, 08:18:34 AM
Hi TNick

Yes, it does not update your current version yet.
Instead it creates the new version in the RadASM_Update folder.
After checking out the new version you have to move the files yourself.

KetilO
Title: Re: RadASM Update Checker addin
Post by: TNick on December 16, 2009, 08:44:48 AM
Oh, I see.

Regards,
Nick