Search found 18 matches: parvnl

Return to advanced search

Re: Dark mode

http://forums.fivetechsupport.com/viewtopic.php?f=6&t=41065&sid=54ad898a54718ceb4499289b28c0db17 // \samples\DARKMODE.PRG - En windows 7 32 bits, no funciona. /* In xHarbour, Error: DARKMODE.c: Warning W8065 DARKMODE.prg 59: Call to function 'hb_parvni' with no prototype in ...
by nageswaragunupudi
Tue Nov 16, 2021 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dark mode
Replies: 20
Views: 2925

Re: Dark mode

http://forums.fivetechsupport.com/viewtopic.php?f=6&t=41065&sid=3ac19fbcf1d34a23eaf18df0660ae40e // \samples\DARKMODE.PRG - En windows 7 32 bits, no funciona. /* In xHarbour, Error: DARKMODE.c: Warning W8065 DARKMODE.prg 59: Call to function 'hb_parvni' with no prototype in ...
by karinha
Tue Nov 16, 2021 12:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dark mode
Replies: 20
Views: 2925

Re: Ayuda con Objeto Stream de ADO

Antonio He encontrado los fuentes originales que generan la aplicación donde todo funciona bien. He vuelto a compilar y linkear con esos recursos antiguos y las fotos suben correctamente. Como resultado del mensaje MsgInfo( ::oStream:Read() ) me da cuatro caracteres extraños : ӰØӰà y luego del mensa...
by sjingo
Wed Jul 08, 2015 8:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con Objeto Stream de ADO (Solucionado)
Replies: 24
Views: 7836

Re: Buscando clase tdsay.ch y prg

Estoy teniendo problemas al enlazar la clase. xHarbour Compiler build 1.2.1 (SimpLex) (Rev. 9445) Copyright 1999-2012, http://www.xharbour.org http://www.harbour-project.org/ Compiling 'D:\DSAY\SAMPLES\main.prg'... Lines 39, Functions/Procedures 1 Generating C source output to 'D:\DSAY\OBJ\main.hrb'...
by jose_murugosa
Thu Mar 05, 2015 10:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Buscando clase tdsay.ch y prg
Replies: 6
Views: 1442

Re: pasando de xharbour a harbour

Patricio, Cambia esas líneas asi: aiElemen[ iEle ] = hb_parvni( 2, ( iEle + 1 ) ) ; alColors[ iEle ] = hb_parvnl( 3, ( iEle + 1 ) ) ; No puedes quitar el segundo parámetro ó no hará lo mismo. En Harbour es preciso llamar a esas funciones cuando hay que suministrarles un segundo parámetro. La "v...
by Antonio Linares
Tue May 27, 2014 3:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: pasando de xharbour a harbour (SOLUCIONADO)
Replies: 4
Views: 1716

Compilar con el Motor RddAds

Espero que entre tantos que concen y han hechado andar sus programas con fivewin 6.12 me puedan hechar una manita, Baje la version de prueba fivewin 6.12, bcc582 y harbour de aqui viewtopic.php?f=6&t=25781&p=140945&hilit=harbour+para+fivewin#p140945 Todo se compila a la perfeccion, excep...
by JLBCia
Wed Mar 20, 2013 5:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con el Motor RddAds
Replies: 4
Views: 1169

Problemas al crear la libreria TWBROWSE

Estoy intentado crear la libreria TWBROWSE con Harbour 2.0 y FWH 1104 y me dan los siguientes errores: si alguien pudiera ayudarme.... Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland .\source\function\twbrowse\WBRWLINE.C: Error E2356 .\source\function\twbrowse\WBRWLINE.C 38: Type mismat...
by ander7319
Fri Jan 04, 2013 9:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al crear la libreria TWBROWSE
Replies: 6
Views: 2855

Re: Prototype missing?

Enrico, this api no exist in xharbour. int hb_parvni( int iParam, int n ) { return hb_parni( iParam, n ); } LONG hb_parvnl( int iParam, int n ) { return hb_parnl( iParam, n ); } const char * hb_parvc( int iParam, int n ) { return hb_parc( iParam, n ); } void hb_storvnl( LONG lValue, int iParam, int ...
by carlos vargas
Sun Oct 02, 2011 1:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Prototype missing?
Replies: 35
Views: 8030

Re: Canal5 y FWH 11.05

José,

Cambia hb_storni(...) por hb_storvni(...), y hb_parnl(...) por hb_parvnl(...)
by Antonio Linares
Fri Jul 22, 2011 1:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Canal5 y FWH 11.05
Replies: 14
Views: 4968

Error al compilar TWBROWSE xHarbour build 1.2.1 y FWH 11.01

Que tal buenas tardes, he estado tratando de compilar la TWbrowse de Hernan sin exito, al intentar generar la libreria con el xedit me manda los siguientes errores: Compilando WBRWLINE.C... Error E2303 WBRWLINE.C 74: Type name expected Error E2141 WBRWLINE.C 98: Declaration syntax error Error E2303 ...
by alex_cyr
Sat Jul 09, 2011 2:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error al compilar TWBROWSE xHarbour build 1.2.1 y FWH 11.01
Replies: 7
Views: 2631

Urgent problem with FWH 10.3 !!!!

Hello, Today I rebuilded my application with FWH 10.3. But suddenly I got an error which doesn't happen in FWH 10.2 while rebuilding. This error says : xLINK: error: Unresolved external symbol '_HB_FUN_TACTIVEX referenced from (JUDA.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_TFONT refe...
by driessen
Wed Apr 07, 2010 8:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Urgent problem with FWH 10.3 !!!!
Replies: 3
Views: 1612

Re: CTRL+C+C

From another thread http://forums.fivetechsupport.com/viewtopic.php?p=90269#p90269 I fount the solution It works But there is a very big problem: after the phone call I have to restart the PC because the keypad locks. :? #include "Fivewin.ch" #define VK_LMENU 164 #define VK...
by MarcoBoschi
Tue Mar 09, 2010 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CTRL+C+C
Replies: 4
Views: 1022

Re: Difference between mouse and keyboard

Antonio Linares wrote:Please change hb_parvnl() with hb_parnl() calls


It worked. Thanks.
by hua
Tue Nov 17, 2009 1:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Difference between mouse and keyboard
Replies: 9
Views: 2178

Re: Difference between mouse and keyboard

Hua,

Please change hb_parvnl() with hb_parnl() calls
by Antonio Linares
Mon Nov 16, 2009 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Difference between mouse and keyboard
Replies: 9
Views: 2178

Re: Difference between mouse and keyboard

When compiled, I got an error message Unresolved external '_hb_parvnl'. What lib am I missing?
by hua
Mon Nov 16, 2009 2:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Difference between mouse and keyboard
Replies: 9
Views: 2178
Next

Return to advanced search