Search found 1136 matches: win32

Return to advanced search

Re: link between PRG and RC

https://i.imgur.com/quHCEc0.png https://i.imgur.com/D9gWqWd.png i use xmate or hbmk2 in harbour. :-) for the msvc version of my app i use xmate. for example, this is the .hbp project HBMK2 for fwh+mingw+harbour -hbexe -oprestamos32g -workdir=obj\ -compr -info -inc -t...
by carlos vargas
Tue Jan 30, 2024 1:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1755

Re: SAPI : change Voice

hi Antonio,

have installed harbour Version, which was include in my harbour_win32_bcc_2020_10_19.zip, and override hbwin.LIB
now it work without Error and i can change "Voice" of SpVoice. :D

thx again for your GREAT help.
by Jimmy
Mon Jan 29, 2024 1:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3703

Re: WebView2 Essentials: Guides, Tips & Resources

... Chromium-based Microsoft Edge as the rendering engine. This control is available for various frameworks and platforms including .NET/C#, WinRT/C#, Win32/C++, Core, WPF, Windows Forms, Unity/HoloLens 2, and more​​​​. For developers working with WebView2, the following points are essential: Features ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 482

Re: Question about deleting files and the trash

... flag is set. You must provide a full path to delete the file to the Recycle Bin. https://learn.microsoft.com/en-us/windows/win32/api/shellapi/ns-shellapi-shfileopstructa
by Jimmy
Wed Jan 03, 2024 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about deleting files and the trash
Replies: 11
Views: 1190

Re: Question about deleting files and the trash

https://learn.microsoft.com/en-us/windows/win32/api/shellapi/nf-shellapi-shfileoperationa
Returns zero if successful; otherwise nonzero


so it seems as it is properly doing it...

I can't understand why they don't appear at the recycle bin
by Antonio Linares
Fri Dec 22, 2023 1:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about deleting files and the trash
Replies: 11
Views: 1190

Configuration Error.

I am currently getting the following error when attempting to compile: Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc. obj\tmstsr.c: Error E2209 e:\harbour\include\stdarg.h 32: Unable to open include file 'tr1/cstdarg' Error E2209 e:\harbour\include\string.h ...
by byron.hopp
Tue Dec 12, 2023 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Configuration Error.
Replies: 2
Views: 214

Re: New FTDN October/Octubre 2023 (FWH 23.10)

... muestra cómo llamar a Windows Copilot desde nuestras aplicaciones FWH. * Nuevo: Funciones WinUpper() y WinLower() contenedores para la API win32 CharUpper() y CharLower() funcionan con codificaciones ANSI y UTF8. Útil para caracteres con acento en el idioma WU, cómo diéresis. Mientras TRANSFORM( ...
by Antonio Linares
Sun Dec 03, 2023 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3915

Compilacion Ejemplo de FWH Error

... output to 'testtrev.ppo'... Lines 5046, Functions/Procedures 4 Generating C source output to 'testtrev.c'... Done. Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023 Embarcadero Technologies, Inc. testtrev.c: Borland Resource Compiler Version 5.40 Copyright (c) 1990, 1999 Inprise Corporation. ...
by ruben Dario
Sat Dec 02, 2023 12:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilacion Ejemplo de FWH Error
Replies: 1
Views: 224

Re: Crear librerias de Harbour BCC74 Me genera error

... veo que para 32 bits pasa lo mismos si coloco esto SET HB_WITH_CURL=c:\curl32\include SET HB_STATIC_CURL=yes SET HB_WITH_OPENSSL=c:\OpenSSL-Win32\include I don't understand.
by Enrico Maria Giordano
Mon Nov 27, 2023 11:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear librerias de Harbour BCC74 Me genera error
Replies: 28
Views: 6901

Re: Crear librerias de Harbour BCC74 Me genera error

Saludos,
Recibi tu correo pero no fue posible descargar el archivo que me enviaste el HRBFIX.PRG.

veo que para 32 bits pasa lo mismos si coloco esto
SET HB_WITH_CURL=c:\curl32\include
SET HB_STATIC_CURL=yes
SET HB_WITH_OPENSSL=c:\OpenSSL-Win32\include
by ruben Dario
Mon Nov 27, 2023 8:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear librerias de Harbour BCC74 Me genera error
Replies: 28
Views: 6901

Re: Testing Harbour -gc3 flag

... %1 -n -m -w -es2 -gc3 /i%fwh%\include;%hdir%\include /w /p %2 %3 > comp.log 2> warnings.log ERROR: Embarcadero C++ 7.60 for Win32 Copyright (c) 1993-2023 Embarcadero Technologies, Inc. LAILTON.c: Error E2380 LAILTON.c 56: Unterminated string or character constant in function ...
by karinha
Sat Nov 18, 2023 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4368

Re: ID of the new process

Your approach of comparing the lists of processes before and after creating the OLE object using WMI (Windows Management Instrumentation) is a reasonable way to identify the new process associated with the OLE object. However, there are a few other potential approaches you could consider: 1. **Usin...
by Antonio Linares
Tue Nov 14, 2023 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the new process
Replies: 2
Views: 323

ID of the new process

Hi, When creating an OLE object of an application (for example, Word), a new process is created. How do I get the ID of this process ? I can make 2 lists of oWmi processes:ExecQuery("select * from Win32_Process where Name=") before and after creating the OLE object, and then compare them. ...
by Natter
Tue Nov 14, 2023 11:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ID of the new process
Replies: 2
Views: 323

Re: Xbase++ :lockUpdate() -> Fivewin ?

... 1 ) ) )      LockWindowUpdate( ( HWND ) 0 );} https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-lockwindowupdate
by Antonio Linares
Fri Nov 03, 2023 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbase++ :lockUpdate() -> Fivewin ?
Replies: 10
Views: 763
PreviousNext

Return to advanced search