i work c-script for one year (dobidob is my game 5440 line manual write).
i can understand c script too much syntax because three year i work vb and c++ , my big problem find a source for learn and run lite c code ,that need special program for run ? .because i cannot run lite c code in the game studio(in Aum67).
Code:
#include <litec.h>
int WinMain()
{
MessageBox (NULL, "Hello World!", "My first program", MB_OK | MB_ICONSTOP);
return (0);
}