Search found 48 matches: winnt

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: 1700

Re: Display thumbnails of pdfs

Dear Jimmy, This is the definition of the struct LVCOLUMN from commctrl.h typedef struct tagLVCOLUMNA { UINT mask; int fmt; int cx; LPSTR pszText; int cchTextMax; int iSubItem; #if (_WIN32_IE >= 0x0300) int iImage; int iOrder; #endif #if _WIN32_WINNT >= 0x0600 int cxMin; // min snap point int ...
by Antonio Linares
Sun Oct 16, 2022 2:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display thumbnails of pdfs
Replies: 33
Views: 2270

Re: Runtime with Windows 7 - New builds

Tim, I don't actually support any Win7 devices any longer, but I do still have a fair number of XP devices and older WIndows Server devices that are still in my 32 bit mix. I had to deal with a similar situation back in the VS 2017 period to keep being able to build for those devices while also bein...
by rhlawek
Thu Apr 28, 2022 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Runtime with Windows 7 - New builds
Replies: 5
Views: 561

Re: How many control per dialog?

... linker flag /HEAP when linking the EXE: /HEAP: 0x10000, 0x1000 Please try to increase those values. https://www.labri.fr/perso/betrema/winnt/heapmm.html Please post here the example you are testing to review it as maybe it is a different issue
by dutch
Tue Nov 16, 2021 9:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many control per dialog?
Replies: 21
Views: 1289

Re: How many control per dialog?

... linker flag /HEAP when linking the EXE: /HEAP: 0x10000, 0x1000 Please try to increase those values. https://www.labri.fr/perso/betrema/winnt/heapmm.html Please post here the example you are testing to review it as maybe it is a different issue
by Antonio Linares
Tue Nov 16, 2021 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many control per dialog?
Replies: 21
Views: 1289

Re: Preguntas frecuentes mod_harbour

Hola Antonio Sucede algo extraño, si NO pongo que cargue el mod_harbour, esto es lo que contiene el error.log: [Tue Oct 05 09:17:31.201842 2021] [ssl:warn] [pid 7376:tid 364] AH01882: Init: this version of mod_ssl was compiled against a newer library (OpenSSL 1.1.1l 24 Aug 2021, version currently lo...
by EBM
Tue Oct 05, 2021 2:26 pm
 
Forum: mod_harbour
Topic: Preguntas frecuentes mod_harbour
Replies: 26
Views: 6427

Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... c:\bcc7164\include\windows\sdk\windef.h:25: In file included from c:\bcc7164\include\windows\sdk\minwindef.h:183: c:\bcc7164\include\windows\sdk\winnt.h:411:13: warning: redefinition of typedef 'INT' is a C11 feature [-Wtypedef-redefinition] typedef int INT; ^ c:\bcc7164\include\windows\sdk\minwindef.h:177:29: ...
by Compuin
Fri Jun 25, 2021 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4079

Compilando tsbrowse.lib, tsbutton.lib con Harbour 3.2

... declaration of 'PBOOL' Error E2238 \Harbour\include\clipdefs.h 112: Multiple declaration for 'HANDLE' Error E2344 I:\bcc\include\windows\sdk\winnt.h 640: Earlier declaration of 'HANDLE' Error E2293 \tsbrowse\source\function\TSBFUNCS.C 20: ) expected Error E2293 \tsbrowse\source\function\TSBFUNCS.C ...
by noe aburto
Wed Aug 26, 2020 4:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilando tsbrowse.lib, tsbutton.lib con Harbour 3.2
Replies: 1
Views: 315

Re: bug cWinVersion()

... We use a modified version cWinVersion based on the table present in https://docs.microsoft.com/en-us/windows/win32/api/winnt/ns-winnt-osversioninfoexa#remarks . I'm not allowed to share that code.
by AntoninoP
Tue Dec 31, 2019 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug cWinVersion() [fixed in 20.04]
Replies: 17
Views: 1911

Re: Problem with the TREBAR class on Windows XP

Bug fixed: The key to solve it is this line at that specific location: #define _WIN32_WINNT 0x0500 Please add this code to samples\rebars.prg #pragma BEGINDUMP#define _WIN32_WINNT 0x0500#include <Windows.h>#include <hbapi.h>#include <commctrl.h>HB_FUNC( RBINSERTBAND ) // hR...
by Antonio Linares
Fri Nov 08, 2019 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with the TREBAR class on Windows XP (solved)
Replies: 16
Views: 2144

dbrowse.prg

Mod_harbor is a great project. I think it will give a new life to the harbour and its community. I installed mod_harbur on windows 10(64bit) ( XAMPP 64bit) and started to study the work of dbrowse.prg program. In normal operation everything works correctly . When I press the button NEXT quickly seve...
by gruncic
Fri Nov 01, 2019 2:41 pm
 
Forum: mod_harbour
Topic: dbrowse.prg
Replies: 6
Views: 1146

Warning al compilar con Harbour

... Embarcadero C++ 7.10 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc. GESTION.c: Warning W8019 c:\BCC7\include\windows\sdk\winnt.h 20137: Code has no effect in function TpDestroyCallbackEnviron Turbo Incremental Link 6.72 Copyright (c) 1997-2015 Embarcadero Technologies, ...
by Ariel
Thu Jan 31, 2019 3:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Warning al compilar con Harbour
Replies: 2
Views: 562

Ejemplo ERP FWH 64

... In file included from G:\len\Borland\BCC7_64\include\windows\sdk\windef.h:182 G:\len\Borland\BCC7_64\include\windows\sdk\winnt.h:1231:20: warning: declaration of 'struct _CONTEXT' will not be visible outside of this function [-Wvisibility] __inout struct _CONTEXT *ContextRecord, ...
by modestorocabado
Fri Aug 03, 2018 4:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo ERP FWH 64
Replies: 2
Views: 697

Re: Switching to Microsoft Compiler.

Francis There are the four .rh files I needed to make MSVC 2017 work: commctrl.rh dde.rh winnt.rh winuser.rh Also, make sure you are using the latest xHarbour for MSVC 2017 Give me your e-mail address and I will send them to you .. Rick Lipkin Mr. Rick, Sorry for the ...
by fraxzi
Thu Aug 02, 2018 1:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching to Microsoft Compiler.
Replies: 12
Views: 2000

Re: Switching to Microsoft Compiler.

Francis

There are the four .rh files I needed to make MSVC 2017 work:

commctrl.rh
dde.rh
winnt.rh
winuser.rh

Also, make sure you are using the latest xHarbour for MSVC 2017

Give me your e-mail address and I will send them to you ..

Rick Lipkin
by Rick Lipkin
Mon Jul 30, 2018 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching to Microsoft Compiler.
Replies: 12
Views: 2000
Next

Return to advanced search