C# HelloWorld Demo
Download HelloWorldAgent.zip and uncompress it inside the demos\C# Projects\ folder.
Open HelloWorldAgent.sln using Visual Studio.
Make sure the reference to the Neokernel.dll is correct (in case
you installed Neokernel in a different directory) under
"References", then press F6 to build the demo.
Double click on the file start_nk.bat to start Neokernel.
At startup, the agent prints info to the console. Then it exits.
Because no other agents are started, the kernel exits after the HelloWorld agent
is finished. This is NOT a web agent where the web-server will keep running to
handle incoming requests; when this agent is finished, everything exits.
To view the output generated by this agent, run the start_nk.bat command from a
DOS prompt. If you double - click the start_nk.bat file from Windows Explorer,
stuff happens too fast and the DOS window closes before you can read the output.
Updated: 7/12/10 7:44 PM