Search found 31 matches

by oknbs
Thu Dec 13, 2012 3:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: C Struct -> Harbour Using Help!!
Replies: 2
Views: 584

Re: C Struct -> Harbour Using Help!!

Thank you for your answer Antonio. :)

oknbs.
by oknbs
Mon Dec 10, 2012 5:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: C Struct -> Harbour Using Help!!
Replies: 2
Views: 584

C Struct -> Harbour Using Help!!

Dear All C Struct -> Harbour Using Help!! Harbour Function from C structure to assign a value. The value read from the Harbour Function C struct is different. 1) passed Value: 10 2) read Value: 2 /* Harbour Sample Function */ Function Main()    ...      oWnd:bCommNotify = { | pParam, nValue | EventN...
by oknbs
Thu Apr 12, 2012 8:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: Too many DEF file names Link Error
Replies: 2
Views: 604

Re: Too many DEF file names Link Error

Dear Antonio!

Thank you very much. ^.^

Tomas.
by oknbs
Thu Apr 12, 2012 2:23 am
Forum: FiveWin for Harbour/xHarbour
Topic: Too many DEF file names Link Error
Replies: 2
Views: 604

Too many DEF file names Link Error

Dear Harbour & Fivewin Users Harbour 3.1 + Fivewin 12.03 + Bcc5.82 Compile & Link Tools Too many DEF file name Link Error "Fatal: Too many DEF file names: C:\Bcc582\lib\psdk\psapi.lib" psapi.lib delete, rasapi32.lib error # Make directives ##########################################...
by oknbs
Tue Sep 09, 2008 3:28 pm
Forum: FiveWin for Pocket PC
Topic: FWPPC 2008-08 Compile Error Help!!!
Replies: 4
Views: 1019

Thank you for answer Antonio.

I downloaded the FWPPC - Fivewin for Pocket PC in August 2008 and I encountered the error.
Maybe I think the file in fivetechsoft.com/software/fwppc/ isn't new version.

oknbs.
by oknbs
Tue Sep 09, 2008 3:01 pm
Forum: FiveWin for Pocket PC
Topic: FWPPC 2008-08 Compile Error Help!!!
Replies: 4
Views: 1019

Thank you for answer Antonio.

Do I have to remove bottom source?

REQUEST HB_GT_GUI
procedure HB_GTSYS() ; return
procedure FW_GT ; return

oknbs
by oknbs
Tue Sep 09, 2008 2:18 pm
Forum: FiveWin for Pocket PC
Topic: FWPPC 2008-08 Compile Error Help!!!
Replies: 4
Views: 1019

FWPPC 2008-08 Compile Error Help!!!

FWPPC 2008-08 Compile Error Help!!! Fivewin for for Pocket PC - April 2007 Harbour development power Compiling... Harbour devel build 1.1-1 Intl. Copyright 1999-2007, http://www.harbour-project.org/ Compiling 'tudpsocket.prg' and generating preprocessed output to 'tudpsocket.ppo'... Generating C sou...
by oknbs
Mon Aug 18, 2008 2:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Wave Function CALLBACK HandleEvent
Replies: 18
Views: 3223

Thank you for your answer Antonio.

The process you mentioned worked and I managed to make the problem go away.

Thank you very much.

oknbs.
by oknbs
Mon Aug 18, 2008 11:01 am
Forum: FiveWin for Harbour/xHarbour
Topic: Wave Function CALLBACK HandleEvent
Replies: 18
Views: 3223

Thank you for your answer Antonio. I already checked every C function and they are normally run. The problem is the process of HandleEvent( nMsg, nWParam, nLParam ). The CALLBACK_WINDOW which is processed in waveInOpen function don't give the value of WIM_OPEN, WIM_DATA to defined HandleEvent. oknbs.
by oknbs
Mon Aug 18, 2008 3:02 am
Forum: FiveWin for Harbour/xHarbour
Topic: Wave Function CALLBACK HandleEvent
Replies: 18
Views: 3223

Dear Antonio. There wasn't any error after I add the "CLASSDATA lRegistered AS LOGICAL" Code. But the HandleEvent did not run. Attached is my source code. #include "Fivewin.ch" #define MM_WOM_OPEN 955 /* waveform output */ #define MM_WOM_CLOSE 956 #define MM_WOM_DONE 957 #define ...
by oknbs
Thu Aug 14, 2008 9:41 am
Forum: FiveWin for Harbour/xHarbour
Topic: Wave Function CALLBACK HandleEvent
Replies: 18
Views: 3223

Thank you for your answer Antonio.

I added "CLASSDATA lRegistered AS LOGICAL" and the problem go away.

Tahnk you.

oknbs.
by oknbs
Thu Aug 14, 2008 1:16 am
Forum: FiveWin for Harbour/xHarbour
Topic: Wave Function CALLBACK HandleEvent
Replies: 18
Views: 3223

Thank you for your answer. ::Create() => Cannot create window or control Error! METHOD New( oWnd ) CLASS TWave DEFAULT oWnd := GetWndDefault() ::nId = ::GetNewId() ::oWnd = oWnd ::nStyle = nOR( WS_CHILD, WS_VISIBLE ) ::Register() if !Empty( oWnd:hWnd ) ::Create() oWnd:AddControl( Self ) else oWnd:De...
by oknbs
Wed Aug 13, 2008 6:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Wave Function CALLBACK HandleEvent
Replies: 18
Views: 3223

Wave Function CALLBACK HandleEvent

Dear Harbour User I want to make a simple Voice Recoder by using WaveInOpen and WaveOutOpen Function. I set CALLBACK to WINDOW (the Function is as follows) and I tried to receive MM_WIN_OPEN, MM_WIN_DATA of HandleEvent. But I don't know what to set the Class Name of CreateWindow. I really need your ...
by oknbs
Sun Jun 15, 2008 12:45 am
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin for xHarbour ( MSVC ) Compile or Link Error!
Replies: 15
Views: 6290

Thank you for answer, Antonio

It is solved.

Thank you very much.

oknbs.
by oknbs
Sat Jun 14, 2008 3:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin for xHarbour ( MSVC ) Compile or Link Error!
Replies: 15
Views: 6290

Thank you for answer, Antonio

I used source code below.

double __HUGE = 0;
double _HUGE = 0;

But both of them encountered same error below.

rtl.lib(math.obj) : error LNK2001: unresolved external symbol __HUGE

oknbs.