Search found 2288 matches: solved

Return to advanced search

Re: FWH or harbour function support CRC? ( Solved )

so I make these code and solved my problem below:

Congratulations and thanks for sharing your solution.
by nageswaragunupudi
Tue Jan 23, 2024 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH or harbour function support CRC? ( Solved )
Replies: 16
Views: 1740

Re: FWH or harbour function support CRC? ( Solved )

// C:\FWH\SAMPLES\CRC.PRG#include "fivewin.ch"// #include "HbCompat.ch"MEMVAR aCrc, poly, initvalue, finavalueFUNCTION Main()   LOCAL crcResu, CCRCRESU, cResult   PRIVATE aCrc := { 0x00, 0x01, 0x07 }   PRIVATE poly := 0x8005  ...
by karinha
Tue Jan 23, 2024 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH or harbour function support CRC? ( Solved )
Replies: 16
Views: 1740

Re: FWH or harbour function support CRC? ( Solved )

Dear All, FWH or harbour CRC function not work. Very strange. so I make these code and solved my problem below: #include "fivewin.ch"MEMVAR aCrcMEMVAR polyMEMVAR initvalueMEMVAR finavalueFUNCTION MAIN()LOCAL crcResuPRIVATE aCrc:={0x00,0x01,0x07}PRIVATE ...
by richard-service
Tue Jan 23, 2024 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH or harbour function support CRC? ( Solved )
Replies: 16
Views: 1740

Re: Backups into blu rays

... regards, Otto Good morning Master Otto, YES I have seen it. This was a long time ago, today AVG antivirus can detect and prevent the attack. We solved it, precisely because we had BACKUP on PENDRIVE and in the CLOUD and on a SECOND HARD DISK. Buenos días Maestro Otto, SÍ lo he visto. Esto fue ...
by Silvio.Falconi
Wed Jan 03, 2024 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backups into blu rays
Replies: 20
Views: 3403

Re: Backups into blu rays

... regards, Otto Good morning Master Otto, YES I have seen it. This was a long time ago, today AVG antivirus can detect and prevent the attack. We solved it, precisely because we had BACKUP on PENDRIVE and in the CLOUD and on a SECOND HARD DISK. Buenos días Maestro Otto, SÍ lo he visto. Esto fue ...
by karinha
Wed Jan 03, 2024 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backups into blu rays
Replies: 20
Views: 3403

Re: Using Microsoft AI Phi-2 from FWH

hi Antonio, solved, please download this llama64.dll: https://github.com/FiveTechSoft/FWH_tools/blob/master/llama64.dll have download latest FWH_tools-master.zip and use new (bigger) llama64.dll but still got Error Message ...
by Jimmy
Tue Dec 19, 2023 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8334

Re: Using Microsoft AI Phi-2 from FWH

Dear Jimmy,

solved,

please download this llama64.dll:
https://github.com/FiveTechSoft/FWH_tools/blob/master/llama64.dll
by Antonio Linares
Tue Dec 19, 2023 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Microsoft AI Phi-2 from FWH
Replies: 51
Views: 8334

Re: A Call for New Ideas and Web Integration

... activate the forum notifications. It's clear, we are now all experienced FIVEWINNERS, FIVEWIN is super stable, and the standard situations are solved. But for those of us who don't just want to coast into retirement, there's a need for future topics and new incentives. WEBVIEW would be a good ...
by Enrico Maria Giordano
Mon Dec 11, 2023 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Call for New Ideas and Web Integration
Replies: 7
Views: 743

A Call for New Ideas and Web Integration

... actually the beginning of the end. It's clear, we are now all experienced FIVEWINNERS, FIVEWIN is super stable, and the standard situations are solved. But for those of us who don't just want to coast into retirement, there's a need for future topics and new incentives. WEBVIEW would be a good ...
by Otto
Sun Dec 10, 2023 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Call for New Ideas and Web Integration
Replies: 7
Views: 743

Re: Convert a print to Rtf or doc

Enrico, Please describe again exactly what you want to do. I'm sure it can be solved.
Best regards,
Otto
by Otto
Thu Nov 30, 2023 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3469

Re: Xlsxlibhb_ver2

For now, I prefer to stay with the older version of xhabour and bcc7. Actually FWH uses these versions to build all FWH libs.
I will wait till these issues are solved.
by nageswaragunupudi
Wed Nov 22, 2023 3:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9024

Re: Fwh 23.10 TGet another problem (SOLVED)

Hi Mr. Rao, Antonio,

It's working great right now.Thank you.
by Horizon
Fri Nov 17, 2023 8:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54331

Re: FWH 3.10 - problem with positioning dialog box

Dear Michel,

glad to know the problem is solved

In FWH 23.10 we have removed many warnings, code has been simplified, thus it is possible this change in the behavior

many thanks for your great feedback
by Antonio Linares
Thu Nov 16, 2023 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 3.10 - problem with positioning dialog box
Replies: 3
Views: 247

Re: FWH 3.10 - problem with positioning dialog box

Antonio,

Thank you very much for your help. Problem is solved.

To me it only looks strange that is was working fine in 3.07 and not in 3.10.
by driessen
Thu Nov 16, 2023 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 3.10 - problem with positioning dialog box
Replies: 3
Views: 247

Re: xbrowse Border

... with oBrw:lfooter := .t. My Advice the best modification is to draw the border after the horizontal and vertical scroll and not before as I have solved, certainly you would know how to do it i.e. the border should be drawn around the whole control as it was a long time ago (xbrowse Ortiz de Zuniga)
by Silvio.Falconi
Mon Nov 13, 2023 8:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse Border
Replies: 1
Views: 280
PreviousNext

Return to advanced search