DarthBeebe
Programmer
I am creating a build in machine code using Powerbuilder 11.1 build 8204. There are 15 pbl files in this build. The build is hanging on one object in one pbl. The object is a structure. The build does complete successfully, but the hang time on this one object is 10 plus minutes. If the build wasn’t hanging on this one object, the entire build would be about 5 minutes.
I have read that one of the bug fixes made in version 11.1 was that machine code was hanging on an "any array[]". There are no arrays in this structure. I also went through the entire application looking for structure variables that are unused. Those I found, I have deleted from the structure but that didn’t help. Has anyone come across this issue and what possible fix or work around would you suggest?
I have read that one of the bug fixes made in version 11.1 was that machine code was hanging on an "any array[]". There are no arrays in this structure. I also went through the entire application looking for structure variables that are unused. Those I found, I have deleted from the structure but that didn’t help. Has anyone come across this issue and what possible fix or work around would you suggest?