Search found 31 matches: oknbs

Return to advanced search

Re: C Struct -> Harbour Using Help!!

Thank you for your answer Antonio. :)

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

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:28 pm
 
Forum: FiveWin for Pocket PC
Topic: FWPPC 2008-08 Compile Error Help!!!
Replies: 4
Views: 988

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 3:01 pm
 
Forum: FiveWin for Pocket PC
Topic: FWPPC 2008-08 Compile Error Help!!!
Replies: 4
Views: 988

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 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wave Function CALLBACK HandleEvent
Replies: 18
Views: 3167

Oknbs,

I think that you should change this line:

if HB_WaveInOpen( @hWaveIn, oWnd:hWnd ) >= 0

into

if HB_WaveInOpen( @hWaveIn, ::hWnd ) >= 0
by Antonio Linares
Mon Aug 18, 2008 11:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wave Function CALLBACK HandleEvent
Replies: 18
Views: 3167

... 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 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wave Function CALLBACK HandleEvent
Replies: 18
Views: 3167

Oknbs,

Please place some traces using MsgBeep(), MsgInfo() and LogFile() to check in which parts of your code the execution is going trough.

You can also use OutputDebugString() to check traces on an external dbwin32 utility
by Antonio Linares
Mon Aug 18, 2008 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wave Function CALLBACK HandleEvent
Replies: 18
Views: 3167

... hb_parnl(1) ) ); } //---------------------------------------------------------------------------// #pragma ENDDUMP oknbs.
by oknbs
Mon Aug 18, 2008 3:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wave Function CALLBACK HandleEvent
Replies: 18
Views: 3167

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 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wave Function CALLBACK HandleEvent
Replies: 18
Views: 3167

Oknbs,

Maybe "TWave" is an already used class in Windows. Then please try it this way:

::Create( "TMyWave" )
by Antonio Linares
Thu Aug 14, 2008 7:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wave Function CALLBACK HandleEvent
Replies: 18
Views: 3167

... endif ::aBuffer[1] := HB_WaveInitBuffer() ::aBuffer[2] := HB_WaveInitBuffer() RETURN Self oknbs.
by oknbs
Thu Aug 14, 2008 1:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wave Function CALLBACK HandleEvent
Replies: 18
Views: 3167

Thank you for answer, Antonio

It is solved.

Thank you very much.

oknbs.
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: 6714

Oknbs,

It seems as there is a better solution:

Please link VC98 LIBC.lib too
by Antonio Linares
Sat Jun 14, 2008 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin for xHarbour ( MSVC ) Compile or Link Error!
Replies: 15
Views: 6714

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.
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: 6714

Oknbs,

Use only one underscore "_":

double _HUGE = 0;

not __HUGE

The compiler adds the second one :-)
by Antonio Linares
Sat Jun 14, 2008 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin for xHarbour ( MSVC ) Compile or Link Error!
Replies: 15
Views: 6714
Next

Return to advanced search