Search found 264 matches: compilation

Return to advanced search

Re: Silvo .. changes to your xMate environment

... %PRG% /m /n /gc0 /w0 /es2 /a /i%HB_INC_INSTALL%   Thanks Rick Lipkin main.hil is not an error, it does not create errors with the compilation of xmate, I used it for the translation of words because not everyone knows that in harbor there is the I18n function that translates automatically. ...
by Silvio.Falconi
Tue Apr 30, 2024 6:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. changes to your xMate environment
Replies: 26
Views: 334

Re: Silvo .. changes to your xMate environment

   /a /m /n /gc3 /w3 /es2  Using these FLAGS, the compiler does not miss any error COMMAS, if you declare a variable and do not use it, the compilation will not pass. Incredible. It's a lot of work, but it's worth it, as your code is super clean of errors. Usando estas BANDERAS el compilador ...
by Silvio.Falconi
Tue Apr 30, 2024 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. changes to your xMate environment
Replies: 26
Views: 334

Re: Silvo .. changes to your xMate environment

... /m /n /gc3 /w3 /es2  Using these FLAGS, the compiler does not miss any error COMMAS, if you declare a variable and do not use it, the compilation will not pass. Incredible. It's a lot of work, but it's worth it, as your code is super clean of errors. Usando estas BANDERAS el compilador ...
by karinha
Tue Apr 30, 2024 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. changes to your xMate environment
Replies: 26
Views: 334

Re: Crear librerias de Harbour BCC74 Me genera error

... *** [pp.inst] Error 2config/dir.mk:68: recipe for target 'src.inst' failedwin-make.exe: *** [src.inst] Error 2 Here is my compilation PATH: SET PATH=d:\devel\bcc77_64\BINSET HB_INSTALL_PREFIX=d:\devel\harbour_bcc77_64REM SET HB_WITH_PCRE=D:\devel\pcreSET HB_WITH_CURL=D:\devel\curl-8.6.0_1-win64-mingw\includeSET ...
by sygecom
Mon Mar 25, 2024 4:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear librerias de Harbour BCC74 Me genera error
Replies: 28
Views: 6922

Re: WebView2 sample

... error cannot be related to the Windows version. I think something is missing in the FiveWin link script here. He is getting the error during compilation. For me, the WEBVIEW also works with Windows Server 2012 - I think it corresponds to Windows 10. Best regards, Otto
by Otto
Mon Jan 29, 2024 7:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 sample
Replies: 16
Views: 1224

Re: Help splitting up a character address string

... and outputs another text file in a different language's syntax. Features: It offers file inclusion, substitution facilities, and conditional compilation. Modularity: Harbourino enables splitting complex functions or classes into smaller, manageable files. For example, you can have a separate ...
by Otto
Wed Nov 15, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 631

Re: OVERRIDE

... CLASS <!Class!> __objAddData( <Class>():classH, #<Message> ) EXTEND DATA aDefaultCols IN CLASS TPreview not run make error on compilation ut_over_Bro.prg(8) Error E0007 Missing => in #translate/#command ut_over_Bro.prg(9) Error E0030 Syntax error "syntax error at '<'" ...
by Silvio.Falconi
Mon Nov 13, 2023 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OVERRIDE
Replies: 8
Views: 653

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: 108530

Re: xHarbour.org updated!

... 0)RETURN NIL// FIN - kapiabafwh@gmail.com  Regards, saludos. Karinha had an error in the compilation but I managed to resolve it. The example I posted is for testing purposes only. I need to use https to register the load and it cannot be ...
by wartiaga
Mon Sep 18, 2023 9:43 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 39069

How to resolve this? lack functions

Compilation errors: I've done this other times, and I can't solve it :-( Generating C source output to '\tmp\sisrev5H\versao.c'... Done.    c:\bcc74\bin\bcc32 -c -tWM -I\sis\fsql901\include;\fwh2212\include;\harbour\include;\bcc74\include ...
by Ari
Thu Jun 22, 2023 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to resolve this? lack functions
Replies: 5
Views: 333

hbmk2 and #ifdef

trying to switch from xHarbour to Harbour

Have a lot of
Code: Select all  Expand view
#ifdef __NOXHBCOM__
    ...
#endif

in my source prg.

How do I configure go.bat/hbmk2.hbp so that conditional compilation respects '__NOXHBCOM__'?
by frose
Sat Jun 03, 2023 7:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 and #ifdef
Replies: 2
Views: 151

Re: Function from mod_harbour to Harbour

I wasn't able to "

It lacks knowledge to assemble, it uses Apache's Lib and a compilation error appears..

:cry:
by Ari
Fri Apr 28, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function from mod_harbour to Harbour
Replies: 6
Views: 342

Re: Notepad++ / Harbour

Reinaldo, With VSCode and Harbour, you can show the configuration files for compilation and for working syntax and functions. In the forum there are several examples but I have not been able to work them. Con VSCode y Harbour, en el foro he visto mucha informacion ...
by albeiroval
Wed Mar 22, 2023 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Notepad++ / Harbour
Replies: 8
Views: 1481

Re: Incremental compilation with Make Borland 5.5

Obrigado Antonio

Vou tentar com hbmk2.exe.
by Ari
Thu Feb 09, 2023 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Incremental compilation with Make Borland 5.5
Replies: 2
Views: 206

Re: Incremental compilation with Make Borland 5.5

Dear Ari,

I would suggest you using Harbour's hbmk2.exe
by Antonio Linares
Thu Feb 09, 2023 12:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Incremental compilation with Make Borland 5.5
Replies: 2
Views: 206
Next

Return to advanced search