![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
We recently flash compiled our code in order to cohabitate with DesignBais, which is flash compiled. Now I am having problems with programs that worked before. For example, the Accuterm subroutine that finds the path to the My Documents folder hangs on the input statement. My biggest grip is with the debugger. In particular, the G for go to line# and S for display stack commands do not work. All I did was compile all the programs using the O option. Have I missed something? Any suggestions on what I can do to improve the situation? -- Jeff |
#3
| |||
| |||
|
|
We recently flash compiled our code in order to cohabitate with DesignBais, which is flash compiled. Now I am having problems with programs that worked before. For example, the Accuterm subroutine that finds the path to the My Documents folder hangs on the input statement. My biggest grip is with the debugger. In particular, the G for go to line# and S for display stack commands do not work. All I did was compile all the programs using the O option. Have I missed something? Any suggestions on what I can do to improve the situation? -- Jeff |
#4
| |||
| |||
|
|
We recently flash compiled our code in order to cohabitate with DesignBais, which is flash compiled. Now I am having problems with programs that worked before. For example, the Accuterm subroutine that finds the path to the My Documents folder hangs on the input statement. My biggest grip is with the debugger. In particular, the G for go to line# and S for display stack commands do not work. All I did was compile all the programs using the O option. Have I missed something? Any suggestions on what I can do to improve the situation? |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
"Jeffrey Kaufman" wrote: We recently flash compiled our code in order to cohabitate with DesignBais, which is flash compiled. Now I am having problems with programs that worked before. For example, the Accuterm subroutine that finds the path to the My Documents folder hangs on the input statement. My biggest grip is with the debugger. In particular, the G for go to line# and S for display stack commands do not work. All I did was compile all the programs using the O option. Have I missed something? Any suggestions on what I can do to improve the situation? Jeff - Flash is preferred in a lot of cases, but by no means required. mv.NET and DesignBais both benefit from flash because they deal with large strings which are optimized by flash. As Ross said though, when you're working with mv.NET or with DesignBais, you're not working with AccuTerm code, and you can't use the debugger from the GUI anyway, so I'm confused about what's going on there. You could re-install MV.NET and uncheck the Flash box. In about 15 minutes that will disable flash for all accounts. No changes to DesignBais are required. I can't recall any way at the moment to remove the flashed object from flashed modules without recompiling the source. To get MV.NET and DesignBais to run unflashed, even when the flashed object is in place: 1- Logto your app account (needs to be done in each account) 2- SELECT DICT MVNET.BP 3- SELECT MD WITH A1 VR 4- ED MD 5- .P1 1[R/VR/VR1[FI[P1 6- .P1 7- SELECT DICT DBI 8- Repeat steps 3-6 Now when you compile programs, even if you flash compile them, the object that's used should be the non-flashed version because your programs will be called from non-flashed code. To undo all of this, - SELECT MD WITH A1 VR1 - ED MD - .P1 1[R/VR1/VR[FI[P1 - .P1 Of course you could put all of that into macros and just run them once to enable or disable flash. HTH T |
#7
| |||
| |||
|
|
I had a lot of terminal emulation problems using flashed code on Windows, so I "unflashed" those systems.. So far, no problems on linux, and I do use many Accuterm functions. I don't believe I use the get document path program on my flashed customers, but I will be careful if I do. Of course, you flash compiled the FTBP programs? |
#8
| |||
| |||
|
|
I had a lot of terminal emulation problems using flashed code on Windows, so I "unflashed" those systems.. So far, no problems on linux, and I do use many Accuterm functions. I don't believe I use the get document path program on my flashed customers, but I will be careful if I do. Of course, you flash compiled the FTBP programs? Speaking of Accuterm {'97, not the 2k2 product}, I was trying to |
#9
| |||
| |||
|
|
douglas (AT) pickteam (DOT) com> wrote I had a lot of terminal emulation problems using flashed code on Windows, so I "unflashed" those systems.. So far, no problems on linux, and I do use many Accuterm functions. I don't believe I use the get document path program on my flashed customers, but I will be careful if I do. Of course, you flash compiled the FTBP programs? Speaking of Accuterm {'97, not the 2k2 product}, I was trying to FTPICK transfer from d3/linux to d3/proplus {linux box on their office lan, actual old-fashioned dial-up modem session to the d3/proplus box} and it was hanging like the proplus box was failing to send the control codes to start the transfer. Not worth tracking down what was really wrong, as this is real 'mummy-ware', but I did notice that as a workaround you can send a single item at a time using ascii mode and FT instead of FTPICK. Oh how I love kermit-mode FTPICK!!! |
#10
| |||
| |||
|
|
Tony and Ross, Although we are making nice strides with our DesignBais development, we still need to support the green screen application and will need to do so for some time to come. That mean using Accuterm and the debugger. I think we had better unflash the programs for now. Perhaps I can flash only the programs we are using with DB. Thanks for your input. Jeff "Tony Gravagno" <address.is.in.posts (AT) removethis (DOT) com.invalid> wrote in message news:66n303ho7uiolpf3brjjejteqoa0u36rbh (AT) 4ax (DOT) com... "Jeffrey Kaufman" wrote: We recently flash compiled our code in order to cohabitate with DesignBais, which is flash compiled. Now I am having problems with programs that worked before. For example, the Accuterm subroutine that finds the path to the My Documents folder hangs on the input statement. My biggest grip is with the debugger. In particular, the G for go to line# and S for display stack commands do not work. All I did was compile all the programs using the O option. Have I missed something? Any suggestions on what I can do to improve the situation? Jeff - Flash is preferred in a lot of cases, but by no means required. mv.NET and DesignBais both benefit from flash because they deal with large strings which are optimized by flash. As Ross said though, when you're working with mv.NET or with DesignBais, you're not working with AccuTerm code, and you can't use the debugger from the GUI anyway, so I'm confused about what's going on there. You could re-install MV.NET and uncheck the Flash box. In about 15 minutes that will disable flash for all accounts. No changes to DesignBais are required. I can't recall any way at the moment to remove the flashed object from flashed modules without recompiling the source. To get MV.NET and DesignBais to run unflashed, even when the flashed object is in place: 1- Logto your app account (needs to be done in each account) 2- SELECT DICT MVNET.BP 3- SELECT MD WITH A1 VR 4- ED MD 5- .P1 1[R/VR/VR1[FI[P1 6- .P1 7- SELECT DICT DBI 8- Repeat steps 3-6 Now when you compile programs, even if you flash compile them, the object that's used should be the non-flashed version because your programs will be called from non-flashed code. To undo all of this, - SELECT MD WITH A1 VR1 - ED MD - .P1 1[R/VR1/VR[FI[P1 - .P1 Of course you could put all of that into macros and just run them once to enable or disable flash. HTH T |
![]() |
| Thread Tools | |
| Display Modes | |
| |