Search found 412 matches: void

Return to advanced search

Re: compile errors

I found this in the fourms... #pragma BEGINDUMP void __get_std_stream() {} void _chdir() {} #pragma ENDDUMP I added that and it compiles but when I run the program I get an error: "The procedure entry point curl_mime_addpart could not be located ...
by Jeff Barnes
Thu Apr 11, 2024 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile errors - send a SMS
Replies: 19
Views: 293

Re: link error

... get: Error: Unresolved external '__streams' referenced from \XHARBOUR32\LIB\RDDADS.LIB|ads1 Error: Unable to perform link can i use the same tip? void _streams() {} Yes, you can try it. this is affect my appl? It should not. someone have rddads and ace32 compiled with last harbour and xharbour? ...
by Enrico Maria Giordano
Wed Feb 14, 2024 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 516

Re: link error

... get: Error: Unresolved external '__streams' referenced from \XHARBOUR32\LIB\RDDADS.LIB|ads1 Error: Unable to perform link can i use the same tip? void _streams() {} this is affect my appl? someone have rddads and ace32 compiled with last harbour and xharbour? thanks again.
by NWKL
Wed Feb 14, 2024 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 516

Re: Error al Compilar con Fwh 2307 Bcc76 (Solucionado)

... lo has solucionado ? gracias Agrege a mi prg este porcion #pragma BEGINDUMP #include <hbapi.h> #undef hb_retclen_buffer #undef hb_parldef void hb_retclen_buffer( char * szText, int nLen ) { hb_retclen( szText, nLen ); } int hb_parldef( int iParam, int iDefValue ) { return hb_parl( iParam, ...
by CARLOS ATUNCAR
Fri Jan 26, 2024 11:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al Compilar con Fwh 2307 Bcc76 (Solucionado)
Replies: 5
Views: 278

Re: SAPI : change Voice

... error: 'ISpVoice {aka struct ISpVoice}' has no member named 'Release' HB_FUNC.PRG:60:16: warning: 'return' with a value, in function returning void hbmk2[SapiVoice]: Error: Running C/C++ compiler. 1 gcc.exe -c -O3 -march=i586 -mtune=pentiumpro -fomit-frame-pointer -W -Wall -pipe -IC:/hmg.3.4.4/harbour/include ...
by Jimmy
Thu Jan 25, 2024 4:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3549

Re: Using Microsoft AI Phi-2 from FWH

... hb_storvnll hb_stornl #endif agora o erro eh outro ao clicar em start DLL FUNCTION Llama( cModel AS LPSTR, cPrompt AS LPSTR, pFunc AS PTR ) AS VOID PASCAL LIB "llama64.dll" https://uploaddeimagens.com.br/images/004/700/688/original/erro.png?1703921284
by jhnsnlb
Sat Dec 30, 2023 7:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8259

Re: Using Microsoft AI Phi-2 from FWH

... += cStr } ) ) and add this at the bottom: #pragma BEGINDUMP #include <hbapi.h>#include <hbapiitm.h>static PHB_ITEM pBlock;static void callback( char * szMsg ){   PHB_ITEM pStr = hb_itemPutC( NULL, szMsg );   hb_evalBlock1( pBlock, pStr );   hb_itemRelease( ...
by Antonio Linares
Thu Dec 21, 2023 4:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8259

Re: Using Microsoft AI Phi-2 from FWH

hi Antonio, Does HMG support DLL FUNCTION ? or similar ? Or should we use Harbour default DLL management functions ? Can you convert the FWH GUI part of the example to HMG ? as i know there is no DLL FUNCTION under HMG only HMG_CallDLL() Calls a ANSI/Unicode DLL Function HMG_CallDLL() detects the cu...
by Jimmy
Thu Dec 21, 2023 12:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8259

Re: Write C code and return 0 not work.

... unsigned long ulModuleHandle,  unsigned long ulSessionHandle,  int iKeyType,  unsigned char* pKeyID,  int iKeyIDLength,  void* pvPara,  int iParaLength,  unsigned long* pulKeyObjectHandle)  How to make HB_GetKeyObjectHandle() function? void* pvPara => ...
by richard-service
Thu Dec 14, 2023 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Write C code and return 0 not work.
Replies: 3
Views: 410

Re: De *.C Para *.Obj en BCC74 no funciona más.

karinha wrote:c:\TTaskPan>C:\BCC74\bin\bcc32 -c -Ic:\XHBBCC74\include;c:\fwh1905\include -D__HARBOUR__ -D__FLAT__ c_tthememanager.C


Try adding this declaration:

int FontHeight2Pt( int );

right after this other:

HMODULE GetResources( void );

Let me know.
by Enrico Maria Giordano
Fri Sep 08, 2023 6:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De *.C Para *.Obj en BCC74 no funciona más.
Replies: 84
Views: 39494

Re: Webview question

... (he did this fork for us) Now we compare webview.h in both repos and include the code for set_user_agent. Finally we modify the code to avoid the calling to PostQuitMessage(): BOOL bRunning = FALSE;  void run() {    MSG msg;    BOOL res;    ...
by Antonio Linares
Sat Jul 01, 2023 7:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2930

Re: TsBrowse de M. Mercado para VS2022

... WORD; y en clipdefs.h este otro error (112) typedef HB_VMHANDLE HANDLE; Error C2040 Se diferencia en los niveles de direccionamiento indirecto de Void Y mis conocimientos de C llegan hasta un poco antes. Mis opciones de compilacion son : C:\VS2022\BIN\cl.exe -nologo -TC -W3 -O2 -c /GS- -IC:\HBVS\include ...
by Adolfo
Sun Jun 04, 2023 4:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TsBrowse de M. Mercado para VS2022
Replies: 6
Views: 286

Re: New FWH 23.04

BUILD ERROR:

Using this with Harbour64, and MSVC 2022 -

Error when trying to build the application in:

Profile.c ( 24,19) cannot convert from 'void' to 'BYTE'

The program was fine building with the previous FWH 64 release.
by TimStone
Tue May 02, 2023 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 23.04
Replies: 13
Views: 817

Re: ACROPDF

... instalado en mi ordenador, me devuelve los metodos accesibles, o supuestamente, como siempre hay que decir en estos casos STDCALL dispatch FUNC void QueryInterface( [in] PTR, [out] PTR ) STDCALL dispatch FUNC unsigned long AddRef() STDCALL dispatch FUNC unsigned long Release() STDCALL dispatch ...
by cnavarro
Mon May 01, 2023 7:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ACROPDF
Replies: 5
Views: 538

Re: Error al leer un dll

... AS LPSTR ) AS _INT PASCAL FROM "UltimaRespuesta" LIB "winfis32.dll" DLL32 FUNCTION CloseComFiscal( nHandler AS _INT ) AS VOID PASCAL FROM "CloseComFiscal" LIB "winfis32.dll" DLL32 FUNCTION ReOpenComFiscal( nCom AS _INT ) AS _INT PASCAL FROM "ReOpenComFiscal" ...
by Antonio Linares
Sat Apr 22, 2023 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error al leer un dll
Replies: 19
Views: 1497
Next

Return to advanced search