2013-01-04, 07:29 PM
Code:
DIM MapPtr as uInteger = @MapThis comes back with Initializer expression is not constant.
And it is - shouldn't this expression work?
It works if the following line is MapPtr=@Map as a let.
|
@ addresses "not constant" (*solved*)
|
|
2013-01-04, 07:29 PM
Code: DIM MapPtr as uInteger = @MapThis comes back with Initializer expression is not constant. And it is - shouldn't this expression work? It works if the following line is MapPtr=@Map as a let.
2013-01-04, 11:06 PM
I'm afraid I forgot to implement that case, but I guess It could be done. Let me check it...
2013-01-29, 10:42 AM
It's taking longer than expected (I've switched job, meanwhile BTW :mrgreen: )
Hope to finish the fix today.
2013-02-01, 09:45 PM
*blink* Again?
Er, congrats on the new job!
2013-02-11, 12:07 PM
britlion Wrote:*blink* Again?It's a research job (despite the crisis), and I'm very happy with it. Thx.BTW, I've finally fixed this "bug". In fact it's not a bug, but a compiler expansion feature. Took me more than expected (a hard one!). So please, everybody check this version deeply before going further. :oops: Please, download, version [url=http://boriel.com/files/zxb"]1.3.0s670[/url], and tell me. :roll: |
|
« Next Oldest | Next Newest »
|