![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Just came across this problem on a client's system. *Below is a cut/paste of a simple program that demonstrates the issue. *First result is OK as it is not Flash compiled. *Second result is Flashed and in error. Problem not seen in D3/NT 7.5.5 or 7.5.7, so I guess it crept in on 7.5.6 and was corrected. Slight alterations to this code will produce a correct result, so it's an odd bug to be sure. *I haven't bothered to check the TL posted resolutions on this. 001 R = 80000 002 L = 11 003 L = OCONV(L,'MR2') 004 R = OCONV(R,'MR6') 005 A = L * R 006 A = ICONV(A,'MR4') 007 CRT A 008 CRT OCONV(A,'MR4') :BASIC BP TEST TEST . [241] Successful compile! * 1 frame(s) used. :RUN BP TEST 88 0.0088 :BASIC BP TEST (O TEST . [820] Creating FlashBASIC Object ( Level 0 ) ... [241] Successful compile! * 3 frame(s) used. :RUN BP TEST 00880000 0088.0000 -- Kevin Powick |
#3
| |||
| |||
|
|
Any word from TL? It might be an odd bug, but anytime the math is wrong on a report or something, it's a big black eye for the whole system. |
#4
| |||
| |||
|
|
On 2010-09-10 09:23:12 -0400, Douglas Tatelman <doug... (AT) pickteam (DOT) com> said: Any word from TL? It might be an odd bug, but anytime the math is wrong on a report or something, it's a big black eye for the whole system. I haven't followed-up with TL because the problem is not seen in 7.5.7. *I did glance over the action item resolutions for 7.5.x, and though no resolution appears to address this bug directly, there were a few Action IDs that may be related (33139, 31643, 31742). *However, none of those action IDs are for the 7.5.7 release. One thing for sure that is scary is the volume of Flash related bugs addressed throughout the 7.5.x releases. *At least they're getting things fixed, I guess. -- Kevin Powick |
#5
| |||
| |||
|
|
I am curious if you have tried the 9.0 version and if it has the same problems. |
#6
| |||
| |||
|
|
On 2010-09-10 13:14:20 -0400, eppick77 <eppic... (AT) yahoo (DOT) com> said: Hi Eugne, I am curious if you have tried the 9.0 version and if it has the same problems. No, I have not tried it and I doubt that I will, at least until it has a few service packs applied. *This has nothing to do with TL, but rather, my general reservations about diving into major new releases. -- Kevin Powick |
#7
| |||
| |||
|
|
Is 9.0 out or still a beta? |
#8
| |||
| |||
|
|
On 2010-09-10 14:12:56 -0400, eppick77 <eppic... (AT) yahoo (DOT) com> said: Is 9.0 out or still a beta? As per the TL website, it is still an "upcoming" release. -- Kevin Powick |
![]() |
| Thread Tools | |
| Display Modes | |
| |