![]() |
||
| Home | SwiftForth Archive | SwiftX Archive | |

Greetings,
I have written a small application to create HTML snippets
out of a simple configuration file. The script works correctly
when executed within the IDE, but fails to do so in the saved
.EXE file.
Some experimentation showed the (missing) initialisation of
tty.dll to be the culprit. If I have /TTY-DLL in the 'MAIN
code, the program is executing the configuration data and
creating the required files, if /TTY-DLL is not executed,
the deployed application fails *silently* without any warning.
I'm not sure why tty.dll is required, when I'm only using
emit and type within the [buf ... buf]-personality.
My questions:
1. Is there a way to remove the dependency on tty.dll?
2. If I were deploying this application to other people,
is tty.dll freely redistributable?
Kind regards,
s.
-- Stefan Schmiedl +-------------------------------+----------------------------------------+ |Approximity GmbH | EDV-Beratung Schmiedl | |http://www.approximity.com | Am Bräuweiher 4, 93499 Zandt, Germany | |mailto:stefan_at_approximity.com | Tel. (09944) 3068-98, Fax -97 | +-------------------------------+----------------------------------------+ ---------------------------------------------------------------------- sftalk_at_forth.com The SwiftForth programming discussion email list To unsubscribe, send subject "unsubscribe" to sftalk-request_at_forth.com For list command help, send subject "help" to sftalk-request_at_forth.com Message archives are located at http://www.forth.com/archive/sftalk ---------------------------------------------------------------------- This list is a forum for SwiftForth users. For product support and bug reports, please send email to support_at_forth.com ----------------------------------------------------------------------Received on Tue Oct 05 2004 - 15:19:02 PDT
This archive was generated by hypermail 2.2.0 : Wed Nov 19 2008 - 03:04:24 PST