Search found 227 matches: dword

Return to advanced search

Re: Using Microsoft AI Phi-2 from FWH

... 5>F:\llama.cpp\common\console.cpp(253,30): warning C4267: "Initialisierung": Konvertierung von "size_t" nach "DWORD", Datenverlust möglich 5>F:\llama.cpp\common\console.cpp(407,28): warning C4267: "Initialisierung": Konvertierung von "size_t" ...
by Jimmy
Fri Dec 22, 2023 1:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8328

Adding a register key to the Windows register - SOLVED

Hello, I need this register key : [HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Word\Security] "DisableWarningOnIncludeFieldsUpdate"=dword:00000001 How can I check in my application if this key already exists? And in case it doesn't exist, how can I add it in my application? Thank ...
by driessen
Mon Jul 10, 2023 10:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Adding a register key to the Windows register - SOLVED
Replies: 17
Views: 698

Re: DLLCALL under Fivewin

... i have chage it to DLL FUNCTION CreateFile(lpFileName            AS LPSTR ,;                        dwDesiredAccess       AS DWORD ,;                        dwShareMode           AS DWORD ,;                        lpSecurityAttributes  AS LPSECURITY_ATTRIBUTES() ,;  ...
by Jimmy
Fri Dec 02, 2022 12:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2634

Re: Everything under Fivewin

Dear Jimmy, It seems that you have a typo here: DLL FUNCTION Everything_SetRequestFlags( nFlag AS DWORD ) AS VOID PASCAL FROM "Everything_SetSearchA" LIB hDll it should be: DLL FUNCTION Everything_SetRequestFlags( nFlag AS DWORD ) AS VOID PASCAL FROM "Everything_SetRequestFlags" ...
by Antonio Linares
Mon Nov 21, 2022 12:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Everything under Fivewin
Replies: 17
Views: 1089

Re: Everything under Fivewin

... AS LPSTR )      AS VOID PASCAL LIB "Everything32.dll"DLL FUNCTION Everything_SetRequestFlags(nFlag AS DWORD ) AS VOID PASCAL LIB "Everything32.dll"DLL FUNCTION Everything_SetSort(nFlag AS DWORD )         AS VOID PASCAL LIB "Everything32.dll"DLL ...
by Jimmy
Mon Nov 14, 2022 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Everything under Fivewin
Replies: 17
Views: 1089

Re: Win 10 and getUrl

... =0 lreturn := .t. else lreturn := .f. endif DLL FUNCTION URLDOWNLOADTOFILE( pCaller AS LONG, cUrl AS LPSTR, cFileName AS LPSTR, nReserved AS DWORD, nFnCB AS LONG ) AS LONG; PASCAL FROM "URLDownloadToFileA" LIB "urlmon.dll" but sometimes run on win 10 on windows seven Have ...
by Silvio.Falconi
Sun Jun 12, 2022 7:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Win 10 and getUrl
Replies: 4
Views: 549

Re: *** Curso de C para programadores Harbour.

... ), szPrinter, NULL, lpDevMode ); Or make this configuration as the default for this printer and for all applications using this printer. DWORD dw; PRINTER_INFO_2 *pi2; // get default printer info structure which contains the DEVMODE GetPrinter( m_hPrinter, 2, NULL, 0, &dw ); pi2 = ...
by Otto
Mon Jul 12, 2021 8:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: *** Curso de C para programadores Harbour.
Replies: 141
Views: 18274

Issue with FWH64/Harbour64/BCC7164 and Mysql.h file

... c:\bcc7164\include\windows\sdk/wtypesbase.h:149:15: warning: redefinition of typedef 'ULONG' is a C11 feature [-Wtypedef-redefinition] typedef DWORD ULONG; ^ c:\bcc7164\include\windows\sdk\minwindef.h:52:23: note: previous definition is here typedef unsigned long ULONG; ^ In file included from ...
by Compuin
Fri Jun 25, 2021 7:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Issue with FWH64/Harbour64/BCC7164 and Mysql.h file
Replies: 61
Views: 4079

