Search found 431 matches: platform

Return to advanced search

Re: Startup function

... macro is undefined or holds the value of HARBOUR_START_PROCEDURE depending on the compiler. Use this code to make your Harbour startup procedure platform/compiler independent: #ifndef __HB_MAIN__ #define __HB_MAIN__ AppMain /* Or whatever you wish to call it */ #endif FUNCTION __HB_MAIN__() 2003-08-02 ...
by Lailton
Thu Oct 31, 2024 11:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Startup function
Replies: 29
Views: 796

Re: Startup function

... macro is undefined or holds the value of HARBOUR_START_PROCEDURE depending on the compiler. Use this code to make your Harbour startup procedure platform/compiler independent: #ifndef __HB_MAIN__ #define __HB_MAIN__ AppMain /* Or whatever you wish to call it */ #endif FUNCTION __HB_MAIN__() 2003-08-02 ...
by Antonio Linares
Mon Oct 28, 2024 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Startup function
Replies: 29
Views: 796

Re: BuildIt: generador de apps usando ChatGPT y FWH

Tienes que visitar la página de facturación de OpenAI y ver si todo está en regla.

https://platform.openai.com/settings/organization/billing/overview

Un token viene a ser una sílaba, aunque no exacto, pero aproximadamente.
by Antonio Linares
Tue Oct 01, 2024 12:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: BuildIt: generador de apps usando ChatGPT y FWH
Replies: 4
Views: 272

BuildIt: generador de apps usando ChatGPT y FWH

... una aplicación demo: https://github.com/FiveTechSoft/FWH_tools/blob/master/buildit.zip Necesitas una clave de OpenAI de https://platform.openai.com/api-keys. Es muy económico ya que usamos el modelo mini-4o: El modelo GPT-4o mini de OpenAI tiene un precio de 15 centavos por millón ...
by Antonio Linares
Mon Sep 30, 2024 8:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: BuildIt: generador de apps usando ChatGPT y FWH
Replies: 4
Views: 272

BuildIt: Apps generator using ChatGPT and FWH

... code and demo app included: https://github.com/FiveTechSoft/FWH_tools/blob/master/buildit.zip You need an OpenAI key from https://platform.openai.com/api-keys . It is very cheap as we use the mini-4o model: The OpenAI GPT-4o mini model is priced at 15 cents per million ...
by Antonio Linares
Mon Sep 30, 2024 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BuildIt: Apps generator using ChatGPT and FWH
Replies: 2
Views: 191

Re: Webview 2 + Html + ChatGPT !

... se le solicita a la IA para ver como va respondiendo . Para esto, además del programa que muestra Antonio, hay que registrarse en OpenIA (https://platform.openai.com/) para obtener una Key de la API Es muy interesante lo que está desarrollando Antonio con todo esto.
by cmsoft
Fri Sep 27, 2024 4:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Webview 2 + Html + ChatGPT !
Replies: 60
Views: 2204

Re: Bug Maria_Connect() FWH-24.07 64 bits ???

... independent of pointer size, you can cast to uintptr_t. This is a type that is guaranteed to be able to hold a pointer regardless of whether the platform is 32-bit or 64-bit.
by nnicanor
Tue Sep 24, 2024 9:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug Maria_Connect() FWH-24.07 64 bits ???
Replies: 37
Views: 1331

Firma electrónica con certificados (Webinar)

... o un Módulo de Seguridad de Hardware (HSM) ⋅  Las claves pueden ser almacenadas de forma segura en dispositivos como el Trusted Platform Module (TPM) o HSMs, lo que asegura que las claves privadas nunca sean expuestas ⋅  Proporciona funciones para realizar operaciones ...
by quim
Thu Sep 19, 2024 10:52 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Firma electrónica con certificados (Webinar)
Replies: 9
Views: 462

Re: DBF File Format - Considerations A Secure Option

Hello Reinaldo, You are absolutely right. In 2004, 20 years ago, I programmed the online platform for a holiday region using ASP and SQL. You can still see the work on the Wayback Machine. At that time, we had over 1,000 hotel customers and over 30,000 unique IPs per ...
by Otto
Tue Jul 30, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF File Format - Considerations A Secure Option
Replies: 15
Views: 1696

Re: GetHostByName( GetHostName() )

... The IP address associated with this adapter will be the local IP on the desired subnet. This also seems interesting and may help: Consider using platform-specific APIs like ifconfig (Linux/macOS) or ipconfig (Windows) through system calls. These tools often provide more granular control over ...
by Antonio Linares
Wed Mar 06, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHostByName( GetHostName() )
Replies: 1
Views: 356

Re: Data exchange between PC and Android device on the same loca

... tested CGI only once and it worked well. But I have the original mod_harbour version in use and no problems. I also have a mod_harbour regional platform. https://puon24.com/ Moreover, I only have in-house servers and just a 200/200 connection. I think we should ask Antonio for advice. Best regards, ...
by Otto
Wed Feb 21, 2024 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 1962

Re: function urlLoad( cUrl )

nageswaragunupudi wrote:Both the functions WebPageContents() and URLDownloadToFile() work only on Windows OS.
For Web Applications, we need platform independent tools and CURL seems to be the popular choice.


I never needed of such a function for web applications.
by Enrico Maria Giordano
Sat Feb 17, 2024 2:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: function urlLoad( cUrl )
Replies: 17
Views: 2887

Re: function urlLoad( cUrl )

Both the functions WebPageContents() and URLDownloadToFile() work only on Windows OS.
For Web Applications, we need platform independent tools and CURL seems to be the popular choice.
by nageswaragunupudi
Sat Feb 17, 2024 1:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: function urlLoad( cUrl )
Replies: 17
Views: 2887

WebView2 Essentials: Guides, Tips & Resources

... Instances It's normal for Microsoft's WebView2 to start multiple instances of the Microsoft Edge browser. WebView2 is built on the Edge Chromium platform and is designed to embed web technologies (HTML, CSS, and JavaScript) into native applications. When an application uses WebView2, it essentially ...
by Otto
Wed Jan 10, 2024 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 655
Next

Return to advanced search