Results 1 to 1 of 1

Thread: [E+] Simple Hello World Application

  1. #1

    Thread Starter
    Hyperactive Member ..:RUDI:..'s Avatar
    Join Date
    Aug 2005
    Location
    Yorkshire, England! c0d: Da Vinci
    Posts
    344

    [E+] Simple Hello World Application

    This code will produce a simple Hello World application written in E+:

    Created using the Mage Software E+ 0.1 frameworking (Revision 3)!
    First example is using defualt settings, second declares the default settings for coding reasons.
    Code:
    PrintText(Hello World)
    Wait() then
    Exit()
    Code:
    CreateWindow(800*600)
    BackCol(grey)
    TextDef() [Or TextCol(black) (NEW LINE) TextFont(Arial) (NEW LINE) TextSize(8)]
    PrintText(Hello World)
    Wait() then
    Exit()
    *.ep file in attachment
    Attached Files Attached Files
    Last edited by ..:RUDI:..; Sep 4th, 2005 at 06:27 AM.



    My Personal Home | MageBB Home | Elders Online
    Yes, Noteme is my father.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width