I'm building a red lang application. How to create Windows executable (.exe) from red lang???
相关问题
- Pass by reference in Red routines
- I need to generate 50 Millions Rows csv file with
- Using TAB to move between fields in Red language
- What's known about UTYPE! in REBOL 3?
- How to mix together string parsing and block parsi
相关文章
- When I use error? and try, err need a value
- Rebol / Red Parse html rules returns true but noth
- Change path or refinement
- Extending Build-markup with repeat refinement
- REBOL3 - what is the difference between the differ
- 如何启动无控制台显示Rebol3 GUI脚本?(How do you start a Rebol3
- REBOL ESMTP失败?(rebol esmtp failure?)
- 什么-DIR报告自己的目录中雷博尔当前目录(What-dir reporting own direc
If you have already the red executable, you call from the command line
and you will get yourprogram.exe as a Windows program
README.md
Of course I assume, you have also downloaded all the possibly additionally needed source files from either red-lang/download or github/red/red
If you have a recent rebol interpreter, you can compile with
or use an available GUI shell for the red compiler e.g redcompiler