Search found 376 matches: pragma

Return to advanced search

Re: Most powerfull Xbrowser and PDF

... change2default_printer(coldprinter) Restores the previously saved default printer (coldprinter). 12. ENUMCHILDWINDOWS A C function embedded with #pragma BEGINDUMP. Enumerates all child windows of a given parent window (hWnd) and executes a Harbour code block for each window. This enables dynamic ...
by Otto
Mon Nov 18, 2024 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 666

Re: Cambio dimensiones gets FWH-24.09

... I will try to build fwh2409\samples\pdfharu1.prg using my older xharbour. Step-1: I edited pdfharu1.prg and added these 3 lines of code: [code]#pragma BEGINDUMP int _streams; #pragma ENDDUMP]/code] Now I set environment variable xhdir=c:\xharbour70 and tried to build and this is successful. ...
by nageswaragunupudi
Sun Oct 06, 2024 9:35 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambio dimensiones gets FWH-24.09
Replies: 39
Views: 1252

Re: Usar dos monitores, mostrar cosas diferentes

... //---------------------------------------------------------------------------------------------------------------------------------------------- #pragma BEGINDUMP #include <windows.h> #include <hbapi.h> #ifdef __XHARBOUR__ long hb_parvnl( int iParam, int iIndex ); void hb_storvni( ...
by Willi Quintana
Fri Oct 04, 2024 4:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Usar dos monitores, mostrar cosas diferentes
Replies: 8
Views: 480

Re: Compile with FW August 2024

Thanks Enrico, now it works. :D

I would like to understand why your compilation
of calldll.prg works without inserting
#pragma warn -8019
#pragma warn -8004
#pragma warn -8075
#pragma warn -8080
#pragma warn -8061
#pragma warn -8060

Regards Maurizio
by Maurizio
Fri Sep 27, 2024 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile with FW August 2024
Replies: 19
Views: 632

Re: Compile with FW August 2024

Thanks Antonio I Put #pragma BEGINDUMP #pragma warn -8019 #pragma warn -8004 #pragma warn -8075 #pragma warn -8080 #pragma warn -8061 #pragma warn -8060 and we took a step forward . Now I have this error Turbo Incremental Link 6.97 Copyright ...
by Maurizio
Thu Sep 26, 2024 2:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile with FW August 2024
Replies: 19
Views: 632

Re: Compile with FW August 2024

I see, then after

#pragma BEGINDUMP
by Antonio Linares
Thu Sep 26, 2024 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile with FW August 2024
Replies: 19
Views: 632

Re: Compile with FW August 2024

Dear Maurizio,

You may add these lines at the top in each of those C files:

#pragma warn -8019
#pragma warn -8004
#pragma warn -8075
#pragma warn -8080
#pragma warn -8061
#pragma warn -8060
by Antonio Linares
Thu Sep 26, 2024 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile with FW August 2024
Replies: 19
Views: 632

Compile with FW August 2024

... years and never had any problems . Now with fw 24/08 and BCC77 I have errors with the compilation . I think the problem is when I have C code in #pragma BEGINDUMP ...... #pragma ENDDUMP hbmk2: Processing local make script&#058; hbmk.hbmhbmk2: Compiling Harbour sources...Harbour 3.2.0dev (r2407221137)Copyright ...
by Maurizio
Thu Sep 26, 2024 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile with FW August 2024
Replies: 19
Views: 632

Re: erro xhb fwh23-10

Añade este código al final de tu PRG principal y por favor confírmame si desaparece una de las referencias no encontradas: #pragma BEGINDUMP #include <windows.h> #define MCM_FIRST 0x1000 #define MCM_SETCURRENTVIEW (MCM_FIRST + 32) BOOL MonthCal_SetCurrentView( void * hmc, DWORD ...
by Antonio Linares
Tue Sep 24, 2024 6:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: erro xhb fwh23-10 e 23-07
Replies: 2
Views: 138

Re: GOT 64 Bit Version running

hi Antonio,

can is use *.ch from 64 BIt Version of BCC7764 for 32 Bit Version BCC77 ?
the 32 Bit Version of ShObjIdl.h is 1104.293 while 64 Bit Version is 272.111

Modify the code this way:
#pragma warn -8027
#include <windows/sdk/ShlObj.h>

which File should i modify :?:
by Jimmy
Thu Sep 19, 2024 5:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GOT 64 Bit Version running
Replies: 20
Views: 1094

Re: GOT 64 Bit Version running

Modify the code this way:

#pragma warn -8027
#include <windows/sdk/ShlObj.h>
by Antonio Linares
Thu Sep 19, 2024 4:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GOT 64 Bit Version running
Replies: 20
Views: 1094

Re: xHarbour 64 bits y xbScritp

Antonio Linares wrote:No need for #pragma BEGINDUMP ... as it is a C file


I meant, so that you can put the code in your PRG sample and try if it works fine.
by Enrico Maria Giordano
Mon Sep 16, 2024 1:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xHarbour 64 bits y xbScritp - (Solucionado)
Replies: 49
Views: 1844

Re: xHarbour 64 bits y xbScritp

... (c) 2012-2023 Embarcadero Technologies, Inc. dllcall.c: dir *.* 16/09/2024 13:30 9.204 dllcall.c 16/09/2024 13:30 664 dllcall.o No need for #pragma BEGINDUMP ... as it is a C file
by Antonio Linares
Mon Sep 16, 2024 11:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xHarbour 64 bits y xbScritp - (Solucionado)
Replies: 49
Views: 1844

Re: xHarbour 64 bits y xbScritp

I get many errors. Please add #pragma BEGINDUMP and #pragma ENDDUMP and try yourself.
by Enrico Maria Giordano
Mon Sep 16, 2024 10:48 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xHarbour 64 bits y xbScritp - (Solucionado)
Replies: 49
Views: 1844

Re: Error FWH_2407 DrXlsX32.lib

João

Obrigado por responder.

deu certo assim, colocando no prg principal MAIN

#pragma BEGINDUMP

int _streams;

#pragma ENDDUMP

vlw
by vinhesoft
Mon Aug 19, 2024 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH_2407 DrXlsX32.lib
Replies: 5
Views: 1272
Next

Return to advanced search