Discussions tagged 64-bit
Conversion of powerbuilder 2022 from 32-bit to 64-bit version
- Advice
- Last updated 2 months ago
- Chris Pollach @Appeon replied 2 months ago
Currently we are using PowerBuilder application developed using power builder 2022 32-bit version. Since business want to move to windows 11 machine which supports only 64-bit versions. We need input and confirmation on converting 32-bit PowerBuilder...
Errorcode:301: Failed to decompose PBL
- Issue
- Last updated 4 months ago
- Andreas Mykonios replied 4 months ago
Hello!
Can someone tell me the meaning of this error message?
And how to fix this?
I get this everytime I want to add a local Project to Git ("Add to source control")
Error:Failed to decompose PBL: C:\Client\client.pbl errorcode:301.
Thanks!...
String(Message.LongParm,"address")... working theory in 64 bit PB 2022 R3
- Resolved
- How-to
- Last updated 4 months ago
- Roland Smith replied 4 months ago
Hi Folks
Environment : PB 2022 R3 64 bit
Here is the sample code snippet where the application crashed in 64 bit but not in the 32 bit
but if I change the variable type Long to LongPtr or LongLong , the application does not crash.
confusion is...
ShellExecute for 64 bit PB application
- Resolved
- How-to
- Last updated 6 months ago
- Roland Smith replied 6 months ago
Hi Folks
The following function ShellExecute works well for the 32 bit application but not for the 64 bit application .it always return with error =2 which is file not found.
I am using Pb build 2022 R3 3289
Is anything differnt I have to do for ...
Disable the statusbar of the webview2 webbrowser of PB 2022 R3
- Resolved
- How-to
- Last updated 6 months ago
- Kai Zhao @Appeon replied 6 months ago
Hi Folks
How to disable the statusbar in the left corner of the webview2 webbrowser of PB2022 R3 ?
I found
https://learn.microsoft.com/en-us/dotnet/api/microsoft.web.webview2.core.corewebview2settings.isstatusbarenabled?view=webview2-dotnet-1.0.2...
pbautobuild220.exe crashing on two branches but no others (build 2828)
- Issue
- Last updated 8 months ago
Hello:
We've recently upgraded to PB 2022 R2 2828, and one of our developers has two branches that are crashing during the full build, yet he has submitted four others that build just fine. We have 9 other developers whose branches are working seam...
64bit deployment newbie question - part deux
- Resolved
- How-to
- Last updated 9 months ago
- Chris Pollach @Appeon replied 9 months ago
Hi all,
I posted this question in the previous thread along with another question and it went unanswered, so I'm trying again:
I have read that PBD files are the same for both 32 and 64 bits. The only difference is in the exe.
Is there any way to ...
64bit deployment newbie questions
- Resolved
- How-to
- Last updated 9 months ago
- John Fauss replied 9 months ago
Hi all,
We are planning to move our application to 64bit. I have read several guides, but still, a few things are unclear to me. I am asking for help with the following:
We use some custom DLLs (20+ years old). Somehow, I managed to com...
I'm currently using Powerbuilder Version 2022 Build 1878 64-bit and the AcroExchApp/AcroExchPDDOC.
I can open the XFA pdf files and *read* the values, but I can not change the value in the JS Object. I'd like to figure out how or find another way to...
Resizing issue in PB 2022 R3 (build 3289) when Tabbedview is enabled in mdi window
- Issue
- Last updated 10 months ago
- Bruce Armstrong replied 10 months ago
Hello,
First I tell you that this issue is NOT there in PB 2022 R2 build 2819. We just compiled that same application with R3 and are facing these issues.
Issue is in PB 2022 R3 build 3289 + tabbedview + PFC Resize without PFC - Appeon Community +...
Dear Team,
I am facing a critical issue with my power builder application. I am having a customized odbc driver which is communicating with my PB application.
I am having another Visual Studio 2022 application which is communicate with my PB appli...
FindFirstFile W, A returning negative value
- Resolved
- Issue
- Last updated 1 year ago
- John Fauss replied 1 year ago
I'm new to PB, while debugging is see FindFirstFileW(as_FileSpec, lstr_FindData) returning negative value ?
Any help would be appreciated.
Thanks...
Hello All
I have this call to a windows API in kernel32.dll
FUNCTION ulong CreatePipe(ref ulong phReadPipe,ref ulong phWritePipe, ref s_security_attributes lpPipeAttributes,ulong nSize) LIBRARY "kernel32.dll"
it works in32 bits
but when i...
Datastore & millions of rows
- Resolved
- Advice
- Last updated 1 year ago
- Brage Mogstad replied 1 year ago
Hello,Anyone managed to work with "big data" in PB & Adaptive Server Anywhere? I'm using PB 19 and 32-bit ODBC.So far I've only been able to solve manipulation of data with either SQL statements in string & Execute immediate, or simply trigge...
WebBrowserSet/Get causing PowerClient app to crash
- Resolved
- Issue
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
I'm trying to add OAuth to our application for a new client. I ran the Google example through the PB IDE with no issues. However, after I created a PowerClient app the system crashes as soon as it attempts to call the WebBrowserSet or WebBrowserGet f...
testing PB 2022 64 bits with Sybase ASE 16 64 bits.
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
hey guys,
I'm testing PB 2022 64 bits with Sybase ASE 16 64 bits.Open client installed: ASE SDK 16.0 64bitsPB does not find DLLs.message: Error loading client DLLs. Unable to connect to server.Any ideas to resolve?
Thank you already!
Rafael Bicalh...
My initial findings on the new PowerBuilder 2022 R2 (beta)
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hi,
Here are my initial finding on the all new Beta R2 BUILD 2693
EVERYTHING seems to work PERFECT.
Appeon you have done a GREAT job - THANK YOU!
Tested:
PB installation on top of pb2022 ON WIN 11
Rebuild all
Run app in X64 FROM ide (w...
Experiencing Probably library file I/O Error building with PBAutoBuild210.exe
- Resolved
- Issue
- Last updated 1 year ago
- Mary Jane Foster replied 1 year ago
Hi:
We've been successfully using PB2021, GitHub Actions on a Windows 10 PC, and PBAutoBuild210.exe to automate builds (64 bit) for 2 years. We've recently begun experiencing probable library file I/O errors. When we can build it in the IDE success...
I was attempting to follow the tutorial in PB2022 for PowerServer, using the Sales Demo app. The PowerServer project painter apparently only recognizes Sql Anywhere (ODBC) data source names if they are set up with the 64 bit ODBC Data Source Administ...
How can I get rid of the "please refer to Migrating 32-bit Applications to 64-bit" warning?
- Resolved
- How-to
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hi,
All my apps are getting this warning when compiling the projects. I reviewed the online documentation for migrating 32-bit application to 64-bit applications. However, I created a fresh project with no code in it except one string label to test...
- Page :
- 1