Search found 114 matches: rule

Return to advanced search

Re: link between PRG and RC

... a high level of freedom to developers so it is quite usual to find FiveWin developers organizing their work in different ways. As a general rule, the better you organize and structure your project, the easier it will be to mantain it. This can be easily achieved using child folders from ...
by Antonio Linares
Mon Jan 29, 2024 9:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1647

Re: phpBB to LLM

I think i should downgrade python to 3.11 https://stackoverflow.com/questions/77225812/is-there-a-way-to-install-pytorch-on-python-3-12-0 here is the output with conda ... C:\fwh\AI>conda install pytorch==1.10.0 torchvision==0.11.2 torchaudio==0.10.0 -c pytorch Channels: - pytorch - defau...
by alerchster
Mon Dec 25, 2023 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4649

Re: Using Microsoft AI Phi-2 from FWH

... Release x64 ------ 3>------ Neues Erstellen gestartet: Projekt: build_info, Konfiguration: Release x64 ------ 2>Building Custom Rule F:/llama.cpp/CMakeLists.txt 3>Generating build details from Git 2>ggml.c 3>-- Found Git: C:/Program Files/Git/cmd/git.exe (found version ...
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: 8156

Re: Harbour CGI

... from here: https://github.com/FiveTechSoft/mod_harbour/blob/master/cgi/windows/modharbour.exe and copied it into my cgi-bin folder. I changed this rule in my c:\xampp\apache\conf\httpd.conf and restarted the server: <directory C:/xampp/htdocs> RewriteEngine a RewriteRule ^([a-zA-Z]*)$ /cgi-bin/modharbour.exe?prg=$1 ...
by Otto
Thu Sep 22, 2022 5:25 pm
 
Forum: mod_harbour
Topic: Harbour CGI
Replies: 19
Views: 6149

Re: Expert systems

Antonio,

I am referring to the rule-based expert systems that appeared in the 1980s:

https://en.wikipedia.org/wiki/Expert_system

Thank you very much. Regards
by mgsoft
Wed Aug 10, 2022 8:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Expert systems
Replies: 3
Views: 425

Re: Build version of fivewin libraries on MSVC

... When I call tOleAuto for the first time it sometimes takes about 4 seconds where it should be less than 1 second. But this is not a fixed rule, it often doesn't happen the first time and it can happen later too. This does not cause errors. Using webbrowser activex on windows 7 this is ...
by Giovany Vecchi
Wed Jul 27, 2022 4:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build version of fivewin libraries on MSVC
Replies: 3
Views: 530

WSL2 Darling - Soon to come MacOS apps from WSL2

... WSL and WSL2 it opened the Pandora Box... :-) Having the power of Linux inside Windows opens endless possibilities. One operating system to rule them all ;-) Now we can have all sort of Linuxes ready to use them from Windows, making so easy to use Linux besides Windows. Now the "Darling" ...
by Antonio Linares
Tue May 24, 2022 1:23 am
 
Forum: Off Topic / Otros temas
Topic: WSL2 Darling - Soon to come MacOS apps from WSL2
Replies: 0
Views: 350

Re: How many time my application is run in memory

As a rule, the class name of the main window is TWindow (you can make a unique name) And using Enum() to determine the number of running instances of the task
by Natter
Sun May 15, 2022 5:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many time my application is run in memory (SOLVED)
Replies: 25
Views: 1149

Re: Runtime with Windows 7 - New builds

I understand, just letting you know there is a solution to building on the most current MS compiler. As a rule I don't even build 32 bit apps any longer, with the exception of these few systems left that I must support. And those I'm working as fast as I can to make them go ...
by rhlawek
Thu Apr 28, 2022 9:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Runtime with Windows 7 - New builds
Replies: 5
Views: 557

Re: james

... in the app use the same driver and if you ever want to change the driver you only have to change it in one place. The only exception to this rule (that I can think of) is if you needed to use a file and index from a different app that is using a different driver. Then you still use a default ...
by Silvio.Falconi
Sun Dec 19, 2021 11:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: james
Replies: 8
Views: 790

Re: james

... in the app use the same driver and if you ever want to change the driver you only have to change it in one place. The only exception to this rule (that I can think of) is if you needed to use a file and index from a different app that is using a different driver. Then you still use a default ...
by James Bott
Sat Dec 18, 2021 8:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: james
Replies: 8
Views: 790

Re: Focus error on this new project

... // oFld:aDialogs[ 1 ]:bGotfocus := {|| msginfo( "Hier Folder" ) } Testing rule to see if anything would happen when I click on folder1 (but is didn't) //-------------------------------------------------------------- I also ...
by Marc Venken
Thu Dec 09, 2021 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Focus error on this new project
Replies: 16
Views: 1144

Re: Enlazar y compilar con el editor VSCode

> Error F0033 Can't open standard rule file 'hbwin.ch' Comprueba que tengas este fichero c:\harbour\contrib\hbwin\hbwin.ch Gracias Master Antonio por responder, seguí tus indicaciones y modifique mi archivo test.hbp de esta forma y logre ...
by artu01
Thu Aug 12, 2021 3:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enlazar y compilar con el editor VSCode
Replies: 54
Views: 7885

Re: Enlazar y compilar con el editor VSCode

> Error F0033 Can't open standard rule file 'hbwin.ch'

Comprueba que tengas este fichero c:\harbour\contrib\hbwin\hbwin.ch
by Antonio Linares
Wed Aug 11, 2021 4:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enlazar y compilar con el editor VSCode
Replies: 54
Views: 7885

Re: Enlazar y compilar con el editor VSCode

... (referenced from hbmzip.hbc) Harbour 3.2.0dev (r1801051438) Copyright (c) 1999-2016, http://harbour-project.org/ Error F0033 Can't open standard rule file 'hbwin.ch' hbmk2[test]: Error: Running Harbour compiler (built-in). 1 (c:\1712\harbour\bin\harbour.exe) -n2 test1.prg -DHBMK_HAS_HBCT=1 -DHBMK_HAS_HBTIP=1 ...
by artu01
Wed Aug 11, 2021 5:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enlazar y compilar con el editor VSCode
Replies: 54
Views: 7885
Next

Return to advanced search