Page 1 of 1

PUI Working release for V5R4M0

Posted: Mon Jun 13, 2011 3:43 pm
by jac53
What is the most recente release which work with version V5R4M0?
I downloaded the software for a partion with V5R4M0 and even compiling the programs with PUIBNDRPG I get the following:
Device *REQUESTER not found while opening file V55CRMI02 in library
LN9TSTPRF.
Error message CPF4103 appeared during OPEN for file V55CRMI02.

Re: PUI Working release for V5R4M0

Posted: Mon Jun 13, 2011 3:50 pm
by Brian
Even our latest release still supports 5.4

However, since 5.4 does not have Open Access, you must use our precompiler in order to use ProfoundUI.

So, in your RPG program, you will need to add the following compile directive to your code:

/DEFINE PROFOUNDUI

and then use one of our custom compile commands to compile your program. To do so, add PROFOUNDUI to your library list and use one of the following commands

PUIBNDRPG
PUIRPGMOD
PUISQLRPGI

Re: PUI Working release for V5R4M0

Posted: Mon Jun 13, 2011 5:04 pm
by jac53
Thank you Brian, you are right. I was so relaxed working in V6R1 in other partion that I forget all of you have to do in previous releases.