Difference between revisions of "NET:Tutorials:HelloWorld"
Jump to navigation
Jump to search
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | == | + | == Notice == |
+ | The tutorial that was previously here is outdated and needs a complete rewrite. In the meantime, here's a quick step by step overview | ||
− | + | # Create .NET project | |
− | + | # Reference Lavish.InnerSpace.dll to use Inner Space functionality in your .NET app (note: for it to work, the application has to be loaded via Inner Space, or the API will not perform any action). Reference Lavish.LavishNav.dll to use LavishNav functionality (same caveat) | |
− | + | # Import Lavish.InnerSpace.XML and Lavish.LavishNav.XML for complete Intellisense documentation of Inner Space and LavishNav functionality if desired | |
− | + | # Build application | |
− | + | # Place built executable (.exe) in InnerSpace\.NET Programs folder | |
− | + | # Launch application via Inner Space with the "dotnet" command, in the uplink or in the desired host session | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 14:02, 6 April 2008
Notice
The tutorial that was previously here is outdated and needs a complete rewrite. In the meantime, here's a quick step by step overview
- Create .NET project
- Reference Lavish.InnerSpace.dll to use Inner Space functionality in your .NET app (note: for it to work, the application has to be loaded via Inner Space, or the API will not perform any action). Reference Lavish.LavishNav.dll to use LavishNav functionality (same caveat)
- Import Lavish.InnerSpace.XML and Lavish.LavishNav.XML for complete Intellisense documentation of Inner Space and LavishNav functionality if desired
- Build application
- Place built executable (.exe) in InnerSpace\.NET Programs folder
- Launch application via Inner Space with the "dotnet" command, in the uplink or in the desired host session