Hello,
I want to make a HelloWorld application with an .exe, I have managed to compile a test.prg -> test.ppo -> test.c -> test.obj
The code of test.prg is
Maybe someone can help me.
I want to make a HelloWorld application with an .exe, I have managed to compile a test.prg -> test.ppo -> test.c -> test.obj
The code of test.prg is
function Main()
local oIE := CreateObject( "Shell.Explorer" )
MsgInfo( "Hello world!" )
return nilMaybe someone can help me.