PDA

View Full Version : Bug ?! - Version Less Than



NewsArchive
08-31-2012, 02:16 AM
I have two compiler variables:

[Zahl2] = 8.05.10
[ZAHL] = 8.05.10

When i use the function

#ifcompvar [ZAHL2] Version Less Than [Zahl] Then
#msgbox
#end

comes the msgbox.

Dirk Büchel

NewsArchive
08-31-2012, 02:16 AM
Hi Dirk,

>I have two compiler variables:
>
> [Zahl2] = 8.05.10
> [ZAHL] = 8.05.10
>
> When i use the function
>
> #ifcompvar [ZAHL2] Version Less Than [Zahl] Then
> #msgbox
> #end
>
> comes the msgbox.

Hmm, seems to be a preprocessor bug. Item in review.

Thank you!

Friedrich

NewsArchive
08-31-2012, 03:32 AM
Fixed!

---
FIX : [SB#2-08311] IDE: The "Version Less Than" condition in the
"#ifcompvar" preprocessor resolved to an incorrect value if
the variable values were equal.

FIX : IDE: The "Version Less Than" condition in the "#ifconst"
preprocessor resolved to an incorrect value if the variable
values were equal.

FIX : IDE: The "Version Less Than" condition in the "#ifdef"
preprocessor resolved to an incorrect value if the variable
values were equal.
---

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

Helping You Build Better Installations
SetupBuilder "point. click. ship"
Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
08-31-2012, 04:36 AM
GREAT !!!

Dirk Büchel