Search found 107 matches

by yunbg1
Tue Oct 26, 2010 5:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: fwh 10.09 link error ?
Replies: 19
Views: 7085

fwh 10.09 link error ?

Hi Antonio . fwh 10.09 link error message..... used vc2008. Fivehm.lib(VALBLANK.obj) : error LNK2001: _HB_FUN_HB_TTOC unresolved external symbol. Fivehm.lib(WBROWSE.obj) : error LNK2001: _HB_FUN___DBSKIPPER unresolved external symbol. FiveHcm.lib(FONTS.obj) : error LNK2001: _hb_storvc unresolved ext...
by yunbg1
Thu Apr 29, 2010 10:03 am
Forum: FiveLinux / FiveDroid (Android)
Topic: How to get directories included in Directory()
Replies: 2
Views: 1358

Re: How to get directories included in Directory()

aDir := Directory("/home/", "D",, .t.)

for i := 1 to len(aDir)
if aDir[i, 5] == "D"
? "Directory"
else
? file
endii
next
by yunbg1
Fri Apr 09, 2010 8:14 am
Forum: FiveLinux / FiveDroid (Android)
Topic: Serial Port
Replies: 4
Views: 1519

Re: Serial Port

serial_test.prg //----------------------------------------------------------------- serial_fd := SERIAL_OPEN("/dev/ttyUSB0") //"/dev/ttyUSB0" ->USB Serial ///dev/ttyS0 == com1 0x3f8 ///dev/ttyS1 == com2 ///dev/ttyS2 == com3 ///dev/ttyS3 == com4 ? SERIAL_WRITE(serial_fd, "Te...
by yunbg1
Wed Mar 31, 2010 3:04 am
Forum: FiveLinux / FiveDroid (Android)
Topic: How Font size... The application method.
Replies: 0
Views: 542

How Font size... The application method.

Hi...

linux APP.. Font size..Must embody ?.

Thank you..
by yunbg1
Mon Mar 08, 2010 2:24 am
Forum: FiveWin for Pocket PC
Topic: To Antonio.
Replies: 3
Views: 932

Re: To Antonio.

Hi Antonio.

so then, in Wince5.0, the App program has to be working, isn't it ?

Thank you.
by yunbg1
Fri Mar 05, 2010 4:11 am
Forum: FiveWin for Pocket PC
Topic: To Antonio.
Replies: 3
Views: 932

To Antonio.

Hi Antonio.

(CPU) AU1250 MIPS 600MHZ Process & (OS) WINCE 5.0

From development is possible ?

Thank you.
by yunbg1
Sun Feb 21, 2010 9:50 am
Forum: FiveWin for Harbour/xHarbour
Topic: Activex 'Shell.Explorer' control keyboard..???
Replies: 1
Views: 384

Activex 'Shell.Explorer' control keyboard..???

Hi All. Does the keyboard direction height do to be how control. DEFINE DIALOG oWnd_h FROM 0, 0 TO 768, 1024 PIXEL COLOR CLR_BLUE, CLR_BLUE STYLE nOr( WS_POPUP, WS_VISIBLE ) TITLE "KeyBoard CTRL"        html_h := "http://test/index.php"        @ 0, 0 ACTIVEX oActiveX_h PROGID &qu...
by yunbg1
Thu Feb 04, 2010 4:33 am
Forum: FiveLinux / FiveDroid (Android)
Topic: Ubuntu compile error.
Replies: 2
Views: 953

Re: Ubuntu compile error.

Thank you. Antonio Linares
regards, saludos
by yunbg1
Thu Feb 04, 2010 1:20 am
Forum: FiveLinux / FiveDroid (Android)
Topic: Ubuntu compile error.
Replies: 2
Views: 953

Ubuntu compile error.

Hi all. What error. I'm using Ubuntu 9.10 -------------Source code------------------------------------- #include "FiveLinux.ch" FUNCTION Main() CLEAR @2,2 SAY "Hello World" @4,0 SAY "Hit any key to continue" INKEY(0) CLEAR RETURN NIL ----------------compile shell error ...
by yunbg1
Sun Dec 06, 2009 10:29 am
Forum: FiveWin for Harbour/xHarbour
Topic: c++ HIMAGELIST return XBROWSE ?
Replies: 5
Views: 1534

Re: c++ HIMAGELIST return XBROWSE ?

Thank you so much !
I was working for 2~3 days because of that problem
I did what you told me and it is really working well now
Thank you for the answer!

regards

Yunbg1.
by yunbg1
Sun Dec 06, 2009 1:29 am
Forum: FiveWin for Harbour/xHarbour
Topic: c++ HIMAGELIST return XBROWSE ?
Replies: 5
Views: 1534

Re: c++ HIMAGELIST return parameter ?

How can i accept ICON handle ..... xBrowse class use ?. xBrowse -> oBrw:aCols[ 1 ]:bStrImage := {|oCol, oBrw| oBrw:aRow[ 2 ] } <----- C return (ico) ? ? ? //--------------------------------------------- #include "fivewin.ch" Function Main() local ico, oIcon, oWnd aArr_g := {} for nI := 1 t...
by yunbg1
Sat Dec 05, 2009 9:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: c++ HIMAGELIST return XBROWSE ?
Replies: 5
Views: 1534

Re: c++ HIMAGELIST return parameter ?

Mr. Daniel Garcia-Gil

Thanks gives too in quick answer back.
by yunbg1
Sat Dec 05, 2009 2:54 am
Forum: FiveWin for Harbour/xHarbour
Topic: c++ HIMAGELIST return XBROWSE ?
Replies: 5
Views: 1534

c++ HIMAGELIST return XBROWSE ?

Hi all. How can i get return 'HIMAGELIST' ? Will do how and the possibility which will receive this 'hImageList' is? ico := ICON_EXEREAD("test.exe") DEFINE ICON oIcon RESOURCE ico DEFINE WINDOW oWnd FROM 0, 0 TO 10, 10 TITLE "Test" ICON oIcon ACTIVATE WINDOW oWnd HB_FUNC( ICON_EX...
by yunbg1
Thu May 21, 2009 9:41 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH9.04 Activex Error....OCX the function exists justly insi
Replies: 3
Views: 829

Re: FWH9.04 Activex Error....OCX the function exists justly insi

This is "OCX function" long CNKiosk_mgr:: nKioskMGRprocAppCommand (short cmd, LPCTSTR txBuf, long txLen, LPCTSTR rxBuf, long* rxLen, short optFlag) { long result; static BYTE parms[] = VTS_I2 VTS_BSTR VTS_I4 VTS_BSTR VTS_PI4 VTS_I2; InvokeHelper(0x4, DISPATCH_METHOD, VT_I4, (void*)&res...
by yunbg1
Thu May 21, 2009 2:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH9.04 Activex Error....OCX the function exists justly insi
Replies: 3
Views: 829

Re: FWH9.04 Activex Error....OCX the function exists justly insi

Hi Antonio. OCX the function exists justly inside. Try to receive OCX anger works above. Continuously like this error is born. There isn't what kind of method. buildh.bat Compile. - FWH9.04 + BCC55 + HARBOUR1.1.0 //C++ Header----------------------------- #include "stdafx.h" #include "...