Important Notes =============== Nova Runtime Version 0.4 requires the following to be installed: - Microsoft Visual C++ 2005 SP1 Redistributable Package (x86) [Version 8.0.50727.762]. - Needed for the Visual C++ C Runtime/STL libraries. - Available here: http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=200b2fd9-ae1a-4a14-984d-389c36f85647 Nova Runtime Example Code ========================= All example code and web pages are installed to the following directory as default: - "C:\Program Files\Nova Runtime\code". To Run a Nova Application ========================= - Right click on the Nova source file and select "Run". - Using the command line: - Ensure that "nova.exe" is included or edit the Windows "Path" system variable to include it. - Enter the following: nova "Example_01 [hello world!].nova" - A nova source file can be dragged onto the nova.exe Runtime binary (drag and drop style). If done with the right mouse button the "Open With" action is then selected. Security Notes ============== - Currently, there is no access to the local machine's file system or registry via the Nova Runtime. - Only one window may be created per Nova applet (to prevent multiple popups). - A maximum of ten windows may be created by a Nova application (to prevent flooding the desktop). - A maximum of ten Nova applets can run at any one time per plugin type (to prevent overloading). Forthcoming Features ==================== - Nova class files. - And much more...