Search found 611 matches: internal

Return to advanced search

Build Error

... the libs from the 13/02/2013 and the error does not occur when I compile and link. The error appears to point to this file. /fivewin/source/internal/lnx.c home/colin/fivelinux/lib/libfivec.a(lnx.o): In function `button_press_event': lnx.c:(.text+0xaad): undefined reference to `hb_extIsNil' ...
by Colin Haig
Thu Feb 21, 2013 9:27 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Build Error
Replies: 5
Views: 3331

Re: ComboBox

Hi Antonio The error appears to point to this file. /fivewin/source/internal/lnx.c home/colin/fivelinux/lib/libfivec.a(lnx.o): In function `button_press_event': lnx.c:(.text+0xaad): undefined reference to `hb_extIsNil' gboolean button_press_event( GtkWidget ...
by Colin Haig
Thu Feb 21, 2013 9:02 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: ComboBox
Replies: 12
Views: 4415

Re: explorerBar and Vistamenu together ?

Silvio

they only tried to help you, please be more low with your actitud, Every day, more people simply do not read your questions.

whats is the problem with your code? for me look fine may be you have a internal logic problem...
by Daniel Garcia-Gil
Sun Feb 10, 2013 10:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: explorerBar and Vistamenu together ?
Replies: 13
Views: 3302

Re: FiveWin/3 Cannot create Dialog Box on slow network.

Lucas,

FWH/source/winapi/dlogbox.c manages all Windows API functions to create dialog boxes.

So there is nothing internal about them :-)
by Antonio Linares
Tue Feb 05, 2013 9:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin/3 Cannot create Dialog Box on slow network.
Replies: 18
Views: 5028

TGet Falla con el harbour del svn - por recientes cambios

... esto: 2013-01-10 23:25 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * harbour/include/hbapicls.h * harbour/src/vm/classes.c + added new internal C function: void hb_objCloneTo( PHB_ITEM pDest, PHB_ITEM pSource, PHB_NESTED_CLONED pClonedList ); it copies object or clone it if class overloaded ...
by carlos vargas
Tue Jan 22, 2013 7:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TGet Falla con el harbour del svn - por recientes cambios
Replies: 20
Views: 5904

Re: Searching for internal and external ip-address - Solved

André,

Thank you very much.

Problem is solved.
by driessen
Tue Jan 15, 2013 2:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Searching for internal and external ip-address - solved
Replies: 2
Views: 454

Re: Searching for internal and external ip-address

Change to:
LOCAL cIPADRES2 := [Your IP Address: <strong class="ipBlock">]
by ADutheil
Tue Jan 15, 2013 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Searching for internal and external ip-address - solved
Replies: 2
Views: 454

Searching for internal and external ip-address - solved

Hello, For a very long time, I use this tool to search for my internal and external ip-address : ******************************************************************************#INCLUDE "FIVEWIN.CH"#DEFINE DEFAULT(xVar,xVal) xVar=IF(xVar=NIL,xVal,xVar)******************************************************************************FUNCTION ...
by driessen
Tue Jan 15, 2013 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Searching for internal and external ip-address - solved
Replies: 2
Views: 454

Re: FWh SQLITE

... // ERROR #define SQLITE_OK 0 /* Successful result */ #define SQLITE_ERROR 1 /* SQL error or missing database */ #define SQLITE_INTERNAL 2 /* Internal logic error in SQLite */ #define SQLITE_PERM 3 /* Access permission denied */ #define SQLITE_ABORT 4 /* Callback routine requested an abort ...
by softruz
Mon Jan 14, 2013 11:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWh SQLITE
Replies: 3
Views: 1358

Re: EXTRAÑO ERROR: Error TDOLPHIN/9014

... español e ingles, estan en la carpeta source/lang/msg??.c el metodo ErrorTxt() devuelve la descripcion del error de mysql, si el error es "internal", no obtendras la descripcion por esa via, es mostrada en el manejador de error de [x]Harbour, como lo aparece a Jose Luis Error TDOLPHIN/9014 ...
by Daniel Garcia-Gil
Wed Dec 26, 2012 2:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: EXTRAÑO ERROR: Error TDOLPHIN/9014(RESUELTO)
Replies: 5
Views: 1734

Re: EXTRAÑO ERROR: Error TDOLPHIN/9014

Consulta afín: Tomando de los samples tengo el Alerta de TDolphin: METHOD InfoError( oServer, nError, lInternal )  CLASS TDolphConnlocal cText := "        Mensaje de Error"         + CRLF + ;      ...
by MarioG
Wed Dec 26, 2012 1:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: EXTRAÑO ERROR: Error TDOLPHIN/9014(RESUELTO)
Replies: 5
Views: 1734

Re: EXTRAÑO ERROR: Error TDOLPHIN/9014

Jose Luis los errores de dolphin nos indican un error de logica, en este caso, "Error TDOLPHIN/9014 Internal Error:Manejador de la consulta Invalido" estas perdiendo el handle de la consulta con el que creaste el xbrowse, al rehacer la consulta reasigna el objeto ...
by Daniel Garcia-Gil
Wed Dec 26, 2012 9:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: EXTRAÑO ERROR: Error TDOLPHIN/9014(RESUELTO)
Replies: 5
Views: 1734

EXTRAÑO ERROR: Error TDOLPHIN/9014(RESUELTO)

... tengo creado el xBrowse, asi los manejo a todos en mis sistemas, cualquier ayuda, revision, o sugerenciam, sera agradecida: Error TDOLPHIN/9014 Internal Error:Manejador de la consulta Invalido Stack Calls =========== Called from: .\source\prg\tdolpsrv.prg => DOLPHIN_DEFERROR( 2807 ) Called ...
by joseluisysturiz
Wed Dec 26, 2012 7:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: EXTRAÑO ERROR: Error TDOLPHIN/9014(RESUELTO)
Replies: 5
Views: 1734

Re: Socket client.prg/server.prg

... the ip packet routing to make it work. If the other computer is on a different network then you either have to have a static ip routed to your internal 192.168.0.10 or you have to setup a VPN that makes it look like you are on the same network. Logmein and the others act like gateways. They ...
by Gale FORd
Sat Dec 08, 2012 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Socket client.prg/server.prg
Replies: 23
Views: 5420

Re: Rebuild FiveHC32

... that you want to compile and store a C file in the lib then you can do: echo -c -D__HARBOUR__ -D__FLAT__ $(LEGACY) -I$(HDIR)\include -I.\source\internal\include > tmp echo -I"$(VCDIR)"\include -I.\include -I"$(SDKDIR)"\include /Gs20000 >> tmp if exist "$(VCDIR)"\bin\cl.exe ...
by Antonio Linares
Fri Nov 09, 2012 7:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rebuild FiveHC32
Replies: 4
Views: 683
PreviousNext

Return to advanced search

cron