Search found 67 matches: initialization

Return to advanced search

Re: DNS

... Winsock DLLs: When called, WSACleanup() typically unloads any protocol-specific helper DLLs (Dynamic Link Libraries) that were loaded during the initialization process using WSAStartup(). These DLLs provide support for specific network protocols like TCP/IP. Cancels Pending Calls (with caution): ...
by Antonio Linares
Fri Mar 29, 2024 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DNS
Replies: 5
Views: 1022

Re: Convert a print to Rtf or doc

... Otto Download: https://mybergland.com/fwforum/marcob.zip sourcecode and exe *** Guide to Using the FiveWin-Based Program 1. Program Start and GUI Initialization When the program starts, the main function Main is called. In this function, various GUI elements such as a dialog window (oDlg), a browser ...
by Otto
Thu Nov 30, 2023 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3467

Re: Calculate total pages

... document name, printer setup, etc.). This is done twice, once presumably for a regular printer and once for a PDF printer. 4. **Document and Page Initialization:** - `StartDoc(oDevice:hDC, oDevice:cDocument)`: Starts a new document in the device context. - `StartPage(oDevice:hDC)`: Begins a new ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5875

password manager with mod harbour

... passwords with AES-GCM. Passwords are extracted from a dBase file (DBF). The encrypted passwords are encrypted using an encryption key and an initialization vector (IV) as parameters. In the DBF file, the encrypted password and the initialization vector are stored. Both values are retrieved ...
by Otto
Mon Jul 24, 2023 9:09 pm
 
Forum: mod_harbour
Topic: password manager with mod harbour
Replies: 4
Views: 621

Re: Dark-Mode and CHECKBOX

... by object I created this function below. I changed the DIALOG Class in Dialog.prg in the INITIALIZE method to call the function or call at Dialog initialization. oDlg:bInit := {||CTRLS_COLORS(oDlg)} FUNCTION CTRLS_COLORS(f_oDlgContainer)   Local lc_aCtrls := {}, lc_iFor := 0  ...
by Giovany Vecchi
Mon Nov 28, 2022 2:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dark-Mode and CHECKBOX
Replies: 16
Views: 937

Re: TWebView:Destroy method does not close the window.

The library does run a message loop temporarily just for WebView2 initialization regardless of whether you call webview_run(). ICoreWebView2CreateCoreWebView2ControllerCompletedHandler will therefore have been invoked already by the time you would normally call webview_run()
by Antonio Linares
Sun Jul 31, 2022 12:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView:Destroy method does not close the window.
Replies: 46
Views: 3080

Re: harbour program including FIVEWIN source which license?

... AJAX read all record fields from the selected record and fill <FORM> <//FORM> SAVE BUTTON AJAX request with data "read at initialization" and data from FORM (edited data) prg Server first check if data is unchanged between reading first and now saving the changes. ...
by Otto
Fri Feb 04, 2022 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour program including FIVEWIN source which license?
Replies: 1
Views: 298

Ayuda compilar funcion en C mingw32(SOLUCIONADO)

... BytesPerSector, 3 );   hb_stornl( NumberOfFreeClusters, 4 );   hb_stornl( TotalNumberOfClusters, 5 );}  warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] LPSTR lpRootPathName = hb_parc( 1 ); Para los expertos en ...
by jvtecheto
Tue Apr 20, 2021 2:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda compilar funcion en C mingw32(SOLUCIONADO)
Replies: 3
Views: 359

Re: How to use HBMK2

... we figured out what was wrong. Just one more question (for now :D )... after the build using hbmk2, our exe started to show a dialog right after initialization. Do you what is happening? could it be a missing parameter? https://imagizer.imageshack.com/img924/655/COd1sc.png thanks ...
by ricbarraes
Thu May 28, 2020 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use HBMK2
Replies: 12
Views: 1183

Dependency walker - great utility

... such as missing modules, invalid modules, import/export mismatches, circular dependency errors, mismatched machine types of modules, and module initialization failures. Dependency Walker runs on Windows 95, 98, Me, NT, 2000, XP, 2003, Vista, 7, and 8. It can process any 32-bit or 64-bit Windows ...
by Antonio Linares
Fri Sep 13, 2019 5:00 am
 
Forum: Utilities / Utilidades
Topic: Dependency walker - great utility
Replies: 3
Views: 1064

Re: Declareing locals

Hello, I did this yesterday and the results are the same. Declaration with initialization seams faster. Enrico is right that in a real world program you would not see any differences. In the same source I read that there is also speed differences between passing ...
by Otto
Thu May 02, 2019 12:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Declareing locals
Replies: 10
Views: 881

Re: Declareing locals

Hello Enrico,
I read that declaration with initialization should be 3%-40% more speedy in executing the program.

Could this be?
Thank you in advance

Otto
by Otto
Wed May 01, 2019 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Declareing locals
Replies: 10
Views: 881

Re: Declareing locals

This is a simple declaration:

local aTemp

while this other is a declaration with initialization:

local aTemp := {}

In the simple declaration the value of aTemp is NIL. After the initialization the type of aTemp is array and its value is an empty array.

EMG
by Enrico Maria Giordano
Wed May 01, 2019 5:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Declareing locals
Replies: 10
Views: 881

Re: Looking for cliparse.zip / Buscando cliparse.zip

... access). The CVM subsystems are continuously used by the main execution loop. Lets review these CVM subsystems: a.. The startup: Controls the initialization of the different CVM subsystems and it is invoked at the beginning of the application. It also controls the exiting of the application. ...
by Antonio Linares
Mon Oct 24, 2016 7:50 am
 
Forum: Off Topic / Otros temas
Topic: Looking for cliparse.zip / Buscando cliparse.zip
Replies: 6
Views: 2296

harbour actual

... bien con xharbour 1.5 o algo asi, deseo comilar con el harbour actual y me da este error o warning \wilson\inves\w1seek.prg:4922:26: warning: initialization discards 'const' quali fier from pointer target type char * cStr = hb_parc( 1 ); ^ la funcion ala que se refiere es       ...
by wilsongamboa
Thu May 19, 2016 11:23 pm
 
Forum: Off Topic / Otros temas
Topic: harbour actual
Replies: 3
Views: 737
Next

Return to advanced search