User Tools

Site Tools


admin:packaginghelloworld

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
admin:packaginghelloworld [2011/08/01 21:43] jwarrioradmin: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: "Ensure that you have the 'ENVY/XD Examples' 
 +  - C:\Users\donald\images>"C:\Program Files (x86)\Instantiations\VA Smalltalk\8.5\bin\esvio" -iepappl -lCON
 +  - 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 <---------------- does not work
 +  - nodialog -iepappl -lCON <------------- works with nls errors
 +  - put output icx file (here hw.icx) in something like c:\temp. 
 +  - 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>//..\bin\nodialog -ic:\temp\hw -lCON -ini:c:\temp\abt.ini//
 +  - use EsLoggingRuntimePackagingApp which is hello world with logging
 +