First off, the syntax is incorrect. Try this instead:
Secondly, there's a problem with running a console app in Winderz that you don't have with Linux. You need to cause the program to pause and busy-wait
before it exits. That's why you add "getchar" so the program will wait for a character from the keyboard. Otherwise, the program outputs the "Hello" and exits so fast you'll never see it.
Just
another wonderful Winderz "feature"
____________________________________
Live Free or Die: Linux
Their fundamental design flaws are completely concealed by their superficial design flaws.
[ January 17, 2003: Message edited by: jtpenrod ]