Search found 81 matches: ported

Return to advanced search

Re: WIKI

Dear Maurizio,

The wiki was hacked so we ported it to https://github.com/FiveTechSoft/FiveTech_wiki
by Antonio Linares
Fri Feb 24, 2023 9:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WIKI
Replies: 9
Views: 1145

Re: 32 Bit BCC7 *.MAK -> MSVC 64 Bit ?

hi Antonio,
Antonio Linares wrote:I just ported the make to 64 bits and worked fine on first try:

YES :D
now it work using MSVC 64 Bit, thx
by Jimmy
Thu Nov 17, 2022 8:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 32 Bit BCC7 *.MAK -> MSVC 64 Bit ?
Replies: 14
Views: 815

Re: 32 Bit BCC7 *.MAK -> MSVC 64 Bit ?

Dear Jimmy, I just ported the make to 64 bits and worked fine on first try: go.bat call "%ProgramFiles%\Microsoft Visual Studio\2022\Community\VC\Auxiliary\Build\vcvarsall.bat" amd64c:\harbour\bin\win\msvc64\hbmk2 dualgrid.hbp ...
by Antonio Linares
Thu Nov 17, 2022 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 32 Bit BCC7 *.MAK -> MSVC 64 Bit ?
Replies: 14
Views: 815

Re: FW and Telegram

Hello Mr. Silvio.Falconi I also used hb_tip at first, but ported back to the standard COM Library provided by Windows. I use Windows 10 and Windows 11 and Windows Server 2019 and there is working fine with my software. I am thinking of implementing it ...
by CharlesKwon
Fri Sep 30, 2022 2:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW and Telegram
Replies: 13
Views: 1056

Class TNeuralNetwork for Harbour

This is another Class TNeuralNetwork for Harbour that I have ported from Python code :-)

https://github.com/FiveTechSoft/TNeuralNetwork

Original Python work by Matt Mazur
by Antonio Linares
Mon Sep 12, 2022 6:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class TNeuralNetwork for Harbour
Replies: 16
Views: 1562

Re: FullTextSearch

Hello, please ask Mr. Rao. He has been working on this feature and has ported from Fivewin to mod harbour. The function is working fine. Please post here about your work. Show some screens, what you are doing, etc. It is so important that we promote mod harbour ...
by Otto
Thu Mar 17, 2022 6:54 pm
 
Forum: mod_harbour
Topic: FullTextSearch
Replies: 7
Views: 654

Re: how to scan a barcode presents in a jpeg file

... it. Google colab let us quickly test opencv (most examples are in python and C++) and then, once you are satisfied with the results, the code gets ported to C++ or you call python from your Harbour app Here we have a full example in C++, but we can simplify it very much: https://stackoverflow.com/questions/56068886/how-to-configure-c-zbar-scanner-to-decode-only-qr-code-data-type
by Antonio Linares
Thu Jan 20, 2022 8:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to scan a barcode presents in a jpeg file
Replies: 11
Views: 643

Re: Your EXE into a Web app

... great idea, but there are essential differences in the operating systems, and because of that, many advanced windows features in FWH could not be ported to the Mac. Perhaps the same ends up being true on the other systems we would like to use to present our programs. A lot of hard work has been ...
by TimStone
Mon Oct 15, 2018 8:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Your EXE into a Web app
Replies: 41
Views: 9047

Re: Artificial intelligence - Class TPerceptron

David Miller C++ code ported to Harbour:

viewtopic.php?p=202115#p202115

Don't miss to try your first neural network :-)
by Antonio Linares
Fri May 26, 2017 8:05 pm
 
Forum: AI Introduction (Harbour code and samples)
Topic: Artificial intelligence - Class TPerceptron
Replies: 29
Views: 7875

Re: FWHMARIADB Samples

I ported my starting membership program from local to online with this sample. The Xbrowse is working nice... But Scoping is not clear. I use this in normal program. This draws a button for every team our club has, and when ...
by Marc Venken
Fri May 05, 2017 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 20546

Re: Shellexecuteex is ported to FW / Harbour ?

I Implemented it this way for FWPPC (FiveWin for Pocket PC) long time ago: I have not tested it but it may work. Use it as WaitRunEx() with the same params as WaitRun() #pragma BEGINDUMP#include <windows.h>#include <hbapi.h>LPWSTR AnsiToWide( LPSTR cAnsi );LPSTR WideToAnsi( L...
by Antonio Linares
Sat May 14, 2016 8:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shellexecuteex is ported to FW / Harbour ?
Replies: 1
Views: 446

Shellexecuteex is ported to FW / Harbour ?

Hello

I need execute the web explorer and wait until this close.

With WaitRun() using "Rundll32" dont work

ShellExecute() open but return the control to program.

I read that ShellexExecuteEx has more control but i think this is not ported to FW / Harbour.

Any one has it?

Regards
by hidroxid
Sat May 14, 2016 7:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Shellexecuteex is ported to FW / Harbour ?
Replies: 1
Views: 446

Re: A Forum-error ( PHP ) ?

... then try to import the entire SQL backup file. But I guess that all the addons that we have currently installed on our forums, should have to be ported to the new phpbb version and we may need new versions of them too. In the meantime, if we could find the right flag to set from phpbb admin panel ...
by Antonio Linares
Thu Jan 21, 2016 9:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Forum-error ( PHP ) ?
Replies: 50
Views: 7069

Re: Error with UDP-socket

I have reported to group!
In the meanwhile i ported to Harbour and the error is gone....... :D
by byte-one
Mon Jan 18, 2016 10:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error with UDP-socket (Only in xHarbour!)
Replies: 5
Views: 788

Re: ADO RDD xHarbour

... IF SOMETHING FAILS ) 3)Attach adordd.prg to your project Compile and link. You should be able to run your app agter the uplaod of all tables. I ve ported last Monday a big app just like that. 1) Steps mentioned above 2) Overnight to upload all the tables to MYSQL 3) Its running and being tested ...
by AHF
Thu Oct 29, 2015 2:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446347
Next

Return to advanced search