Hello,
iSeries V5R4, ProfoundUI Version 2.0.2(Trial).
I have created the Helloworld code and compiled and tested - looks OK.
However, I can only compile using Exit Points (ADDPUIEXIT) and cannot get the PUIBNDRPG command to create the ProfoundUI object.
Have you tried adding the EXTFILE keyword for the display file? Also, are you issuing the command with the DEFINE parameter (i.e.: PUIBNDRPG DEFINE(PROFOUNDUI))? That made the difference on my system (V5R4, PUI 2.0.3).
Thanks for your reply Russ.
Adding the define(PROFOUNDUI) to PUIBNDRPG works (I thought I had tried that but perhaps not).
Will continue my evaluation.