generator.exe is now working
generator.exe does not work. At startup, it gives an error:
because it by default looks for file 1.pl which doesn't exist.
The generator.exe should actually run the generator.pl:
I fixed it:

Known issues:
- [ ] The resulting file cannot pass command line parameters
- [ ] replace "ActivePerl" with "StrawberryPerl" ?
mingw32-make.exe
g++ -Wall launcher.cpp utils.cpp core.cpp hstring.c ui.o -o launcher.exe -mno-cygwin -s
launcher.cpp: In function 'int main(int, char**)':
launcher.cpp:71: warning: deprecated conversion from string constant to 'char*'
but the launcher.exe file is generated
some dlls is missing, maybe need to add flags in compile to include it

what about? https://stackoverflow.com/a/12922118
some dlls is missing, maybe need to add flags in compile to include it
@ya4ept
I do recommend use library instead dlls. About import! Then the suggestion is remove other functions and leave only necessary to run the code maybe after reach kernelbase