admin:packaginghelloworld
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
admin:packaginghelloworld [2011/08/01 20:00] – created jwarrior | admin:packaginghelloworld [2011/08/02 13:00] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Packaging Hello World ====== | ||
+ | |||
+ | - load hello world map | ||
+ | - it is not necessary to do these config map instructions: | ||
+ | - C: | ||
+ | - set the path. this is not absolutely necessary but it make the command prompt code easier. | ||
+ | - change application entry point in startup code tab to HelloWorld helloWorld | ||
+ | - esvio -iepappl -lCON < | ||
+ | - nodialog -iepappl -lCON < | ||
+ | - put output icx file (here hw.icx) in something like c: | ||
+ | - put abt.ini file in same dir as icx file | ||
+ | - run out of progFiles\vast...\nls to get nls messages. | ||
+ | - example: C:\Program Files (x86)\Instantiations\VA Smalltalk\8.5\nls>// | ||
+ | - use EsLoggingRuntimePackagingApp which is hello world with logging | ||
+ | |||