WINAMP.COM | Forums > Developer Center > NSIS Discussion > VersionCheckNew testing |
Last Thread
Next Thread
|
| Author |
|
|
Afrow UK Moderator
Registered: Nov 2002 |
VersionCheckNew testing
I've tried and tested the function so many times, but there's always one version string comparison kind that gets through with false results. __________________ |
||
|
|
|
Instructor Major Dude
Registered: Jul 2004 |
Probably Afrow UK mean: __________________ Last edited by Instructor on 03-23-2005 at 09:32 AM |
||
|
|
|
Instructor Major Dude
Registered: Jul 2004 |
__________________ |
||
|
|
|
Afrow UK Moderator
Registered: Nov 2002 |
Ah yeh, sorry I posted link to edit __________________ |
||
|
|
|
Instructor Major Dude
Registered: Jul 2004 |
$R0="1"code: __________________ |
||
|
|
|
Afrow UK Moderator
Registered: Nov 2002 |
Thanks Instructor. I found that problem a few days ago too and I think it's fixed now. It took me a few hours, but I thought of a new solution which should fix all the problems. __________________ |
||
|
|
|
Instructor Major Dude
Registered: Jul 2004 |
Very bad that you don't trying to see what do others $R0="2"code: __________________ |
||
|
|
|
Afrow UK Moderator
Registered: Nov 2002 |
Thanks fixed. __________________ |
||
|
|
|
glory_man Senior Member
Registered: Sep 2004 |
Version "1.00" is newer than "1.0". Is it supposed to be? |
||
|
|
|
Afrow UK Moderator
Registered: Nov 2002 |
I'd just use Instructors VersionCompare __________________ |
||
|
|
|
glory_man Senior Member
Registered: Sep 2004 |
Another question (general). |
||
|
|
|
Afrow UK Moderator
Registered: Nov 2002 |
Because 01 is older than 1, as we go up in 01, 02, 03, to 1. 1 would be counted as "10". __________________ |
||
|
|
|
Afrow UK Moderator
Registered: Nov 2002 |
NSIS treats 001 in a variable as 1 (when using IntOp) __________________ |
||
|
|
|
deguix Major Dude
Registered: Dec 2002 |
__________________ |
||
|
|
|
Instructor Major Dude
Registered: Jul 2004 |
__________________ |
||
|
|
|
glory_man Senior Member
Registered: Sep 2004 |
|
||
|
|
|
Instructor Major Dude
Registered: Jul 2004 |
What sense give to the program version 1.01, if the same is 1.1? I saw only one reason: if number 1.01 compared with 1.1 it will be older __________________ |
||
|
|
|
onad Senior Member
Registered: Dec 2004 |
TIP: Versioning scheme as I see it...
I agree there is IMHO no sense in versioning 1.02 __________________ |
||
|
|
|
Comm@nder21 Major Dude
Registered: Jul 2003 |
normally its used this way: __________________ |
||
|
|
|
NHOCSUNG Guest
Registered: Not Yet |
you try this ... i didn't find any problem |
||
|
|
|
|
deguix Major Dude
Registered: Dec 2002 |
It's better for you to post a normal function, because UseFunc (old StrFunc) is being developed, so this function would need to be changed to adapt to future newer versions. __________________ |
||
|
|
|
NHOCSUNG Guest
Registered: Not Yet |
okay deguix i'll post normal function |
||
|
|
|
|
Last Thread Next Thread
|
WINAMP.COM | Forums > Developer Center > NSIS Discussion > VersionCheckNew testing |
Forum Rules:
|