Search found 267 matches: compilation

Return to advanced search

Re: File .MAK

Hello Mr. Navarro,

This is the Prgs compilation line:

.prg.obj:
$(HBDIR)\bin\harbour $< /L /N /W /Oobj\ /I$(FWDIR)\include;$(HBDIR)\include
$(BCDIR)\bin\bcc32 -c -tWM -I$(HBDIR)\include -oobj\$& obj\$&.c


Att.

Oliveiros Junior
by oliveiros junior
Mon Jul 08, 2019 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: File .MAK
Replies: 4
Views: 402

Re: Problema con filtros

Macro compilation fails when the expression uses local variables. Test: #include "fivewin.ch"REQUEST DBFCDX#define CTOBLOCK( e )  &( "{||" + e + "}" )function Main()  ...
by nageswaragunupudi
Sat May 25, 2019 4:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con filtros
Replies: 8
Views: 936

Re: Building Harbour + BCC7.3

... to reflect the relocation 3. Overwrite unicows.lib in \bc7\lib\psdk with the one in \harbour\lib\3rd\win\bcc. If this is not done halfwy during compilation it'll abort saying unicows.dll not found
by hua
Fri Apr 19, 2019 3:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour + BCC7.3
Replies: 2
Views: 508

Re: Mejoras para scintilla

... Ya solucione lo de actualizar las rutas, con update path :-) estoy en la configuracion de Harbour. A la izquierda. la opcion. Execute tool before compilation. Mi ruta de Fivewin seria c:\fwh, pero no tengo el fichero fwh.bat ? C:\Fwh\mfwh.bat Saludos Jose. No te hace falta, es un ejemplo de que ...
by cnavarro
Sat Apr 13, 2019 9:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1038
Views: 873866

Re: Mejoras para scintilla

Hola Cristobal:

Ya solucione lo de actualizar las rutas, con update path :-)

estoy en la configuracion de Harbour.
A la izquierda. la opcion.
Execute tool before compilation. Mi ruta de Fivewin seria c:\fwh, pero no tengo el fichero fwh.bat ?

C:\Fwh\mfwh.bat

Saludos

Jose.
by jvtecheto
Sat Apr 13, 2019 7:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1038
Views: 873866

xHarbour and Pelles C 7.0

... #include <richedit.h> In that case, the application won’t compile (error #endif before #if) . When I erase those lines from RC file, compilation is successfully completed and the application is functioning. Is there any solution to the problem? Best regards!
by mtajkov
Thu Apr 11, 2019 11:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour and Pelles C 7.0
Replies: 0
Views: 461

Re: FiveLinux, Harbour en OpenSuse Leap 42.1 x86_64

... No package 'libglade-2.0' found source/internal/lnx.c:5:25: fatal error: glade/glade.h: No such file or directory #include <glade/glade.h> ^ compilation terminated. Makefile:101: recipe for target 'objc/lnx.o' failed make: *** [objc/lnx.o] Error 1
by jamil
Sun Mar 24, 2019 1:16 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux, Harbour en OpenSuse Leap 42.1 x86_64
Replies: 8
Views: 3076

Re: Introducing FiveTech's fivedit

... of the prgs. Now you can choose the lexer you want to apply to any file as long as the "Automatic Lexers" option is not selected. - Compilation improvements with MinGw - Several minor bug fixes
by cnavarro
Sun Mar 17, 2019 12:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 111613

Re: PHP vs PYTHON

... in PHP is one of the best: Composer. It works with all framworks and is used by everybody. Last versions have roworked the JIT compiler, making compilation sth of the past. Python is multipurpose, so it can be used for desktop apps, but enjoy dealing with different platforms and stuff that even ...
by Carlos Mora
Mon Mar 11, 2019 9:02 pm
 
Forum: Off Topic / Otros temas
Topic: PHP vs PYTHON
Replies: 13
Views: 3472

Re: Mejoras para scintilla

---------------------------------- NEW VERSION -------------------------

Improvement compilation in 64 bits

https://bitbucket.org/fivetech/fivewin- ... IVEDIT.EXE
by cnavarro
Thu Feb 21, 2019 1:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1038
Views: 873866

Re: Introducing FiveTech's fivedit

---------------------------------- NEW VERSION -------------------------

Improvement compilation in 64 bits

https://bitbucket.org/fivetech/fivewin- ... IVEDIT.EXE
by cnavarro
Thu Feb 21, 2019 1:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 111613

Re: FW_GetMonitor() doesn't work

Mr. Cristobal I do not think that is his problem. He is getting compilation errors with getsysin.prg. Mr. Frose Please try commenting these lines in getsysin.prg and try DECLARE_HANDLE(HMONITOR);typedef struct tagMONITORINFO{    DWORD ...
by nageswaragunupudi
Mon Jan 28, 2019 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_GetMonitor() doesn't work
Replies: 25
Views: 3104

Re: Qué es lo erróneo?

... function with non-reserved name was requested 2 - tomado del manuel de xHarbour The #if..#elif..#else..#endif directives are used for conditional compilation. They work analogous to the IF..ELSEIF..ELSE..ENDIF statements, but are resolved by the preprocessor, rather than the compiler. In contrast ...
by FranciscoA
Tue Jan 15, 2019 5:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Qué es lo erróneo?
Replies: 9
Views: 2056

Re: fwh Dec 17 vs Fwh Nov 18

Dear Nages, Compilation I not create the ResizeControlsKey functions, Franklin Demont is the author Execution: >I built the program with both 18.11 and 17.12 on my PC. They both look the same and behave the same. >I could ...
by Silvio.Falconi
Mon Dec 24, 2018 3:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh Dec 17 vs Fwh Nov 18 RESOLVED!!
Replies: 8
Views: 1461

Re: fwh Dec 17 vs Fwh Nov 18

Compilation: 1) Every function should return a value. The function ResizeControlsKey(...) does not return any value. Please correct this. I modified it as RETURN NIL for testing. 2) Variables TIPVAR in TabletCalc and lFont ...
by nageswaragunupudi
Mon Dec 24, 2018 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh Dec 17 vs Fwh Nov 18 RESOLVED!!
Replies: 8
Views: 1461
PreviousNext

Return to advanced search