1. Gastón Clara
  2. PowerBuilder
  3. Tuesday, 23 May 2023 10:28 AM UTC

Hi,

I'm currently running PB2019 R3 and trying to deploy my application. 

In my project file I indicate that the output exe file should be generated in r:

The syntax to be used in the command lines reads the following:

/o "r:\core_src.exe"

And the documentations states that:

/o

Name of the application executable file to be created.

All the other related files will be deployed to the same folder as the exe file. For example: /o d:\fo\test11.exe. If not specified, the same name as the PBT file will be used.

PowerBuilder IDE -> Project Painter: Executable file name option

In my case all PDB files are deployed to its PBL location. Any idea why it's not working?

What do I have to do?

 

Thank you!

Accepted Answer
Andreas Mykonios Accepted Answer Pending Moderation
  1. Tuesday, 23 May 2023 10:50 AM UTC
  2. PowerBuilder
  3. # Permalink

Hi.

This was always the way pdb's were created. They are always side by side with the according pbls. The path you set affects only the location were the exe will be located. You can always copy them to another location when build is complete. If you choose to move them a future incremental build will work as a full build.

Andreas.

Comment
  1. René Ullrich
  2. Tuesday, 23 May 2023 10:57 AM UTC
"If you choose to move them a future incremental build will work as a full build."

I think this is not correct because the build does not depends on PBDs but only on PBLs.
  1. Helpful
  1. Andreas Mykonios
  2. Tuesday, 23 May 2023 11:17 AM UTC
Hi René.

You are right. It will not work as a full build, but it will take a little more time because missing pbd's will be created again. But if they exist and don't need any modification, built will finish faster.

Andreas.
  1. Helpful
There are no comments made yet.
Gastón Clara Accepted Answer Pending Moderation
  1. Tuesday, 23 May 2023 10:58 AM UTC
  2. PowerBuilder
  3. # 1

Thank you for your quick response! 

That was what I suspected, but the documentations states a different thing, that was what caused my confusion. It would be a good idea to modify it or clarify this situation.

 

 

Comment
  1. Andreas Mykonios
  2. Tuesday, 23 May 2023 11:36 AM UTC
You are right. /o description is little bit confusing.

Andreas.
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.