Search found 614 matches: internal

Return to advanced search

Re: Erro na compilação

... VIDEOMODE......: 0 SET WRAP...........: ON ---------------------------Detailed Work Area Items---------------------------- -------------------- Internal Error Handling Information --------------------- Subsystem Call ....: BASE System Code .......: 1066 Default Status ....: .F. Description .......: ...
by jufer
Wed Dec 16, 2009 3:56 pm
 
Forum: All products support
Topic: Erro na compilação
Replies: 53
Views: 23413

Re: Reemplazo a Tone() y Beep()

... ) * 70 );}#pragma ENDDUMP  Según comentario de Roger Seiler "Confirmed: this "PRAGMA" solution works here on both internal and external speakers, and on XP Pro and Vista Home Premium." Lo probé con inetrnal speakers y se oye bien. Esperamos tus comentarios.
by Alfredo Arteaga
Wed Nov 25, 2009 1:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Reemplazo a Tone() y Beep()
Replies: 7
Views: 1702

Re: error upgrade from fwh7.11 to fwh9.10

... seems to be failing. I have been able to conclude this as I saw that a hb_out.log file was getting created but it was empty, so I replaced the internal error function with this one: #pragma BEGINDUMP#include <windows.h>void hb_errInternalRaw( ULONG ulIntCode, const char * szText, ...
by Antonio Linares
Mon Nov 23, 2009 3:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error upgrade from fwh7.11 to fwh9.10
Replies: 29
Views: 6241

Re: Internal and external ip-address - solved

Thank you very much for your advice.

My function is working fine now.
by driessen
Tue Nov 10, 2009 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Internal and external ip-address
Replies: 4
Views: 656

Re: Internal and external ip-address

Neither address works. You can use http://www.dnsstuff.com/docs/ipall Then you can use the extraction string for IP Address as follows: cIPAddress := StrExtract(cIPAddress,"Your IP Address: <strong>","</strong>") and for physical location: cLocation := Str...
by Gale FORd
Tue Nov 10, 2009 2:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Internal and external ip-address
Replies: 4
Views: 656

Re: Internal and external ip-address

Alex,

Thanks a lot for trying to help me.

I noticed that I was using www.ip-address.com while you mentioned www.my-ip-address.com.

I tried both URL's but it still isn't working. I got always got a whole page of something that looks like html- of xml-code.

Any idea ?

Thanks.
by driessen
Tue Nov 10, 2009 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Internal and external ip-address
Replies: 4
Views: 656

Re: Internal and external ip-address

The text on http://www.my-ip-address.com has changed.

Change

Code: Select all  Expand view
  cVar2 := StrExtract(cVar2,"My IP address: ","</h2>")


to

Code: Select all  Expand view
  cVar2 := StrExtract(cVar2,"My IP address is: ","</h2>")
by AlexSchaft
Tue Nov 10, 2009 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Internal and external ip-address
Replies: 4
Views: 656

Internal and external ip-address

Hello, Someone provided me with this code to get the internal and external ip-address. FUNCTION IP_ADDRESS   LOCAL oHttp   LOCAL cVar1 := ""   LOCAL cVar2 := ""   WsaStartUp()   cVar1 := GetHostByName( GetHostName() ...
by driessen
Tue Nov 10, 2009 9:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Internal and external ip-address
Replies: 4
Views: 656

Re: New AdoRDD (free)

... sample msaccess2.prg work fine with : locate for First = "Lara" istead not work locate for TEST2->First = "Lara" IMO is a internal problem of adordd that is not able manage alias need in sqltranslate SOMETHING LIKE cExpr := StrTran( cExpr, ALIAS()+"->", "" ...
by mbelgrano
Tue Oct 20, 2009 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New AdoRDD (free)
Replies: 203
Views: 109167

Re: The link Texplorerbar from Andrés has broken

This is a better hack as it processes internal errors and just avoid the pcode version error. It is the same code used in xHarbour with a little modification: #pragma BEGINDUMP#include "hbapifs.h"#include "hbapilng.h"#include ...
by Antonio Linares
Tue Sep 08, 2009 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The link Texplorerbar from Andrés has broken
Replies: 7
Views: 2277

Re: Zip functions - I'm in trouble

... The size of the read buffer. * $RETURNS$ * <NIL> This function always returns NIL. * $DESCRIPTION$ * This function set the size of the internal buffers for write/extract/read * operation * * If the size of the buffer is smaller then the default, the function * will automatically use ...
by Enrico Maria Giordano
Sun Aug 30, 2009 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Zip functions - I'm in trouble
Replies: 1
Views: 926

Re: Erro com 9.07

...                                  endcase           endcase           return nil    E este é o erro gerado pelo exemplo acima: [/code] Application Internal Error - C:\myfwh\act5.exe Terminated at: 2009.08.20 21:14:19 Unrecoverable error 6005: Exception error: Exception Code:C0000005 Exception Address:73D875EC ...
by Rossine
Fri Aug 21, 2009 12:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Erro com 9.07
Replies: 28
Views: 9949

Re: Intermittant xBrowse ADO error ( again )

... ( oDlg:aControls[n] := nil or aWindows[nAt] := nil .. this is a static array in window.prg ) ..etc. That means we are talking about disturbing the internal structure of the core fwh library with all undesirable consequences. Another fallout is that the object's destroy method is not called and ...
by nageswaragunupudi
Mon Aug 10, 2009 1:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Intermittant xBrowse ADO error ( again )
Replies: 61
Views: 15253

Re: Missing transp. SAY on Img. in Dialogs ( FWH 9.06 ) ?

This is really an important issue. I like to bring to your notice, results of my quick test about the TBrush():nCount ( internal counter.). It does not appear to be working the way it was intended to. This is my test code:   DEFINE BRUSH oBrush STYLE CROSS   AAdd( aCount, { ...
by nageswaragunupudi
Tue Jul 14, 2009 3:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing transp. SAY on Img. in Dialogs ( FWH 9.06 ) ?
Replies: 19
Views: 3865

SerialPort Class Using CreateObject (...)

... I/O, access to pin and break states, and access to serial driver properties. Additionally, the functionality of this class can be wrapped in an internal Stream object, accessible through the BaseStream property, and passed to classes that wrap or use streams. [SNIP] Best Regards, Angelo.c
by angelo.c
Wed Jul 08, 2009 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SerialPort Class Using CreateObject (...)
Replies: 5
Views: 3164
PreviousNext

Return to advanced search