Can't return a Long from .c

BlitzMax Forums/BlitzMax Programming/Can't return a Long from .c

Tom(Posted 2005) [#1]
Moved it to bug reports > http://www.blitzbasic.com/Community/posts.php?topic=49256


Dreamora(Posted 2005) [#2]
It seems to be a :long problem
Replace it with ReturnLong:Int () and the long will be returned as long (tested with 4147483647)