01-04-2013, 06:29 PM
Code:
DIM MapPtr as uInteger = @Map
This 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*)
|
01-04-2013, 06:29 PM
Code: DIM MapPtr as uInteger = @Map This 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.
01-04-2013, 10:06 PM
I'm afraid I forgot to implement that case, but I guess It could be done. Let me check it...
01-29-2013, 09:42 AM
It's taking longer than expected (I've switched job, meanwhile BTW :mrgreen: )
Hope to finish the fix today.
02-01-2013, 08:45 PM
*blink* Again?
Er, congrats on the new job!
02-11-2013, 11:07 AM
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 »
|