Search found 57 matches: undocumented

Return to advanced search

Re: Face Detect for FWH64

... Face Matching functions Using Deep Learning. I'll open 100% source code for FWH users ASAP. I review all of OpenCV source codes and I finding UNDOCUMENTED datas for FWH And It is part of code for face detect and face feature extract. HB_FUNC( DETECTFACES ){  Mat* img = static_cast<Mat ...
by CharlesKwon
Sat Dec 04, 2021 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Face Detect for FWH64
Replies: 14
Views: 2349

Re: calculates the distance between two towns

... they published at least two years ago, :D :D am I "they" ?! Anyway it is not private, it was an experiment, so I re-share this messy and undocumented code: it was not my intention to offend anyone, "they" is a mistake I made in writing so much so that in the image it is clearly ...
by Silvio.Falconi
Sat Oct 17, 2020 7:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: calculates the distance between two towns
Replies: 19
Views: 2778

Re: calculates the distance between two towns

... they published at least two years ago, :D :D am I "they" ?! Anyway it is not private, it was an experiment, so I re-share this messy and undocumented code: #include <fivewin.ch>********** TEST CODE **********proc main   LOCAL oWnd, oMap, oMarker, bDraw   Local ...
by AntoninoP
Fri Oct 16, 2020 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: calculates the distance between two towns
Replies: 19
Views: 2778

Re: HEIC to JPG

... Windows Imaging Component can show it. Webp and Heif codecs are installed with 1909. I have attached the WIC class I use. Also notice there is an undocumented setting value: Const WICBitmapInterpolationModeFant = 4&. The max for this is supposed to be 3 but 4 makes a marked improvement in ...
by Antonio Linares
Wed Jul 01, 2020 6:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HEIC to JPG
Replies: 20
Views: 3993

Re: filter or where statement in SQL

Yes oRs:aParams  // undocumented.  We request not to use any undocumented data and rely on it in your application program. We suggest you store the current values of these parameters in your application program and also do not change ...
by Horizon
Wed May 06, 2020 6:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: filter or where statement in SQL
Replies: 6
Views: 712

Re: filter or where statement in SQL

Yes oRs:aParams  // undocumented.  We request not to use any undocumented data and rely on it in your application program. We suggest you store the current values of these parameters in your application program and also do not ...
by nageswaragunupudi
Wed May 06, 2020 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: filter or where statement in SQL
Replies: 6
Views: 712

Re: Old DOS to new Windows = Conversion thoughts

... with ft_shadow . Worst case, maybe just rem it out altogether since it's pure cosmetics only. >FT_IDLE, IAMIDLE, ON_IDLE.: All functions exist undocumented in Clipper but not in the commercial version of xHarbour Nanforum functions. In Harbour it would be in hbnf.lib. However I would recommend ...
by hua
Tue Dec 17, 2019 3:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Old DOS to new Windows = Conversion thoughts
Replies: 15
Views: 2058

Re: Old DOS to new Windows = Conversion thoughts

... them: gfAttr : An assembly language program to derive system attributes for the GrumpFish library FT_IDLE, IAMIDLE, ON_IDLE.: All functions exist undocumented in Clipper but not in the commercial version of xHarbour WW_CLP_2 : I don't know where this is from SWPRUNCMD / Overlay. The overlay function ...
by TimStone
Tue Dec 17, 2019 2:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Old DOS to new Windows = Conversion thoughts
Replies: 15
Views: 2058

Re: FWH 18.08: Enhancements to strings.prg

... but since array sorting is done in dictionary * files, efficiency should not be a concern. * * * * Low level API * ------------- * * Yet undocumented. Refer to source/vm/hbi18n.c file to see what those function * are doing; generally they implement low level operations required by higher ...
by carlos vargas
Tue Nov 13, 2018 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5502

Catching HB_CompileFromBuf() errors

... have PRG API for it so it's enough to catch RTE. And after carefully reviewing Przemek's source code, I found the right way to do it. There is an undocumented second parameter than when specified as .T. it generates RTE (run time errors) that we can easily catch: ErrorBlock( { | o | MsgInfo( o:Description ...
by Antonio Linares
Mon Apr 02, 2018 3:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Catching HB_CompileFromBuf() errors
Replies: 1
Views: 876

Re: clipdefs.h 80: Multiple declaration for 'WORD'

/* * $Id: hbundoc.api 14673 2010-06-03 14:48:23Z vszakats $ */ /* * Harbour Project source code: * Compatibility header file for undocumented C API functions * * Copyright 1999-2001 Viktor Szakats (harbour.01 syenar.hu) * www - http://harbour-project.org * * This program is free software; ...
by Compuin
Fri Apr 14, 2017 7:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: clipdefs.h 80: Multiple declaration for 'WORD'
Replies: 9
Views: 2045

Re: Libreria rddads

... _ADS_LIB_VERSION #undef ADS_LIB_VERSION #define ADS_LIB_VERSION _ADS_LIB_VERSION #endif HB_EXTERN_BEGIN #if ADS_LIB_VERSION >= 600 /* NOTE: Undocumented ACE function. */ UNSIGNED32 ENTRYPOINT AdsDeleteFile( ADSHANDLE hConnection, UNSIGNED8 * pucFileName ); #endif /* * ADS WORKAREA * -------- ...
by CarlosFossati
Thu Sep 22, 2016 10:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Libreria rddads
Replies: 4
Views: 1262

Re: DIREFENCIA ENTRE HARBOUR/XHARBOUR

... support for SET TRACE [On|Off] and TraceLog() function. Optimized and extended Garbage Collector. Optimized OOP system. Full support for Clipper undocumented OOP internals (not available in Harbour). Built-in support for OLE in Win32. Enhanced aIns() and aDel() dismiss need for subsequent [common] ...
by Antonio Linares
Sun Jul 12, 2015 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIREFENCIA ENTRE HARBOUR/XHARBOUR
Replies: 4
Views: 2287

xHarbour issue: seeking ideas

... code in Harbour reads the full 22KB of return data and saves it all. I'm using an older version ( xHarbour.com ). I'm wondering if there is any undocumented data that needs to be specified to get the full string with the xHarbour code. I appreciate your ideas on this matter.
by TimStone
Thu Feb 20, 2014 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour issue: seeking ideas
Replies: 13
Views: 2747

Re: PROBLEMS ??? installing new Windows 8 - release

... fast. My first backup : 3.379.834 My second backup : 4.941.291 I think, we should keep this toppic alive for a spell. Maybe there will be some undocumented tips and tricks of FWH-users or any downloadlinks of some useful tools in the still early days of the official release of Windows8. Best ...
by ukoenig
Mon Nov 05, 2012 10:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PROBLEMS ??? installing new Windows 8 - release
Replies: 61
Views: 15861
PreviousNext

Return to advanced search