I succeeded in creating an executable file of Windows binary.
I succeeded in creating an executable file of Windows binary with SPVM and Strawbery Perl and MinGW.
SPVM is Perlish static language. SPVM modules is compiled to C language, and then it is compiled to executable file of Windows binary.
Compile
perl Makefile.PL gmake perl -Mblib t/exe/exe.t
Execute an executable file of Windows binary
t\spvm_build\work\exe\myexe.exe
This mean that you can write windows native application by Perlish syntax
Leave a comment