Discussions tagged DLL
Develop with 32 bit .NET DLL and deploy application in 64 bit in PB 2019
- How-to
- Last updated 3 weeks ago
- Miguel Leeuwe replied 3 weeks ago
Hi all,
as discussed in my last question Use of CrystalReports .NET DLL in PB 2019, we managed to get this CrystalReports DLL (32 bit) work to be used in the PB IDE and even in the compiled 32 bit version of our application.
We are using PB 2019 ...
WindowFromPoint in 64Bit application
- Issue
- Last updated 2 months ago
- John Fauss replied 2 months ago
Hi,
I have an application which running smoothly in 32bit, but my client now requested it make it as 64bit. So i've gone thru migration from PB12.1 to PB12.6 B4138. Now I have a problem with one windows API (WindowFromPoint) it doesnt return proper ...
Error calling external function %s
- Resolved
- Issue
- Last updated 2 months ago
- Dan Cooperstock replied 2 months ago
I'm trying to call an external function in a DLL that has been provided to me. It was written in Delphi, but at least apparently declared to use C-style strings and the stdcall calling convention, so it should work.
But when I call it (whether or no...
PB 2019 R2 (19.1.0.2353)
Powerbuilder tries to load the following dll's when using PB and in the compiled exe:
1. pbstatusbar190.dll
2. pbdynamictab190.dll
to 1.: The dll is installed when PB is installed but is not included when creating the run...
How to pass arrays to a C# dll ?
- Resolved
- How-to
- Last updated 6 months ago
- Christophe Feyte replied 4 months ago
Hello,We build a C# dll to use the SendInBlue's API (https://www.sendinblue.com/)We want to call the function from PowerBuilder 2019 build 2170.We pass as argument a string array that contains a list of recipients.When we check the contents of the ar...
How to sign a PDF file from PowerBuilder 2019 using digital certificate
- How-to
- Last updated 10 months ago
- John Fauss replied 10 months ago
I would like to digitally sign a PDF file using PowerBuilder 2019.
Since I was explained PB 2019 is currently not supporting this, here is the question for community.
Is there is a
1. Windows DLL that can be used as a global External function from...
Error calling external dll function
- Resolved
- Issue
- Last updated 10 months ago
- John Fauss replied 10 months ago
1. We have a c++ dll compiled in CodeBlocks which has a function declared as below
__declspec(dllexport) char * __cdecl vc_encrypt(char* vol, char* id);
(MingGW compiler suffixes @8 to the function name when __stdcall is used in c++)
2. The functi...
Application is not qualifying the DLLs
- Resolved
- Issue
- Last updated 1 year ago
- Suhas Shravagi replied 5 months ago
Hi, we have a desktop application developed in PowerBuilder 2017 R2. This application does not use any external functions or DLL calls. But when it is launched, it has been observed that the application is internally searching for some Windows DLLs o...
PB trial 2019 version on Window10 try to execute PB applications and get missing pbvm170.dll
- Resolved
- Issue
- Last updated 1 year ago
- Armeen Mazda @Appeon replied 1 year ago
I'm using the Appeon learning material which using PB17 but i downloaded the trial version PB2019 and when I try to run the applications that are enclosed on the demo I get the message:
System Error - the code execution cannot proceed because PBVM1...
Datawindow border on top and double border
- How-to
- Last updated 1 year ago
- Olan Knight replied 1 year ago
Hi Everyone,
Just wanted to ask, if there are any possible way to accomplish border on top and double border on datawindow's object? Any dll or script that will do the trick? I am using PB 2019. Thank you!...
PBNI - SDK & watcom 1.9 or visual studio 2017
- Advice
- Last updated 1 year ago
- Nathalie Meurant replied 1 year ago
Hi,
I have a PB 12.0 application that needs to be migrated to PB2017.This application has a non-visual object that calls functions of a DLL.This DLL was built in C ++ with the watcom compiler version 1.0.I would like to recompile this DLL so that i...
Can we use Dll's created in VC98 in Appeon PowerBuilder 2019?
- How-to
- Last updated 1 year ago
- Prasanth Kalivarapu replied 1 year ago
Hi All
Migrating PowerBuilder application developed in 7.0 to appeon PowerBuilder 2019. I am having trouble with Dll's declared and used in external variables by having a reference to a DLL developed in VC98 using C++ language.
What are the steps ...
PB2019 Runtime Installer still 32-bit?
- Misc
- Last updated 1 year ago
- Armeen Mazda @Appeon replied 1 month ago
Just started playing with PB2019. One of the things I checked that has been an issue for a couple years, is the Runtime packager still seems to be creating a 32-bit installer. When is this going to be fixed? Packaging for a 64-bit app dlls and the...
Does anyone know of any issues because of duplicate, but newer, files shared between PB2019 and PB2017?
Different files in the shared\powerbuilder directory are:
atl80.dlllibeay32.dlllibglog.dlllibjcc.dlllibjtml.dlllibjutils.dlllibsybunic.dllnlw...
Hi Guru
Pbd are interpreted code
DLL are c-compiled code
A simple question: What are the reasons why I should choose a compile in "machine code" and not in "PCode", or vice versa. (in addition to DLL will execute script code faster )
thank you...
System Error Encountered: Error Opening PBSHELL.dll
- Issue
- Last updated 1 year ago
- Roland Smith replied 1 year ago
Hi,
We are encountering the following error when we try to access a field in our power-builder application.
"Error opening DLL library pbshell.dll for the external function in the constructor event of an object". When we looked in the power-builde...
Hi All,
we are working on Powerserver to make calls to Oracle tuxedo service from web , one of the issue that we have noticed that DLL used to make tuxedo calls are getting downloaded in cached directory in Client PC, will there be a Way for DLL ...
HeapFree function from Kernel32.dll crashes on PB2017 R3
- Resolved
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
Hi everybody,
We use some functions from Kernel32.dll to get a DLL version number. This have been always working until PB 12.5.2. But PB2017 R3 crashes when we call HeapFree fuction.
EXTERNAL FUNCTIONS CALLED:
Function long GetFileVersionInfoSi...
How to make 64-bit application use OLE DB successfully?
- Issue
- Last updated 2 years ago
- Roland Smith replied 1 year ago
I have migrated code from PB 10.5 to PB 2017R3, and the migration went fine - no errors. Now I am building the code as a 64-bit pCode application, and the build is fine, but when I do a database connection in the app (using OLE DB), I get a message...
Error calling method of a PBNI object
- Resolved
- Issue
- Last updated 2 years ago
- Joakim Krook replied 2 years ago
Hi,
We have a powerbuilder application calling a webservice. This is deployed to a citrix-environment.
In the citrix-environment we get the error "Error calling method of a PBNI object" when trying to get the information from a SOAP exception. I...
- Page :
- 1