Re: SetLandscape

... NULL, lpDevMode ); Or make this configuration as the default for this printer and for all applications using this printer. Code: Select all DWORD dw; PRINTER_INFO_2 *pi2; // get default printer info structure which contains the DEVMODE GetPrinter( m_hPrinter, 2, NULL, 0, &dw ); pi2 = ...
by Otto
Mon Jun 14, 2021 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetLandscape
Replies: 11
Views: 1264

Re: Controlar tamaño ventana cGetfile

... hay que usar OFN_ENABLESIZING para poder redimensionar la caja de diálogo. Este valor lo recibe la función cGetFile() en el séptimo parámetro: DWORD dwFlags = IF( hb_pcount() > 6 && HB_ISNUM( 7 ), hb_parnl( 7 ), 2060 ); No lo he probado, solo me he limitado a buscar esa información. ...
by Antonio Linares
Wed Dec 30, 2020 2:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Controlar tamaño ventana cGetfile [SOLUCIONADO]
Replies: 13
Views: 998

Re: Retorno de chamada DLL

... be passed. The values are converted to corresponding C data types. Data type conversion PRG level C level Character *char C structure *void Date DWORD Logical DWORD NIL ( DWORD ) NULL Numeric - Integer DWORD - Decimal number double Pointer *void If other xHarbour data types are passed to DllCall(), ...
by carlos vargas
Fri Sep 27, 2019 8:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Retorno de chamada DLL
Replies: 4
Views: 975

Re: Strange characters in TFtp:directory()

... aFiles := {}    local oWin32FindData, cBuffer    DEFAULT cMask := "*.*"    STRUCT oWin32FindData       MEMBER nFileAttributes  AS DWORD       MEMBER nCreationTime    AS STRING LEN 8       MEMBER nLastReadAccess  AS STRING LEN 8       MEMBER nLastWriteAccess AS STRING LEN 8     ...
by hua
Tue Aug 20, 2019 8:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange characters in TFtp:directory()
Replies: 4
Views: 680

Re: xBase now unstable, slow, error Status_Lock_Not_Granted

... wieder so schnell - auf alle Rechner im Netzwerk verteilen HKLM\SYSTEM\CurrentControllSet\Services\LanmanWorkstation\Parameters Neu hinzufügen als DWORD: DirectoryCacheLifetime = 0 FileInfoCacheLifetime = 0 FileNotFoundCacheLifetime = 0 Zur Behebung des Problems ist ausreichend, wenn an den Arbeitsplatz-Rechnern ...
by Otto
Sun Jan 20, 2019 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBase now unstable, slow, error Status_Lock_Not_Granted
Replies: 15
Views: 4052

Saber Ip Publico

... HB_FUNC( ISLANCONEXION ) { hb_retl( IsLanOrModem() ); } //-----------------------------------// bool IsLanOrModem() { DWORD result; if (!InternetGetConnectedState(&result, 0)) return false; return result & INTERNET_CONNECTION_LAN || result & INTERNET_CONNECTION_MODEM; ...
by Busmatic_wpb
Fri Dec 07, 2018 2:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Saber Ip Publico
Replies: 1
Views: 607

Re: WRAPPER - TAPI - DEVLINK

Prueba usando la claúsula CALLBACK (que no es otra cosa sino declararla como tipo PASCAL. Esto es: la alineación de la pila -el 'stack'-
se realiza desde el código que llama y no desde la propia función)

void CALLBACK CallBackFunction( LONG pbxh, DWORD comms_state, DWORD parm1 )
{
...
}
by Antonio Linares
Mon Oct 08, 2018 9:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: WRAPPER - TAPI - DEVLINK
Replies: 37
Views: 4640
Next

Return to advanced search

cron