Search found 611 matches: internal

Return to advanced search

Re: hash with (x)harbour - knowledge base

Both Harbour and xHarbour, same as Clipper did, use internal hashes to match the function to call when a message is sent to an object. Basically they calculate a unique number from a string. The original algorithm that we used was developed by the ...
by Antonio Linares
Thu Sep 23, 2010 7:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash with (x)harbour - knowledge base
Replies: 20
Views: 8209

Re: hash with (x)harbour - knowledge base

I don't know the internals of the [x]Harbour's hash implementation but I know for sure that two different keys have no collision (or the collision is internal managed).

EMG
by Enrico Maria Giordano
Thu Sep 23, 2010 6:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash with (x)harbour - knowledge base
Replies: 20
Views: 8209

Re: CreateFile

Frank-Peter,

why don´t you use the internal function FCreate () ?
by StefanHaupt
Mon Aug 23, 2010 7:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CreateFile
Replies: 3
Views: 631

Re: Win7 + EZTW32.DLL problem?

... Win7 and register Dll. 1.) The Scanner class with EZTW32.DLL can see the Scanner Device as usual and work fine now. 2.) EZTW32.DLL is able to see internal Webcam in laptop when choose the device (WinXp) but It cannot see in Win7 anymore. The result of EZTW32.DLL + Win7 is working with SCANNER ...
by dutch
Mon Aug 23, 2010 4:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Win7 + EZTW32.DLL problem?
Replies: 14
Views: 5793

Re: Explorer Bar Class Issues

... needed functionality back to the Explorer bar class that was changed or removed in the TControl class, or 2) put the control onto a panel (internal to the class) and then put the scrollbar on the panel. I don't know which would be the least amount of work. I kind-of tried option 2 by putting ...
by James Bott
Thu Aug 19, 2010 12:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Explorer Bar Class Issues
Replies: 22
Views: 4888

Re: Find my ip

I was looking for the internal ip.
Thank to all for the support.
by Marco Turco
Tue Aug 17, 2010 6:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Find my ip
Replies: 6
Views: 1089

Re: Find my ip

Hi, To get the LAN/Internal IP #include "FiveWin.Ch"//---------------------------//Function Main()   Local cMyLAN_IP   WsaStartUp()   cMyLAN_IP := GetHostByName( GetHostName() ...
by anserkk
Mon Aug 16, 2010 5:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Find my ip
Replies: 6
Views: 1089

Re: Refreshing xbrowse when dataset is closed and re-opened

... There is no oBrw:oRsTrip. Try this instead: oBrw:oRs:= oRsTrip1 James YES .. you and Rao said the same thing .. I did not realize the oRs was an internal .. and YES .. the listbox now reveals the correct data .. unfortunitly, when you open the detail .. I pass the oRsTrip object and now I get ...
by Rick Lipkin
Wed Jul 14, 2010 6:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refreshing xbrowse when dataset is closed and re-opened
Replies: 67
Views: 17725

Re: Can we turn off FWDbg ? No .dll found !

... If the program is trying to load the fwdbg.dll, is there any prg module that was compiled with the flag /b. When it is executed generates an internal entry in the debugger module. It's true, we could solve this type of errors simply blocking the message, but this does not mean that every ...
by Carles
Tue Jul 13, 2010 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can we turn off FWDbg ? No .dll found !
Replies: 22
Views: 5209

Re: Problem with FWPPC

Maurizio,

You have to specify this define so Harbour lets you access to the internals of HB_ITEMS:

#define _HB_API_INTERNAL_
#include "hbapiitm.h"

This was implemented in Harbour in order to enforce the security and stability of applications, avoiding the access to internals.
by Antonio Linares
Thu Jun 17, 2010 5:33 pm
 
Forum: FiveWin for Pocket PC
Topic: Problem with FWPPC
Replies: 10
Views: 4937

Re: Can we turn off FWDbg ? No .dll found !

Hello Tim,

If you see this alert message, you have some flag of debugging in the compiler (/b). This activates the internal debugger and activates FWDbg. If not found FwDbg.dll then the message appears.

Can you see this dll in dll folder of fwh ?
by Carles
Mon May 31, 2010 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can we turn off FWDbg ? No .dll found !
Replies: 22
Views: 5209

Re: Necesito ejemplo xBrowse.

... 'Rate', 'Amount' )  oBrw:nStretchCol := STRETCHCOL_WIDEST  bStrData FiveWin discourages use of bStrData directly. This should be left for internal use by the XBrowse column object. Instead, it is desirable to assign the codeblock to oCol:bEditValue and specify the picture in oCol:cEditPicture. ...
by nageswaragunupudi
Wed May 05, 2010 4:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Necesito ejemplo xBrowse.
Replies: 3
Views: 918

Re: MingW makefile

I've got errors on CallDll.c

Another question... I know there are internal functions for fivehc.lib, how to make a working fivehc.lib with mingw?

Regards,
Roberto Parisi
by Roberto Parisi
Sun Mar 21, 2010 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MingW makefile
Replies: 12
Views: 1769

Re: Ribbon bar under Terminal Server

Hello...


the CLASS TRBBTN has a data ::hArrow you can set this data with you own bitmap handle
Code: Select all  Expand view
DeleteObject( oBtn:hArrow )
oBtn:hArrow = hMyOwnBitmapHandle


for TRBGROUP is necessary do class internal changes
by Daniel Garcia-Gil
Sun Mar 21, 2010 1:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon bar under Terminal Server
Replies: 8
Views: 1373

Re: BCC 5.5.1 vs 5.8

Marco,

Aparently the advantage is the existence of some header files that are not available in bcc55, but besides that we have not noticed a sensible difference, though obviously there might be internal changes :-)
by Antonio Linares
Thu Mar 11, 2010 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BCC 5.5.1 vs 5.8
Replies: 5
Views: 1165
PreviousNext

Return to advanced search