Discussions tagged WinAPI
Clipboard and DragQueryFile - Need DragFinish?
- Resolved
- How-to
- Last updated 4 months ago
- Christopher Craft replied 4 months ago
PB 2022
I am writing code to support Copy/Paste of Files to my application. I use the following to get the information.
IF guOS.OpenClipboard(0) THEN lptr = guOS.GetClipboardData(15) lsFile = Space( liAllocate ) liFiles = guOS.DragQueryFile(...
Powerbuilder Upgrade to PB2022 R2 - External Functions Declaration and Usage Issue
- Issue
- Last updated 9 months ago
- John Fauss replied 9 months ago
Hi,
We are trying to upgrade the application from PB12.5 to PB 2022 R2. Currently we are encountering the Label printing issue.
In PB12.5, the declared external function signature is working well. But in PB2022 R2 Version the same signature is not ...
Making API calls from PowerBuilder to 64-bit winscard.dll
- Resolved
- How-to
- Last updated 2 years ago
- Jason Schultz replied 2 years ago
Prior to posting this question, I did already refer to these two excellent articles/tutorials by Bruce Armstrong and John Fauss:
- https://community.appeon.com/index.php/articles-blogs/tutorials-articles/2-powerbuilder/158-communication-with-a-sm...
How to have a console application wait for termination?
- How-to
- Last updated 4 years ago
- Olan Knight replied 4 years ago
I am trying to write a simple console application for the purpose of running (unit or integration) tests of existing PB code in various libraries. The idea is that I have a dedicated target XXXXTest that includes libraries from the main project and r...
Hello All,
I need to redirect the Console Output to a PowerBuilder APP
in my production enviroment i am a code based in this sample
https://wiki.scn.sap.com/wiki/display/SYBPB/Redirect+Console+Output
it works perfect in 32 bits
now i need to mak...
PB 2017 R3 1880 winAPI structure issues
- Issue
- Last updated 5 years ago
- Roland Smith replied 5 years ago
Downloaded R3 trial version and tried to compile Kodigo OpenExplorer from below SF link.
https://sourceforge.net/projects/kodigo/
Re-compiled canvas.pbx using VS2015 and PBNI libs from PB2017 R3, imported the PBX in the PBL , removed fcxpbni.pbd an...
- Page :
- 1