QR Code Generator
Marcelo Gil
Posts: 8
Marcelo Gil replied the code: QR Code Generator
Ciao Fabricio! Grazie per aver condiviso l'esempio.
Alla fine ha funzionato, ho dovuto modificare il percorso dell'assembly e installare windowsdesktop-runtime-6.0.27-win-x86.exe
Pensavo che Run Packager includesse tutto il necessario per far funzionare Assamblys.
A seconda che la PB APP sia compilata in x86 o x64, viene installato il runtime corrispondente. Nel mio caso l'applicazione è stata compilata in x86. Grazie per aver condiviso la tua conoscenza ed esperienza.
Grazie Mille!
Alla fine ha funzionato, ho dovuto modificare il percorso dell'assembly e installare windowsdesktop-runtime-6.0.27-win-x86.exe
Pensavo che Run Packager includesse tutto il necessario per far funzionare Assamblys.
A seconda che la PB APP sia compilata in x86 o x64, viene installato il runtime corrispondente. Nel mio caso l'applicazione è stata compilata in x86. Grazie per aver condiviso la tua conoscenza ed esperienza.
Grazie Mille!
Please Log in or Create an account to join the conversation.
Fabrizio Viscardi
Posts: 3
Fabrizio Viscardi replied the code: QR Code Generator
Hello,
I have a complete example in this page :
fabrizioviscardi.it/powerbuilder-scripts...libreria-qrcoder.php
it's in italian language but i think you can translate easily. In every case there are two versions to download.
I have a complete example in this page :
fabrizioviscardi.it/powerbuilder-scripts...libreria-qrcoder.php
it's in italian language but i think you can translate easily. In every case there are two versions to download.
Please Log in or Create an account to join the conversation.
Marcelo Gil
Posts: 8
Marcelo Gil replied the code: QR Code Generator
Hi Fabrizzio, Thank very much for your reply
Regards
Regards
Please Log in or Create an account to join the conversation.
Fabrizio Viscardi
Posts: 3
Fabrizio Viscardi replied the code: QR Code Generator
Hello Gil,
to check your problem I focused my attention on 2019R3 version of QrCodedemo because I have a computer without IDE with 2019R3 Runtime but not any with the 2022R3 version (every PC have IDE installed).
I have created 32 and 64 bits qrcode.exe and I have installed them in such computer with Powerbuilder 2019R3 Runtime (without IDE) + Net Core Runtime 2 + Net Core Runtime 3 + Net Core Framework 4.8 + Windows desktop Runtime 6.
Both exe worked perfectly.
In the folder of destination PC you need only: qrcode64.exe , qrcode64.xml, qrcodedemo.pbd, qrCodeGenerator.dll, qrCoder.dll
But to complete my answer I have added :
" ls_version = lnv_assembly.GetDotNetCoreVersion( )
messagebox ("of_createondemand", ls_version ) " in function, just to see the version of .Net used.
At runtime (in the P.C. above mentionned):
- running "qrcode32.exe" the version is ".NET Core Runtime (x86) vers. 3.1.9"
- running "qrcode64.exe" the version is "Windows Desktop Runtime (x64) vers. 6.0.11"
I am sorry but I haven't any PC with Pb 2022 R3 runtime installed, without IDE.
to check your problem I focused my attention on 2019R3 version of QrCodedemo because I have a computer without IDE with 2019R3 Runtime but not any with the 2022R3 version (every PC have IDE installed).
I have created 32 and 64 bits qrcode.exe and I have installed them in such computer with Powerbuilder 2019R3 Runtime (without IDE) + Net Core Runtime 2 + Net Core Runtime 3 + Net Core Framework 4.8 + Windows desktop Runtime 6.
Both exe worked perfectly.
In the folder of destination PC you need only: qrcode64.exe , qrcode64.xml, qrcodedemo.pbd, qrCodeGenerator.dll, qrCoder.dll
But to complete my answer I have added :
" ls_version = lnv_assembly.GetDotNetCoreVersion( )
messagebox ("of_createondemand", ls_version ) " in function, just to see the version of .Net used.
At runtime (in the P.C. above mentionned):
- running "qrcode32.exe" the version is ".NET Core Runtime (x86) vers. 3.1.9"
- running "qrcode64.exe" the version is "Windows Desktop Runtime (x64) vers. 6.0.11"
I am sorry but I haven't any PC with Pb 2022 R3 runtime installed, without IDE.
Last Edit: 9 months 3 weeks ago by Fabrizio Viscardi .
Please Log in or Create an account to join the conversation.