http://bugs.winehq.org/show_bug.cgi?id=33059
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #2 from Bruno Jesus 00cpxxx@gmail.com 2013-06-02 23:32:06 CDT --- This is really invalid. 32767 and 1 are integers, when they are summed the operation results in an overflow. Read more at:
http://social.msdn.microsoft.com/Forums/en-US/isvvba/thread/ba933eec-7ddd-49...
This does work:
Dim a as Long a = Clng(32767) + 1