Search found 107 matches

by yunbg1
Sun May 15, 2022 12:27 am
Forum: FiveWin for Harbour/xHarbour
Topic: I have a question because of an error.
Replies: 0
Views: 55521

I have a question because of an error.

Hi. Antonio Linares. I have a question because of an error. Why am I getting this error? test.prg //---------------------------------------------------------------------------------------- aSay := "" DEFINE WINDOW oWnd FROM 0, 0 TO x, y TITLE "CONTROL" @ 1, 1 GET oSay VAR aSay ME...
by yunbg1
Tue Jun 02, 2020 4:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Hi Antonio Linares
Replies: 0
Views: 5135

Hi Antonio Linares

"webexp.prg" sample work for me so don't worry about this sample :)

But I don't know why this doesn't work so can you explain to me detail "AcroPDF.PDF.1"


Thank you
by yunbg1
Thu May 28, 2020 11:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to do my question ?
Replies: 2
Views: 619

Re: How to do my question ?

#include "FiveWin.ch" //--------------------------------------------------------------------------------------------------- FUNC Test() publ oWnd_Main, oDlgW, oActiveX publ cEvents := "" DEFINE WINDOW oWnd_Main FROM 0, 0 TO 48, 128  TITLE "PDF.Print"       //sample #1 ...
by yunbg1
Thu May 28, 2020 5:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to do my question ?
Replies: 2
Views: 619

How to do my question ?

Dear Antonio Linares.

How to do my question ?

When using activeX "AcroPDF.PDF.1"
How to receive event (current status) in activeX?

For example, I want to know the event or status value when the printWithDialog () window is closed.

Thank you.
by yunbg1
Wed Mar 21, 2018 4:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: communication port error.
Replies: 3
Views: 911

Re: communication port error.

Very well.
Thank you.
by yunbg1
Mon Mar 19, 2018 2:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: communication port error.
Replies: 3
Views: 911

communication port error.

Hi Antonio Linares.

The serial port is com1 and com2 ... com9
communication port good init.


com11 and com12 ... com port > 10
communication port error.

How do you use it?

fwh 18.02

regards
by yunbg1
Fri Feb 05, 2016 2:38 pm
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux on Raspberry Pi compile Error.
Replies: 10
Views: 5791

Re: FiveLinux on Raspberry Pi compile Error.

I decided to use a gtk3.0 (only Gcc)
(I have a FIVE-LIB Linux Version.), which is not compatible
Thank you Antonio.
by yunbg1
Thu Feb 04, 2016 1:01 am
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux on Raspberry Pi compile Error.
Replies: 10
Views: 5791

Re: FiveLinux on Raspberry Pi compile Error.

/usr/bin/ld: skipping incompatible compiling... Harbour 3.2.0dev (r1602011355) Copyright (c) 1999-2016, http://harbour-project.org/ Compiling 'testbrow.prg'... Lines 1141, Functions/Procedures 1 Generating C source output to 'testbrow.c'... Done. compiling... Harbour 3.2.0dev (r1602011355) Copyright...
by yunbg1
Wed Feb 03, 2016 11:50 am
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux on Raspberry Pi compile Error.
Replies: 10
Views: 5791

Re: FiveLinux on Raspberry Pi compile Error.

The latest harbour(Raspberry pi) version. ?
Where do I get download ?
by yunbg1
Wed Feb 03, 2016 4:38 am
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux on Raspberry Pi compile Error.
Replies: 10
Views: 5791

Re: FiveLinux on Raspberry Pi compile Error.

My build /home/pi/fwh/samples/build.sh //-------------------------------------------------------- clear echo compiling... /home/pi/harbour/bin/harbour $1 -n -I/home/pi/fwh/include -I/home/pi/harbour/include -I/usr/include/mysql $2 echo compiling C module... gcc $1.c -c -I/home/pi/fwh/include -I/home...
by yunbg1
Tue Feb 02, 2016 4:49 pm
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux on Raspberry Pi compile Error.
Replies: 10
Views: 5791

Re: FiveLinux on Raspberry Pi compile Error.

harbour/include/hbdefs.h
Line 237:

/*Convenience */
typedef HB_UCHAR HB_BYTE;

Yes.
by yunbg1
Tue Feb 02, 2016 1:01 am
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux on Raspberry Pi compile Error.
Replies: 10
Views: 5791

FiveLinux on Raspberry Pi compile Error.

Hi Antonio. compiling... Harbour 3.2.0.dev (Rev. 17919) Copyright (c) 1999-2012, http://harbour-project.org/ Compiling 'testbrow.prg'... Lines 1141, Functions/procedures 1 Generating C source output to 'testbrow.c'... Done. compiling C module... testbrow.c:In fonction 'HB_FUN_MAIN': testbrow.c:48:2:...
by yunbg1
Fri Jul 03, 2015 6:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: I have fwh. version 10.11 -- Gif error.
Replies: 3
Views: 987

Re: I have fwh. version 10.11 -- Gif error.

ACTIVATE DIALOG oWnd CENTERED ON INIT gif_load() VALID iif( GetKeyState( 27 ), .f., .t. )

FUNC gif_load()
local oGif
@ 868, 912 GIF oGif FILE ".\test.gif" SIZE 358, 75 OF oWnd ADJUST
RETU NIL

it`s working very well.
Thank you AntoninoP.
by yunbg1
Thu Jul 02, 2015 3:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: I have fwh. version 10.11 -- Gif error.
Replies: 3
Views: 987

Re: I have fwh. version 10.11 -- Gif error.

Thank it`s working very well.
by yunbg1
Thu Jul 02, 2015 6:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: I have fwh. version 10.11 -- Gif error.
Replies: 3
Views: 987

I have fwh. version 10.11 -- Gif error.

Hi all. DEFINE WINDOW..... @ 337,237 GIF oGif FILE ".test.gif" SIZE 145, 35 OF oWnd ADJUST It`s gonna be working well. DEFINE DIALOG... @ 337,237 GIF oGif FILE ".test.gif" SIZE 145, 35 OF oWnd ADJUST It will happened like these error. Called from DIALOGBOXINDIRECT(0) Called from ...