Search found 1313 matches: script

Return to advanced search

Re: Error FWH 2404 unresolved external 'SetWindow Theme'

Error: Unresolved external 'SetWindowTheme' referenced from C:\FWH2404\LIB\FIVEHX.LIB|window


Please add this to your link script:
Code: Select all  Expand view
%bcdir%\lib\psdk\uxtheme.lib
by nageswaragunupudi
Fri Apr 26, 2024 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 2404 unresolved external 'SetWindow Theme'
Replies: 7
Views: 96

Re: Compiler with MSVC y HARBOUR

... VisualStudioSetup.exe install Desarrollo para el escritorio con C++ After installing it, if you want to make it portable you can do it with this Script CreaPortableMSVC.bat (Change the destination route and x86 to x64 as needed) ROBOCOPY "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\bin\Hostx86\x86" ...
by hua
Fri Apr 19, 2024 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 143

Compiler with MSVC y HARBOUR

... VisualStudioSetup.exe install Desarrollo para el escritorio con C++ After installing it, if you want to make it portable you can do it with this Script CreaPortableMSVC.bat (Change the destination route and x86 to x64 as needed) ROBOCOPY "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\bin\Hostx86\x86" ...
by acuellar
Thu Apr 18, 2024 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 143

Compilar con MSVC y HARBOUR

... Con VisualStudioSetup.exe instalar Desarrollo para el escritorio con C++ Luego de instalarlo, Si lo quiere hacer portable lo puede hacer con éste Script CreaPortableMSVC.bat (Cambiar la ruta destino y x86 por x64 a su necesidad) ROBOCOPY "C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.39.33519\bin\Hostx86\x86" ...
by acuellar
Thu Apr 18, 2024 8:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con MSVC y HARBOUR
Replies: 0
Views: 81

Re: Compiling error Antonio Nages

Error: Unresolved external 'SetWindowTheme' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|window Error: Unable to perform link Add to your link script: \bcc7\lib\psdk\Uxtheme.lib In the place of \bcc7\. use the installation folder of bcc on your computer. Are you using the bcc770 and Harbour ...
by nageswaragunupudi
Sat Apr 13, 2024 2:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 222

fastreport xharbour

Buenas tardes Alguien podría proporcionarme el script con la secuencia prg para usar fastreport con xharbour! Estoy convirtiendo un sistema antiguo con bcc55 a bcc 5.82 a 7.70 y ninguno de ellos puede cargar los métodos dll de fastreport. Application===========  ...
by jair
Tue Mar 26, 2024 6:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fastreport xharbour
Replies: 1
Views: 385

Error System no longer works.

I have been working on my link script and I might have somehow lost my default error system, when I get an error, my app just goes away. The hb_out.log has this: Application Internal Error - E:\Datafile\Ihss32\ihss32.exe Terminated at: 2024-02-26 ...
by byron.hopp
Mon Feb 26, 2024 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error System no longer works.
Replies: 1
Views: 118

Re: Problem with FiveWin and PDF995 on Windows 11.

... I need a change in my mak file? Always you read fwh\samples\buildh.bat and make sure all the libs linked in that bat file are linked in your link script also. for examples check if your link script includes echo %hdirl%\hbhpdf.lib + >> b32.bcecho %hdirl%\libhpdf.lib + >> b32.bc 
by nageswaragunupudi
Tue Feb 13, 2024 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1219

Re: Recortar imagen jpg

Found.
Using Mogrify from ImageMagick graphics package did the job:

Example:
Mogrify -trim c:\image.jpg

Regards

https://github.com/ImageMagick/ImageMagick
https://imagemagick.org/script/download.php
by paquitohm
Tue Feb 13, 2024 4:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Recortar imagen jpg
Replies: 9
Views: 274

Re: WebView2 sample

Detlef, can't you delete the obj in your script and link the prg?
LG
Otto
by Otto
Mon Jan 29, 2024 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 sample
Replies: 16
Views: 1211

Re: WebView2 sample

Dear Antonio, but I believe that Detlef's error cannot be related to the Windows version. I think something is missing in the FiveWin link script here. He is getting the error during compilation. For me, the WEBVIEW also works with Windows Server 2012 - I think it corresponds to Windows 10. ...
by Otto
Mon Jan 29, 2024 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 sample
Replies: 16
Views: 1211

Re: DateTime calculation

... since the Unix epoch (January 1, 1970). Multiply the Unix timestamp by 1000 to convert it to milliseconds. Here's a simple example in Harbour script: // Assuming you have a Harbour date variable named myDatemyDate := DToT(DATE(2024, 02, 10))// Step 2: Convert to Unix timestamp ...
by Antonio Linares
Sat Jan 27, 2024 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime calculation
Replies: 6
Views: 693

Re: leer y pdf y extraer datos

... También permite incluir recursos externos como imágenes o archivos .ui12. py2exe: Es una herramienta específica para Windows que convierte los scripts de Python en archivos .exe. Tiene algunas limitaciones, como no soportar Python 3.7 o superior3. cx_Freeze: Es una herramienta multiplataforma ...
by Antonio Linares
Sat Jan 27, 2024 5:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: leer y pdf y extraer datos
Replies: 16
Views: 841

Re: WebView2 Essentials: Guides, Tips & Resources

... content of the web view. Run(): Runs the web view. Destroy(): Destroys the web view and cleans up resources. Eval(cScript): Evaluates a JavaScript script in the context of the web view. Init(cScript): Initializes the web view with a JavaScript script. GetWindow(): Retrieves the window handle of ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

Re: WebView2 Essentials: Guides, Tips & Resources

... APIs: WebView2 offers a range of features and APIs. The CoreWebView2 class provides web-specific functionalities such as networking, navigation, script handling, and HTML parsing and rendering. It includes methods like PostWebMessageAsJson, PostWebMessageAsString, and events like WebMessageReceived ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481
Next

Return to advanced search