Search found 802 matches: environment

Return to advanced search

Re: WebView2 Essentials: Guides, Tips & Resources

... Getting Started: To start using WebView2 in WinForms applications, you need to follow several steps including setting up your development environment, initializing the WebView2 control, and handling navigation events. This involves coding in C# and using the CoreWebView2 namespace​​. Properties ...
by Otto
Wed Jan 10, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 481

Re: How to find out the IDs of controls and types?

hi,

Question : how can i get Object of Child when EnumChildWindows() :?:

i think about OOP Environment where i need a Object instead of a Handle
by Jimmy
Sun Jan 07, 2024 6:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to find out the IDs of controls and types?
Replies: 16
Views: 1850

file ID in the Windows file system

... Make sure you have the necessary permissions to access the file and run these commands, especially if you are in a restricted or multi-user environment. - **File System**: The concept of a File ID is specific to certain file systems like NTFS. Ensure that the file system of the volume on ...
by Otto
Fri Jan 05, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 628

Re: phpBB to LLM

... torchaudio==0.10.0 -c pytorch Channels: - pytorch - defaults Platform: win-64 Collecting package metadata (repodata.json): done Solving environment: | warning libmamba Added empty dependency for problem type SOLVER_RULE_UPDATE failed LibMambaUnsatisfiableError: Encountered problems while ...
by alerchster
Mon Dec 25, 2023 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4696

Re: phpBB to LLM

... might help. Conda (Optional): If you're still having trouble, consider using conda, which is another package manager. You can create a new conda environment and install PyTorch with the following commands: bash Copy code conda create -n myenv python=3.8 conda activate myenv conda install pytorch==1.10.0 ...
by Antonio Linares
Mon Dec 25, 2023 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4696

Re: Using Microsoft AI Phi-2 from FWH

... Prompt v17.2.6 ** 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 ...
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: 8332

Re: oBtn:ToolTip - UTF8 encoding fails [Unsolved]

... ) Yes, if you only want to process, display and edit the characters that use the same character set (code page). This is not the case in my environment!
by frose
Sat Nov 25, 2023 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBtn:ToolTip - UTF8 encoding fails [Unsolved]
Replies: 11
Views: 943

Fivewin controls similar to javascript elements

Dear friends, I asked ChatGPT for tutoring: I use FiveWin, and it appears to be based on C++. In this environment, we utilize controls similar to elements. However, these controls consume events, necessitating their forwarding to the superclass. To me, the Windows queue seems ...
by Otto
Tue Nov 21, 2023 7:33 am
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1124

Re: Learn SQL with ChatGPT or when can ChatGPT really help

Enrico,
THX for this helpful information, the rest I've done with ChatGPT :wink: :
Image

For users who are in an UTF8 environment it's simple:
Code: Select all  Expand view
SELECT * FROM vll_term WHERE WORT LIKE '%ß%');
 
by frose
Fri Nov 17, 2023 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learn SQL with ChatGPT or when can ChatGPT really help
Replies: 9
Views: 670

Re: oCn:Insert() - UTF8 encoding fails [Unsolved]

Yes, pure sql works! Without AnsiToUtf8()! Because I have completely switched from mixed ASCII-Cp850/Ansi environment to UTF8, i.e. source code (UEStudio) and database DBF/MariaDB. From now on, I no longer have to worry about the encoding. No more conversions between the code ...
by frose
Fri Nov 10, 2023 6:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oCn:Insert() - UTF8 encoding fails [Unsolved]
Replies: 6
Views: 296

Interesting discussion with ChtGPT

... and differs from modern programming languages, but the mathematical operations are the same. You can run this code in your Harbour/Clipper environment to get the number of 15-minute units between the two given times. User: Regarding only this part, what is considered outdated for example? ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1244

Re: DBF . Commit

... write capability is available under DOS version 3.3 and above. Under DOS 3.2 or less, COMMIT flushes Harbour buffers to DOS. In a network environment, issuing a GO TO RECNO() or a SKIP0 will flush Clipper’s database and index buffers, but only a COMMIT will flush the buffers and perform ...
by karinha
Fri Oct 20, 2023 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2346

Problemas al migrar desde FWH2012 a FWH2307 - cerrado

... %C_LIB_INSTALL%\win32\psdk\shell32.lib=51,.T.,0,0, E:\Tools\fwh2307\lib\libmariadb.lib=52,.T.,0,0, mi archivo de entorno del xMate 2023/07 [Environment] Description 1=xHarbour 1.2.3+ FWH 23.07+Bcc74+xMate 1.15 Description 2= Description 3= PRG Compiler ver=xHarbour 123 20200311 C compiler ...
by CARLOS ATUNCAR
Tue Sep 12, 2023 11:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al migrar desde FWH2012 a FWH2307 - cerrado
Replies: 22
Views: 1680

Re: Some problems with the FWH-debugger

Dear Michel,

debugging an event driven environment is not easy. Better use traces instead of a debugger
by Antonio Linares
Mon Sep 11, 2023 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Some problems with the FWH-debugger
Replies: 11
Views: 468

Re: HBIDE - Will there be any further development?

... as you're saying here. That might not ever happen, but it would be cool. It might be possible to configure Kresin's editor as a development environment ; I'm brainstorming that, but not sure yet.
by FWExplorer
Wed Sep 06, 2023 12:40 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 12812
PreviousNext

Return to advanced search