![]() | |
#11
| |||
| |||
|
#12
| |||
| |||
|
|
Just wondering if anyone had any thoughts on my idea to use LIST DICT <PROGFILE> <PROGFILE> C/BYTES and compare that with a new compile. |
#13
| |||
| |||
|
#14
| |||
| |||
|
|
"Sean" wrote Just wondering if anyone had any thoughts on my idea to use LIST DICT <PROGFILE> <PROGFILE> C/BYTES and compare that with a new compile. Yes it should catch major code changes, but it doesn't seem it would spot minor bug fixes where you correct a logic flaw |
#15
| |||
| |||
|
|
Won't help for this thread, but really nice for debugging laserjet esc codes in 'print to file' files. And bvi is a binary-capable cousin of vi editor... |
#16
| |||
| |||
|
|
Just for the record, you Can store, view, and edit binary data in D3, including images and audio, and you can do this with BASIC. People just ... don't. T Too true we don't; our vital programs / textual database entries are so |
#17
| |||
| |||
|
|
"Tony Gravagno" wrote Just for the record, you Can store, view, and edit binary data in D3, including images and audio, and you can do this with BASIC. People just ... don't. T Too true we don't; our vital programs / textual database entries are so precious I want to keep the file-save output trim and easy to carry around on a dvd or usb memory stick{"thumb drive" or "flash drive"} And small file-saves mean really quick full file restores, a real plus if your whole company is twiddling their thumbs after a server meltdown. I guess I could do something elaborate to provide multiple categories of file saves, but have no real incentive when just leaving the binary files out on windows or linux is so easy in the first place. With d3/nt {or samba and d3/linux} all the staff can stick with the windows apps they're so happy to use on 'em... |
#18
| |||
| |||
|
|
So I'm trying to figure out a way to see if we have any uncompiled code on our D3 (unix) system. Third option would be if there is a way to see the last filed date. |
#19
| |||
| |||
|
|
On Oct 31, 10:55 am, Sean<sean.chap... (AT) gmail (DOT) com> wrote: So I'm trying to figure out a way to see if we have any uncompiled code on our D3 (unix) system. Third option would be if there is a way to see the last filed date. Sean, A callx trigger will allow you to track changes, but you can also do that with the D3 file header info. Add "yupt" to attribute<8> of the D pointer to data portion of your bp file (I also added it to the pointer-file, so I can see when and who made save-lists). The compile date, time, flash-compile [(0) option] frames used, and user are in the object-code pointer in the dict of the bp file. You could therefore compare the last time the source code was updated to the last time it was compiled. Not exactly what you were looking for, but it's close. |
#20
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |