https://bugs.winehq.org/show_bug.cgi?id=54731
Bug ID: 54731 Summary: vbscript: stack_pop_bool doesn't support floats or ole color Product: Wine Version: 8.4 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: vbscript Assignee: wine-bugs@winehq.org Reporter: jsm174@gmail.com Distribution: ---
While working on porting Visual Pinball to cross platform, I've found some scripts where comparisons that use floats and OLECOLOR directly fail. For example:
If Light005.State Then ' State is a float V_R4 like 1.2 End If
If Light005.Colorfull Then ' Colorfull is an OLECOLOR VT_UI4 End If
Fixing involves updating stack_pop_bool to support more types as seen in VARIANT_Coerce.