Search found 239 matches: adapt

Return to advanced search

Re: Using Microsoft AI Phi-2 from FWH

hi Antonio, Could you kindly adapt this code to HMG ? i´m not sure about "Callback" under HMG will FWH CODE work when "LoadLibrary", "llama64.dll" or do i need DLL FUNCTION :?: Dear Jimmy, Does HMG support ...
by Antonio Linares
Thu Dec 21, 2023 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8163

Re: Using Microsoft AI Phi-2 from FWH

hi Antonio,
Antonio Linares wrote:Could you kindly adapt this code to HMG ?

i´m not sure about "Callback" under HMG

will FWH CODE work when "LoadLibrary", "llama64.dll" or do i need DLL FUNCTION :?:
by Jimmy
Thu Dec 21, 2023 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8163

Re: Using Microsoft AI Phi-2 from FWH

Dear Jimmy, Could you kindly adapt this code to HMG ? #include "Fivewin.ch"function Main()   local oDlg, cPrompt := PadR( "List 10 possible uses of AI from my Windows apps.", 200 )   local ...
by Antonio Linares
Thu Dec 21, 2023 6:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8163

Re: Convert a print to Rtf or doc

... for a management for a client encounter countless problems for classes that do not work or work badly and they are forced to do their own work to adapt them to their needs I often see problems with Web-type management programs, I work at school and in my secretariat almost everything is now on ...
by Silvio.Falconi
Fri Dec 01, 2023 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3426

Re: Help splitting up a character address string

... these steps, you should be able to convert the Excel worksheet containing addresses into a SQL table using Harbour and FiveWin. Remember to adapt the code to the specific libraries and database systems you are using.
by frose
Wed Nov 15, 2023 11:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 586

Re: Help splitting up a character address string

... =", cZip) This code will output: makefile Copy code CStreet = 258 Shoreline Drive CCity = Columbia CState = SC CZip = 29212 You will need to adapt this logic to the specific syntax and functions of the programming language you are using. If you're using a language that supports regular expressions, ...
by Otto
Wed Nov 15, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 586

Re: The Future of Developer Forums

... I am not aware of such a collegial, friendly, and good forum as ours in the entire internet. In the future, if the forum is to survive, we must adapt to the new situation and engage more in creative discussions. Certainly, we have a problem here, especially with Harbour, where some only see ...
by Otto
Thu Nov 02, 2023 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The Future of Developer Forums
Replies: 5
Views: 310

The Future of Developer Forums

... questions, some wonder if forums are still relevant. In this blog post, we will discuss why developer forums remain invaluable and how they can adapt to the changing technological landscape. The Social Bond One of the most significant strengths of developer forums lies in the social bond they ...
by Otto
Wed Nov 01, 2023 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The Future of Developer Forums
Replies: 5
Views: 310

Re: Error p/generar EXE usando UHTTPD2 en Windows

... with no css and javascript ( allmost ) knowledge U = UHttpd2 and server write with harbour ( hbhttpd write by mindaugas + charly's changes to adapt to this concept and Wow we don't need apache or other web server T = tWeb for uhttpd2 and library ( only library with source code include ) and ...
by wilsongamboa
Sun Aug 06, 2023 2:42 pm
 
Forum: mod_harbour
Topic: Error p/generar EXE usando UHTTPD2 en Windows
Replies: 12
Views: 1913

Re: Small Question about Word and FWH

... this goes far beyond my knowledge. This is the source right now: STATIC PROCEDURE WordQuit   cWord:Quit()RETURN Is it possible for you to adapt it so that Word-documents from other applications which are still opened, changed and unchanged, are not closed by my "cWord:Quit()"? ...
by driessen
Mon Jul 17, 2023 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Question about Word and FWH
Replies: 29
Views: 1148

Re: Tables in RichEdit5

Dear Yuri,

oRichEdit:hWnd is hRichEdit

We need to adapt that code to FWH. We are going to try it... :-)
by Antonio Linares
Mon Jul 17, 2023 11:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tables in RichEdit5
Replies: 4
Views: 209

Re: Connection to XPlane Flight Simulator

... download the lastest binary of the plugin here: https://github.com/nasa/XPlaneConnect/releases I modified the C code to adapt it to harbour and I made a class to manage the plugin. You can read and write almost any data in the sim. I list of the data you can read and ...
by alvaro533
Wed Jun 07, 2023 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Connection to XPlane Flight Simulator
Replies: 13
Views: 993

Festivities of the year

... tells me if a day is a public holiday or not, (not just Saturday and Sunday) from the windows calendar . I found this function , is it possible to adapt it in fivewin ? #include <windows.h>int main(){    SYSTEMTIME st = { 2023, 8, 5 };    CALID calid ...
by Maurizio
Mon May 08, 2023 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Festivities of the year
Replies: 0
Views: 148

Re: "Starting With", "Containing"

... options "Starting With", "Containing" on combobox but I not Know how make it XBROWSER.PRG already has the code for it. Please adapt . yes I saw but I need to create this : when I insert this line @ 10, 550 COMBOBOX oBrw:oSortCbx VAR oBrw:cSortOrder; SIZE 100,400 PIXEL OF oDlg ...
by Silvio.Falconi
Mon Mar 13, 2023 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Starting With", "Containing"
Replies: 4
Views: 354

Re: "Starting With", "Containing"

I'd like add also the options "Starting With", "Containing" on combobox but I not Know how make it


XBROWSER.PRG already has the code for it.
Please adapt .
by nageswaragunupudi
Mon Mar 13, 2023 2:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Starting With", "Containing"
Replies: 4
Views: 354
Next

Return to advanced search