Search found 600 matches: projects

Return to advanced search

Re: Crear librerias de Harbour BCC74 Me genera error

Enrico Maria Giordano wrote:Here it is:

https://wormhole.app/Yx3Km#8rzfLimdrtHNVssygTChQA


Please, can you share your HRBFIX again?
I'm trying to use HBMK2 to compile xHarbour projects.
by sygecom
Mon Mar 25, 2024 12:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear librerias de Harbour BCC74 Me genera error
Replies: 28
Views: 2234

Re: phpBB to LLM

... building wheel for pytorch Failed to build pytorch ERROR: Could not build wheels for pytorch, which is required to install pyproject.toml-based projects C:\fwh\AI>
by alerchster
Mon Dec 25, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 3887

Re: Testing Harbour -gc3 flag

Hi Antonio, I have been using it in some my projects, I have not noticied much difference with speed. one issue that I have is when the program contain a big string I got this error using the -gc3 error C2026: string too big, trailing characters ...
by karinha
Sat Nov 18, 2023 12:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4120

Re: Testing Harbour -gc3 flag

Hi Antonio, I have been using it in some my projects, I have not noticied much difference with speed. one issue that I have is when the program contain a big string I got this error using the -gc3 error C2026: string too big, trailing characters ...
by Lailton
Sat Nov 18, 2023 3:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Testing Harbour -gc3 flag
Replies: 36
Views: 4120

Re: Introducing FiveTech's fivedit

Stable Version:
https://bitbucket.org/fivetech/fivewin- ... ivedit.exe

It did not detect DATAs defined as VAR in the Harbor classes: fixed
Compilation and linking output of MSVC projects: fixed
by cnavarro
Sat Nov 04, 2023 3:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 105356

Request : new PostgreSQL OLEDb-Provider

hi, i have search for FREE OLEDB-Provider for PostgreSQL and found at Sourceforge.net PM PostgreSQL OLEDB Files https://sourceforge.net/projects/pmpostgresqlole/files/ it include 32 / 64 Bit Version and Source --- i have regsvr32 PMDAPGS.dll and got this when call OdbcConnect() https://i.postimg.cc/N0mqp42p/Cb-Provider-Menu.jpg ...
by Jimmy
Mon Sep 11, 2023 4:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request : new PostgreSQL OLEDb-Provider
Replies: 11
Views: 660

Re: Create solid color bitmap array

... instead of combo ? https://forums.fivetechsupport.com/viewtopic.php?f=3&t=38071#p227515 I use Colorpicker for most off my projects, because if shows all different values. https://maveco.be/fivewin/colorpicker.png
by Marc Venken
Tue Jul 11, 2023 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create solid color bitmap array
Replies: 6
Views: 303

Re: Fivewin and ADO

... so it is NOT free any more ... --- i found a Version of PgOleDb.DLL at sourceforge https://sourceforge.net/projects/pmpostgresqlole/ does somebody use it :?:
by Jimmy
Sun Jun 25, 2023 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3376

Re: Seeking your thoughts

... the code" but that is not the problem. I often share code, and some cases I have share complete classes of code for others to use in their projects. HOWEVER, the code is NOT the problem. It works on every computer except one ... same code and same file. 2) I did not have the file to share. ...
by TimStone
Mon Jun 12, 2023 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Seeking your thoughts
Replies: 10
Views: 638

Re: Fastreport de Cristobal

... I have always been willing to contribute and help the community with everything that has been needed, even investing a lot of time in running projects that, following the same philosophy and idea of "open source" and "we are all going to develop, try and support", you never ...
by cnavarro
Wed May 31, 2023 1:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fastreport de Cristobal
Replies: 32
Views: 2969

Re: Fastreport de Cristobal

Sorry Carles but I disagree. I too am willing to pay for completed and functioning projects. In the past we have participated in fundraising for several projects, but I don't remember any of these ever been completed. This is why I prefer to buy Cristal Report or ...
by Maurizio
Wed May 31, 2023 7:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fastreport de Cristobal
Replies: 32
Views: 2969

cFileExt

cFile:="C:\Users\Admin\Documents\Projects\dbf\timbres.xlsx"
cExt:=Upper(cFileExt(cFile))
cExt2:="XLS"

? cExt,cExt2

? cExt == cExt2
? cExt != cExt2

En los 2 casos retorna FALSO :shock:

FiveWin 2203, xHarbour 10264
by cpheraclio
Wed May 03, 2023 10:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: cFileExt
Replies: 3
Views: 308

U-Dbu

... this system and see how build an entire application on the web. All the code is available, you can modify, delete, delete and even use it in your projects. If you want to participate in the project, create queries, doubts,..., we have a forum in https://discord.gg/bq8a9yGMWh Join us and start ...
by Carles
Sun Apr 30, 2023 9:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: U-Dbu
Replies: 17
Views: 1191

Re: Can I get object from handle?

... App where you have no Source than you need a Tool like WinID or WinSPY https://dennisbabkin.com/winid/ https://sourceforge.net/projects/winspyex/ you will get Information for Windows Class Name and also Control ID ( not for SAY = WC_STATIC )
by Jimmy
Fri Apr 14, 2023 5:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can I get object from handle?
Replies: 15
Views: 1259

Re: Problem With oRs:Requery()

... .t. )    oRs1   := oCn:RowSet( cCadSql1, { '003' } )  I get the error: Application =========== Path and name: C:\xDevStudio\Projects\Tubelite\Tubelite.EXE (32 bits) Size: ********* bytes Compiler version: Harbour 3.2.0dev (r1603082110) FiveWin version: FWH 19.12 C compiler ...
by mariordz
Mon Oct 17, 2022 10:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem With oRs:Requery()
Replies: 4
Views: 511
Next

Return to advanced search