Q.1 | | Are any other language versions availabe ?
|
A.1 | | If you want a different language version, and are prepared to translate text for us, email us
|
|
Q.2 | | How do I make PortTunnel/Filegateway/ConnectionMonitor "auto start" etc
|
A.2 | | Just press the Start button, then close the window. It will still be running, and will auto start next you start windows (this is what is meant by a service)
|
|
Q.3 | | I can't delete/uninstall PortTunnel/Filegateway/ConnectionMonitor
|
A.3 | | Load the program, and press Stop. Then delete/uninstall
|
|
Q.4 | | What language do we use to write these programs ?
|
A.4 | | Visual C++ (with a few small bits of assembler in Gooey and exe32pack)
|
|
Q.5 | | How do you make your programs so small ?
|
A.5 | | We usually avoid using the C Runtime Library, and we also avoid MFC, ATL, etc, and we compress them with exe32pack
|