Discussions tagged Compiler
Cannot deploy PowerServer cloud app to IIS server due to compile errors. Here is what i have tried..
- Resolved
- Issue
- Last updated 9 months ago
- Esau Redwan replied 9 months ago
Hello All,
I am getting an error that I cannot resolve after trying multiple attempts at solving it.
My coworker can deploy fine to the IIS server with no issues. I am using the same project that was cloned from the Git server. In this workspa...
Changes in Dataobject syntax
- Resolved
- Issue
- Last updated 10 months ago
- Chris Pollach @Appeon replied 10 months ago
Dataobjects created with PB2022R2-2819 get an error when i try to deploy/regenerate them with PB2022R2-1900.Error message = Datawindow error: Line 195 Column 242: incorrect syntaxWith 'edit source' line 195 = ' dptl_mdpstdtbl.nd1std as nd1std...
Obfuscate Code in Snapdevelop
- How-to
- Last updated 11 months ago
- Armeen Mazda @Appeon replied 11 months ago
Which tool or extension is recommended by Appeon to obfuscate source code (Net Assembly) using Snapdevelop?...
Is it possible to skip code when compiling the PowerServer project?
- Resolved
- How-to
- Last updated 1 year ago
- mike S replied 1 year ago
We are migrating a project to PowerServer. We still want to be able to compile and deploy the client/server application. There is code in our application that is useful only for the client/server version and we would like to skip it when we are compi...
Dear all,
On the deployment machine, after successful full rebuild, when try to deploy (PB 2021 1509), got this:
---------- Linker: Errors (11:45:09 PM)Unresolved resource ' ' referenced from object 'w_ch_upd_sc.win'.
.
.
For many windows obj...
Migration from PB2017 to PB2021 - coolmenu.dll not compatible.
- How-to
- Last updated 2 years ago
- Aart Onkenhout replied 2 years ago
Greetings
We are currently migrating from PB2017 to PB2021 and we have a software in production with multiple clients that stood with us for several years, it is critical to keep the library coolmenu.dll until we get enough time to refactorize it to...
"Create of executable file failed" error
- Resolved
- Issue
- Last updated 2 years ago
- Philip Tong replied 1 year ago
Hi, we are in the process of upgrading from Powerbuilder 12.5 to Powerbuilder 2021. I have found that when I attempt to build a 32-bit Pcode build from the IDE or the Compiler, the build succeeds, but then I'm left with a "Create of executable file f...
Azure DevOps and Powerbuilder compiling
- How-to
- Last updated 2 years ago
- Chris Pollach @Appeon replied 1 year ago
Hi,
Right now, we are using VSTS hosted and we compile our PB application using Powergen through some PowerShell scripts.
Our plan is to migrate the infrastructure from Hosted TFS to AzureDevops in the cloud and build and release from ther.
...
MSOLEDBSQL - SqlState 42000 OLE DB Driver for SQLServer Incorrect syntax near X
- Resolved
- Issue
- Last updated 3 years ago
- Kevin Geist replied 1 year ago
When I do CTRL L to verify my event code, I get errors that indicates MSOLEDBSQL throws a SqlState 42000 OLE DB Driver for SQLServer Incorrect syntax near 'xxx'
Yet, when I run this code connecting to this database, the code works, the imbedded sql...
How to specify filename for SMS log during compile
- Resolved
- How-to
- Last updated 3 years ago
- Chris Pollach @Appeon replied 3 years ago
When performing a compile using the autocompiler for PB 2019 R2, it seems to generate a log file but the filename seems to change depending on when and where I do the compile.
Here is an example of my compile using pbc190.exe:
C:\temp_git\Powerbuil...
Did new versions of PowerBuilder change access to network drives?
- Resolved
- Issue
- Last updated 4 years ago
- Daniel Johnson replied 4 years ago
We're currently working to migrate a bunch of apps to PowerBuilder 2019R2 from 12.5.2.
We have resource files that reference a network drive, which references a file share mapped to each developers' machine as a drive letter. When deploying apps...
project build options - rebuild - incremental greyed out
- Resolved
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi can anyone help
On one of my applications the project build options, incremental is greyed out, i can select the prompt for overwrite and classic style but not the incremental
On other applications I can tick this.
regards and thanks in adva...
I have been playing with SnapDevelop. I have a dll I wrote in C# .NET Framework Standard which fails to compile after opening the solution in SnapDevelop, even though it works just fine in Visual Studio 2017 and 2019. The error is gives is:
Please c...
compilation errors does not display
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
Hi,
I'm using PB 2017. starting from few days ego,when compiling an object, I am not getting a display errors of the compilation. the save icon continue being blue ( does not become grey).
The help message on the bottom left says "saving user obje...
Application compiled with PB2019 R2 is (much) slower than with PB2017
- Resolved
- Issue
- Last updated 4 years ago
- Arnaud Bailly replied 3 years ago
Hello,
We have an application that we have migrated from PB2017 to PB2019R2. Our users are complaining the application has become painfully slow. To quote one user:
> Even the most friendly, patient colleagues that have used XXX for many years a...
Compiling and CPU usage
- Resolved
- How-to
- Last updated 4 years ago
- Chris Pollach @Appeon replied 1 year ago
Hi.
We have recently purchased a new build server.
It has an AMD Ryzen 9 3950X CPU with 16 cores @ 3,5 GHz.
We feel that it doesn't take full advantage of all the resources when compiling.
I've tried both the GUI in PB and pbc190.exe.
I still on...
Speeding up continuous integration and build time
- Resolved
- Advice
- Last updated 4 years ago
- Sezer Gülap replied 3 years ago
Hello,
We are currently building a large-ish PowerBuilder (2017 but we are in the process of migrating to 2019) application using Microsoft's DevOps pipelines. Our current build script takes quite a lot of time as we:
cleanup everything
copy all...
Hi All
ORCA and ORCAScript both support a "3pass" option, which is "performs a full rebuild of the application. It should be used instead of full when there are complex inherited relationships."
But the IDE and PBC don't offer this option. In o...
PB 2019 crashes while trying to migrate library
- Resolved
- Issue
- Last updated 4 years ago
- Chris Pollach @Appeon replied 4 years ago
I am working on a large-ish codebase containing about 20 libraries. This codebase is currently in PB2017 but we want to migrate it to PB2019R2 in order to benefit from enhanced REST/HTTP support. I have successfully migrated it 2 months ago and start...
Environment variable defines TEMP file folder for PB's machine code compiler. I forgot its name.
UPDATE => Found it! It is config parameter in PB.INI, section = [PB], name = CODEGENTEMP.I used ProcMon from Sysinternals to investigate the PB compi...
- Page :
- 1