Problem:
Problem running getdirectory demo. Getdirectory.cbl was not properly built.
Resolution:
Cleanup procedure for Rebuilding GetDirectory demo.
1) Open up the getdirectory project.
2) In the IDE on the left hand side delete everything for type of build DEBUG and also delete everything for type of build RELEASE.
3) Close down Net Express.
4) Manually, outside of Net Express IDE, go to the folder where to have the getdirectory demo. Delete everything in the debug and release folders.
5) Bring up the getdirectory.app again in the Net Express IDE. Go to the Release build for Type of Build.
6) On the right hand side from the source pool, drag over the getdirectory.cbl to the Release build and it will build getdirectory.obj
7) Right mouse click on getdirectory.obj adn create package as getdirectory.exe
8) Under release build , add the getdirectory.gs
9) Next select from toolbar
Project -> Update all dependencies
Project-> Rebuild all
Now , the demo getdirectory.exe should running as well.