Search found 28 matches

by Surasak
Sat Jul 11, 2020 1:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: IP Camera Interface via RTSP Protocal
Replies: 1
Views: 343

IP Camera Interface via RTSP Protocal

How can use FiveWin interface to IP Camera via RTSP Protocal
Anyone have the sample for playing streaming and capture the picture from 4 units IP Camera.
by Surasak
Fri Jul 05, 2013 4:38 am
Forum: FiveWin for Harbour/xHarbour
Topic: WebCam select video source
Replies: 0
Views: 283

WebCam select video source

How to select the video source in source code directly without using video control dialog, when we have more than one webcam in PC?
(fwh13.05+bcc582)
by Surasak
Mon Sep 05, 2011 8:45 am
Forum: FiveWin for Pocket PC
Topic: Display IMAGE jpg
Replies: 0
Views: 507

Display IMAGE jpg

I would like to display jpeg image file by command 'IMAGE', But class timage not including,
So I try to add source code of class timage in to my code but file 'imgdecmp.h' not found.,
Can you give me the code for display graphic file .jpg .gif etc.
by Surasak
Tue Jul 26, 2011 10:41 am
Forum: FiveWin for Pocket PC
Topic: Timer Interval
Replies: 4
Views: 1043

Re: Timer Interval

Sorry, I just found the problem. In uAction routine is ReadComm(). So, I have to set timeout faster.
by Surasak
Tue Jul 26, 2011 8:02 am
Forum: FiveWin for Pocket PC
Topic: Timer Interval
Replies: 4
Views: 1043

Re: Timer Interval

Yes, I have test nInterval with 0 to 5000, value more than 1000 is correct. But 0 to 1000 application activate same period at 1 sec.
How can activate faster than 1 sec.
by Surasak
Fri Jul 22, 2011 8:46 am
Forum: FiveWin for Pocket PC
Topic: Timer Interval
Replies: 4
Views: 1043

Timer Interval

Can I set Interval period of Timer command faster than 1000 ms. ( I have already change the interval from 1 to 1000 but result minimum is 1 sec. )
by Surasak
Wed Jul 13, 2011 9:50 am
Forum: FiveWin for Pocket PC
Topic: Function ChooseFont()
Replies: 3
Views: 969

Re: Function ChooseFont()

I try to use AddFontResource() and return=1 but no any effect with thai true type font but normal english font is OK without using AddFontResource()
by Surasak
Fri Jul 08, 2011 9:42 am
Forum: FiveWin for Pocket PC
Topic: Function ChooseFont()
Replies: 3
Views: 969

Function ChooseFont()

I cannot use some command and function for example ChooseFont and INI
I try to display thai font by add Thai TrueType Font and use command define font but not work
When I use function ChooseFont() to make array variable for define font but ChooseFont not activate anything and not any error message
by Surasak
Mon Jul 04, 2011 3:56 am
Forum: FiveWin for Pocket PC
Topic: Communication with ARM9
Replies: 6
Views: 1768

Re: Communication with ARM9

I just found my mistake,
Now I can work on it.
Thank you very much for your help
by Surasak
Sun Jul 03, 2011 3:01 pm
Forum: FiveWin for Pocket PC
Topic: Communication with ARM9
Replies: 6
Views: 1768

Re: Communication with ARM9

Program error when I use function ComSend and ComRead Tomorrow I will send you the error message
by Surasak
Sat Jul 02, 2011 10:27 am
Forum: FiveWin for Pocket PC
Topic: Communication with ARM9
Replies: 6
Views: 1768

Re: Communication with ARM9

For SetComm.prg output display .f. in msginfo() For original TestComm.prg nothing display but after I insert /////////////////////////// function main local nComm nComm=OpenCom() msginfo(str(nComm)) return nil /////////////////////////// the output is 5835267,5835523,5835779 and always change every ...
by Surasak
Thu Jun 30, 2011 9:36 am
Forum: FiveWin for Pocket PC
Topic: Communication with ARM9
Replies: 6
Views: 1768

Communication with ARM9

I just order FWPPC for running on S3C2440 Friendly ARM9 with Windows CE 5.0-6.0, When test the samples SetComm.prg return is .f. and TestComm.prg notthing happen. I try to use this code for capture the result but function OpenCom return value of hComm more than 9 and alway change. #include "FWC...
by Surasak
Thu Nov 05, 2009 2:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Windows 7
Replies: 35
Views: 6198

Problem with Windows 7

I have test my application (FWH 7.09) with Windows 7 and found some function not work (for example GetDiskFreeSpaceEx(),nSerialHD(),setdate(),settime() etc.)
Are this problem fix in FWH 9.10 ?
Actually I would like to waiting for completed unicode support version.
by Surasak
Tue Nov 20, 2007 2:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Sample ftpserv
Replies: 10
Views: 1758

It work now.

new() method in tftpsession class allso have to change return to selt too.

Thank you so much :) :) :) :) :) :) :)
S. Jintanawason
by Surasak
Tue Nov 20, 2007 9:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: Sample ftpserv
Replies: 10
Views: 1758

Class Source Code Beginning with // FiveWin InterNet FTP Server #include "FiveWin.ch" //----------------------------------------------------------------------------// CLASS TFtpServer DATA oSocket // main listening socket object DATA aSockets INIT {} // clients attending sockets objects DA...