Search found 78 matches: alle

Return to advanced search

Re: Using Microsoft AI Phi-2 from FWH

... möglicher Datenverlust 2>Code wird generiert... 2>F:\llama.cpp\ggml-backend.c(703): warning C4715: "get_allocr_backend": Nicht alle Codepfade geben einen Wert zurück. 2>ggml.vcxproj -> F:\llama.cpp\ggml.dir\Release\ggml.lib 2>Erstellen des Projekts ggml.vcxproj beendet. ...
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: 8159

Re: Using Microsoft AI Phi-2 from FWH

... the sln file for VS. i did what you told me ... but still have Problem Microsoft Windows [Version 10.0.19045.3803] (c) Microsoft Corporation. Alle Rechte vorbehalten. f:\llama.cpp>call "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64 ...
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: 8159

Re: DPI aware

... in Windows erstellen müssen. Sie haben die Hotelanwendung und das Registrierkassenmodul (Geschäft) für Geschäfte erstellt. Tatsächlich werden alle Geschäfte einschließlich des Bäckers oder der Pizzeria verwendet Ihre Software. 2) Jetzt versuchen Sie, Webanwendungen (mod_harbour) zu erstellen, ...
by Silvio.Falconi
Sun Oct 11, 2020 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DPI aware
Replies: 18
Views: 1619

Re: C:\fwh\samples\account Problem

Hallo Jimmy, ich glaube, dass ist ein sehr altes Programm. Es ist schade, dass alle Dateien beim Update ein neues Datum bekommen. LG Otto ** * PROGRAMA: CONTAB.PRG FECHA INICIO: 02/11/95 **** ** * FECHA FIN: 03/11/95 **** ** * ANALISTA: Francis Morales Rivas **** ...
by Otto
Sat Jan 04, 2020 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: C:\fwh\samples\account Problem
Replies: 14
Views: 2621

Re: Problem x:\fwh\samples\dshow.prg

... C source output to 'dshow.c'... Done. Microsoft (R) C/C++-Optimierungscompiler Version 19.24.28314 für x86 Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten. dshow.c dshow.prg(48): warning C4192: Automatischer Ausschluss von "IPersistStream" während des Importierens der ...
by Jimmy
Thu Dec 05, 2019 1:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem x:\fwh\samples\dshow.prg
Replies: 7
Views: 1410

Re: Mod Harbour

... lato server lo fai con mod_harbour. Tutta la parte client la fai con l'HTML e JavaScript. Sull'esempio Genesis trovi tutto, dai browse ai form alle chiamate agli script, come gestire i cookies e le sessioni. Siccome in parecchi esempi Antonio usa Bootstrap, che è una estensione di HTML per ...
by Massimo Linossi
Thu Sep 05, 2019 7:40 pm
 
Forum: All products support
Topic: Mod Harbour
Replies: 11
Views: 7327

Re: xBase now unstable, slow, error Status_Lock_Not_Granted

Hello, I found following in my notes: Notizen Abfragen per Directory() sind wieder so schnell - auf alle Rechner im Netzwerk verteilen HKLM\SYSTEM\CurrentControllSet\Services\LanmanWorkstation\Parameters Neu hinzufügen als DWORD: DirectoryCacheLifetime = 0 FileInfoCacheLifetime ...
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: 4048

Re: DLL32 definition with double parameter type

Hi.
With the function changed like this, I have this result :

IMPORTO = L2BIN( NDBL2FLT( 0 ))
nReturn = AdsGetDouble(handle, "IMPORTO", @IMPORTO)
msginfo(NFLT2DBL(IMPORTO), str(nReturn))

Image
by Massimo Linossi
Tue Dec 19, 2017 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLL32 definition with double parameter type
Replies: 23
Views: 2871

Re: DLL32 definition with double parameter type

Hi Enrico.
With this code I have this result :

IMPORTO = L2BIN( NDBL2FLT( 0 ))
nReturn = AdsGetDouble(handle, "IMPORTO", @IMPORTO)
msginfo(IMPORTO, str(nReturn))

Image
by Massimo Linossi
Tue Dec 19, 2017 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLL32 definition with double parameter type
Replies: 23
Views: 2871

Re: Database - 17.07 - Problems

with x++ I get >>>Error BASE/1003 Variabile inesistente: X Errore avvenuto il 01/09/17, alle 18:54:58 PC: 'DIEGO-HP', Operatore: DIEGO Tempo dallo start: 0 hours 0 mins 7 secs Chiamato da: C:\fwh\source\classes\database.prg => TDATABASE:__DESTRUCTOR( 1360 ) ...
by Diego Decandia
Fri Sep 01, 2017 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Database - 17.07 - Problems
Replies: 84
Views: 11888

Progetto Contabilità

... un programma di contabilità ordinaria (http://www.nipeservice.com/gestionale-per-azienda.html#contabilita). Attualmente le continue modifiche alle normative fiscali stanno rendendo sempre più difficile mantenere il programma aggiornato . Per questo sto cercando delle persone veramente interessate ...
by Maurizio
Tue Apr 04, 2017 8:43 am
 
Forum: All products support
Topic: Progetto Contabilità
Replies: 2
Views: 985

Collegare una DLL con C Struttura

... strcpy(ECRData.TerminalId, “87654321”); TransactionResult = IAE17AX_Payment(&ECRData, &POSData); ECRData e POSData sono puntatori alle strutture ------------------------------------------ STRUCT TETHParameters MEMBER IPAddress As STRING LEN 16 MEMBER Port As _INT ENDSTRUCT ETHParameters:=ThisStruct(TETHParameters) ...
by a.tixi@htech.it
Tue Mar 21, 2017 4:11 pm
 
Forum: All products support
Topic: Collegare una DLL con C Struttura
Replies: 7
Views: 2764

busqueda con Ñ en listbox

... (me ubico en él y empiezo a escribir) solo que al teclear "MUÑOZ" se posiciona correcto pero el dato que necesito lo tengo en un oSay, y alle toma otro distinto ya sea de los elementos posteriores o anteriores,esto ocurre cuando hay letra "Ñ". saludos
by Miguel Salas
Thu Mar 02, 2017 4:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: busqueda con Ñ en listbox
Replies: 0
Views: 388

Re: Using .NET library

... Microsoft (R) Visual C# 2008 Compiler versie 3.5.30729.5420 voor Microsoft (R) .NET Framework versie 3.5 Copyright (C) Microsoft Corporation. Alle rechten voorbehouden. c:\Windows\Microsoft.NET\Framework\v2.0.50727\regasm samples\fivenet.dll /tlb Microsoft (R) .NET Framework Assembly Registration ...
by Marc Vanzegbroeck
Sat Mar 19, 2016 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using .NET library
Replies: 14
Views: 3304

compiling more pro files to 1 app

... WINDOW oWnd return nil File functies.prg: #include "FiveMac.ch" #define CR_LF Chr(13) + Chr(10) FUNCTION RK_FillArrays() *hier worden alle benodigde arrays gevuld *date: 24-11-2015 *alle databases, volgorde: filenaam, alias, aantal indexes, indexnamen AADD(aDataBases, {'latnaam.dbf', ...
by plantenkennis
Fri Nov 27, 2015 6:56 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: compiling more pro files to 1 app
Replies: 6
Views: 2339
Next

Return to advanced search