Search found 723 matches

by HunterEC
Mon Aug 21, 2017 6:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE issue
Replies: 2
Views: 653

Re: XBROWSE issue

Thank you Rick. How can I make the oBrw:cSeek visible at the bottom of the browse ?
by HunterEC
Sun Aug 20, 2017 5:05 am
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio:
Replies: 1
Views: 408

To Antonio:

Antonio:

When I link the FiveWin debugger on my app, and it boots up, pressing F6 or choosing Debugger / Go it asks me if I want to exit the debugger. Is this normal ?

Thank you very much !!!
by HunterEC
Sun Aug 20, 2017 3:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE issue
Replies: 2
Views: 653

XBROWSE issue

Guys:

If I DON'T use gradients, the following command displays the oBrw:cSeek data in high white over blue:
@ 250,10 SAY oBrw:oSeek PROMPT oBrw:cSeek SIZE oBrw:nWidth,10 PIXEL OF oDlg ; COLOR CLR_WHITE, CLR_HBLUE

As soon as I issue a SetDlgGradient(...) the blue background does not show up. What ...
by HunterEC
Mon Jun 12, 2017 4:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler problem.
Replies: 2
Views: 454

Re: Compiler problem. (Solved)

Perfect !!!! Thank you very much !!!
by HunterEC
Mon Jun 12, 2017 5:41 am
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler problem.
Replies: 2
Views: 454

Compiler problem.

Guys:

I'm getting the following error:
.\test.PRG(320) Error E0030 Syntax error "syntax error at 'áá'"** error 1 ** deleting .\obj\test.OBJ

offending line:
:bClrStd := { || { CLR_WHITE, IIF( Es_status == "P", CLR_HBLUE, CLR_HGREEN ) } }

Harbour 3.2.0 ...
by HunterEC
Thu Apr 06, 2017 4:39 am
Forum: FiveWin for Harbour/xHarbour
Topic: RC converter
Replies: 2
Views: 649

RC converter

Guys:

1. Is there any program that read an RC and generates the code ?

2. Any program that can help us create the forms and generate the source code (so I can avoid using RCs) ?


Thank you very much !
by HunterEC
Sun Feb 26, 2017 6:32 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Respetuosamente: Carta abierta a TODOS los miembros del foro
Replies: 10
Views: 12617

Respetuosamente: Carta abierta a TODOS los miembros del foro

Compañeros y amigos:

English version: http://forums.fivetechsupport.com/posting.php?mode=edit&f=3&p=198894

Espero que TODOS se encuentren bien. En julio 2017 el equipo FW va a ser el anfitrión del 1ra Conferencia Internacional FWH + [x]Harbour 2017 . Aquí está el enlace: http://forums ...
by HunterEC
Mon Feb 20, 2017 3:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Respectfully: Open letter to ALL FW forum members
Replies: 23
Views: 6102

Respectfully: Open letter to ALL FW forum members

Guys:

Versión en español: http://forums.fivetechsupport.com/viewtopic.php?f=3&t=33705

Hope you all are doing ok. Next July the FW team will host the 1st FWH + [x]Harbour 2017 international conference .
Here's the link: http://forums.fivetechsupport.com/viewtopic.php?f=3&t=33515

This will be an ...
by HunterEC
Mon Feb 20, 2017 3:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SetFocus question.
Replies: 15
Views: 3817

Re: SetFocus question.

Having this at the bottom of my main FW .PRG gives me 2 compiler errors, eventhough it links and creates the executable (EXE).

Embarcadero C++ 7.00 for Win32 Copyright (c) 1993-2015 Embarcadero Technologies, Inc.test.c:Error E2451 test.prg 304: Undefined symbol 'buffer' in function HB_FUN ...
by HunterEC
Thu Feb 16, 2017 4:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler error
Replies: 1
Views: 475

Compiler error

Guys:

As per Antonio's instructions I put this code at the end of my main PRG but I'm getting a compiler error:
#pragma BEGINDUMP#include <windows.h>#include <hbapi.h>HB_FUNC&#40; GETCONSOLEWINDOW &#41;&#123; hb_retnll&#40; GetConsoleWindow&#40;&#41; &#41;;&#125;#pragma ENDDUMP

Generating C ...
by HunterEC
Thu Feb 02, 2017 9:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: premature EXECUTION error
Replies: 7
Views: 1723

Re: To Antonio: premature EXECUTION error

No SWITCH command anywhere.

I compiled with the buildh.bat and included the other modules (PRGs) at the end of the main PRG with:
#include "Filename.prg"
and it's running perfectly.

There has to be something with the MAK file. Thank you very much Antonio and Felix !!!

PD: Antonio, can you ...
by HunterEC
Thu Feb 02, 2017 5:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: premature EXECUTION error
Replies: 7
Views: 1723

Re: To Antonio: premature EXECUTION error

Baxajaun:

Thank you for your help. I took a look at the post but I don't use any Excel related functions or fonts. I searched my FW & Harbour folders and I don't have any file called "FileXLS.ch". Contrary to the post that you mention, the program crashes at line 0 in the first module. Any ideas ?
by HunterEC
Thu Feb 02, 2017 4:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: premature EXECUTION error
Replies: 7
Views: 1723

To Antonio: premature EXECUTION error

Antonio:

The link process goes ok, it builds the program, but when I called the program, it shows the following error. Can you take a look at it ? Thank you !

ERROR MESSAGE:
=========== Path and name: C:\Apps\REPMENU\repmenu.exe &#40;32 bits&#41; Size: 3,870,208 bytes Compiler version: Harbour 3 ...
by HunterEC
Thu Feb 02, 2017 2:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Link script error.
Replies: 5
Views: 1217

Re: Link script error (solved).

Baxajaun:

Thank you very much for your help. I found the problem:

Code: Select all | Expand

  $(BCDIR)\bin\ilink32 -Gn -aa -Tpe -s -jOBJ\ @b32.bc


The

Code: Select all | Expand

-jOBJ\
was missing.
by HunterEC
Thu Feb 02, 2017 11:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: Link script error.
Replies: 5
Views: 1217

Re: Link script error.

Baxajaun:

Thank you for your response. Now I'm getting the following error:

Code: Select all | Expand

Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc.
Fatal: Unable to open file 'NETWORK.OBJ'

** error 2 ** deleting REPMENU.EXE


Any ideas ?