Πέμπτη 14 Οκτωβρίου 2021

Revision 26 Version 10

 Part of readme.txt:


1. Correction in #Sort() clause for tuple

2. new m2000.exe:

   if a m2000.gsb exist in same directory then m2000.dll (or lib.bin as alternate name) loaded (without using windows registry) and the m2000.gsb executed.

   We can change m2000.exe name to something else like myApp.exe, then we can change name to m2000.dll as lib.bin and the auto file as myApp.gsb

   If we use console then we have to include a Show statement to open console

   If we want myApp.gsb to saved encrypted we can save App from console:

*Change to user directory: c:\users\USERNAME\appdata\roaming\m2000\

Save myApp @, {Dir User: ModuleA : End}

        *Start in AppDir$ (application directory)

Save myApp @, {ModuleA : End}

    For Application MyApp minimum files to export:

MyApp.exe  (M2000.exe rename to MyApp.exe)

MyApp.gsb  (use one of the above variation of save statement)

lib.bin (M2000.dll rename to lib.bin)

(if an old M2000 installation exist, the new one used)

    For M2000 standard environment minimum files, without dll registration:

M2000.exe

help2000utf8.dat

M2000.dll

Optional: M2000.gsb (empty file or with a SHOW statement)

(if an old M2000 installation exist, then that old dll used)

(AppDir$ show the directory of m2000.dll)

(Use an empty M2000.gsb in same directory to select the local m2000.dll)


Δεν υπάρχουν σχόλια:

Δημοσίευση σχολίου

You can feel free to write any suggestion, or idea on the subject.