Search found 123 matches: initialized

Return to advanced search

Re: Error: FWH2206 Parte1

... mensajes, y se soluciona el problema. Wonderful observation. I would have never figured it out, because in my FWH2206 build the data lHtml is initialized to .F. even inside dialog.prg. Looks like I have a revised build. If you like, I can send you the FWH.EXE (installation program) of 2206 ...
by nageswaragunupudi
Tue Feb 13, 2024 4:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error: FWH2206 Parte1
Replies: 30
Views: 974

Re: Using Microsoft AI Phi-2 from FWH

... ** Copyright (c) 2022 Microsoft Corporation ********************************************************************** [vcvarsall.bat] Environment initialized for: 'x64' f:\llama.cpp> f:\llama.cpp>cmake .. CMake Error: The source directory "F:/" does not appear to contain CMakeLists.txt. ...
by Jimmy
Fri Dec 22, 2023 1:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8117

Re: Moving the dialog

... TWindow      if ValType( ::bPainted ) == "B"         uVal = Eval( ::bPainted, ::hDC, ::cPS, Self )      endif ::cPS is initialized from METHOD _BeginPaint() and contains a PAINTSTRUCT: https://learn.microsoft.com/en-us/windows/win32/api/winuser/ns-winuser-paintstruct ...
by Antonio Linares
Mon Oct 23, 2023 12:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Moving the dialog
Replies: 8
Views: 496

Warning under 64 Bit MSVC but none unde BCC 32 Bit

... 64 Bit using MSVC HB_FUNC.PRG(1597): warning C4189: "pStr": Lokale Variable ist initialisiert aber nicht referenziert 'Local variable is initialized but not referenced' 'La variable local se inicializa pero no se hace referencia' 'La variable locale est initialisée mais non référencée' ...
by Jimmy
Sun Apr 09, 2023 5:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Warning under 64 Bit MSVC but none unde BCC 32 Bit
Replies: 2
Views: 243

Re: how to get Information from ::aControls

hi,
When we create controls on a dialog, the controls are created only when the dialog is initialized.
So, hWnd is valid only after activating the dialog.

ah ... ok, thx
have to over-think concept
by Jimmy
Thu Mar 30, 2023 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get Information from ::aControls
Replies: 2
Views: 238

Re: how to get Information from ::aControls

When we create controls on a Window, all controls are fully created and so have valid hWnd.
When we create controls on a dialog, the controls are created only when the dialog is initialized. So, hWnd is valid only after activating the dialog.
by nageswaragunupudi
Thu Mar 30, 2023 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get Information from ::aControls
Replies: 2
Views: 238

Re: MSXML2.ServerXMLHTTP / readyState / Status

... readyState Property (0) UNINITIALIZED The object has been created but has not been initialized because the open method has not been called. (1) LOADING The object has been created but the send method has not been called. (2) LOADED ...
by Jimmy
Sat Mar 18, 2023 11:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MSXML2.ServerXMLHTTP / readyState / Status
Replies: 8
Views: 390

Re: How to create a PRIVATE variable owned by the caller?

... (:=) followed by any valid CA-Clipper expression including a literal array. If no explicit <initializer> is specified, the variable is initialized to NIL. In the case of an array, each element is initialized to NIL. You can create and, optionally, initialize a list of variables and ...
by hmpaquito
Tue Jan 10, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a PRIVATE variable owned by the caller?
Replies: 21
Views: 776

Re: 32 Bit BCC7 *.MAK -> MSVC 64 Bit ?

... ** Copyright (c) 2022 Microsoft Corporation ********************************************************************** [vcvarsall.bat] Environment initialized for: 'x64' Error BASE/1126 Argument error: STRTRAN (Quit) Error BASE/1126 Argument error: STRTRAN Called from STRTRAN(0) Called from __HBMK(0) ...
by Jimmy
Wed Nov 16, 2022 5:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 32 Bit BCC7 *.MAK -> MSVC 64 Bit ?
Replies: 14
Views: 803

Re: CLASS fwTVCL for IP-TV

Dear Jimmy, This is the first time that I see this hbmk2.exe error: [vcvarsall.bat] Environment initialized for: 'x64' Error BASE/1126 Argument error: STRTRAN (Quit) Error BASE/1126 Argument error: STRTRAN Called from STRTRAN(0) Called from __HBMK(0) Called from HBMK_LOCAL_ENTRY(0) ...
by Antonio Linares
Wed Aug 03, 2022 3:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS fwTVCL for IP-TV
Replies: 12
Views: 735

Re: CLASS fwTVCL for IP-TV

hi Antonio, sorry to ask again [vcvarsall.bat] Environment initialized for: 'x64' Error BASE/1126 Argument error: STRTRAN (Quit) Error BASE/1126 Argument error: STRTRAN Called from STRTRAN(0) Called from __HBMK(0) Called from HBMK_LOCAL_ENTRY(0) Called ...
by Jimmy
Tue Aug 02, 2022 12:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS fwTVCL for IP-TV
Replies: 12
Views: 735

Re: Ayuda para Compilar Microsoft Visual Studio

... O sistema não pode encontrar o arquivo powershell.exe. [vcvarsall.bat] Environment initialized for: 'x86' hbmk2: Processing environment options: -comp=msvc Harbour 3.2.0dev (r2008190002) Copyright (c) 1999-2020, https://harbour.github.io/ ...
by karinha
Sat Apr 23, 2022 4:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda para Compilar Microsoft Visual Studio
Replies: 13
Views: 643

Re: FW_OpenRecordSet and NOWAIT dialog

damianodec Your Connection string needs to be initialized at the top of your Main program and stay open until you close your program .. Consider this Mdi Code example" Main()Local cProvider,xSource,xPasswordPublic oCNxPROVIDER := "Microsoft.Jet.OLEDB.4.0"xSOURCE ...
by Rick Lipkin
Tue Oct 26, 2021 1:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_OpenRecordSet and NOWAIT dialog
Replies: 8
Views: 796

Re: Fibonacci

... ** Copyright (c) 2021 Microsoft Corporation ********************************************************************** [vcvarsall.bat] Environment initialized for: 'x86_x64' Compiling... Harbour 3.2.0dev (r2011030937) Copyright (c) 1999-2020, https://harbour.github.io/ Compiling 'c_fib3.prg' and ...
by George
Thu Aug 26, 2021 10:57 am
 
Forum: Utilities / Utilidades
Topic: Fibonacci
Replies: 3
Views: 853

Re: Print Problem with FWH2104

...        aPosicaoLista[nPagAtual]:={}      ENDIF  The variables aLinhaLista, aPosicaoLosta and nPagAtual are neither declared nor initialized. If you compiled with warnings enabled, you ought to have got ambiguous variables warnings. if you compiled without warnings and built the ...
by nageswaragunupudi
Tue Jun 08, 2021 2:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print Problem with FWH2104
Replies: 27
Views: 2590
Next

Return to advanced search