When I try compile this code :

║311│#pragma BEGINDUMP
║312│#include "hbapifs.h"
║313│#include "hbapierr.h"
║314│
║315│/* HB_FUNC( HB_FLOCK ) */
║316│HB_FUNC( LOCKFF )
║317│{
║318│    if ( ISNUM( 1 ) && ISNUM( 2 ) && ISNUM( 3 ) && ISNUM( 4 ) )
║319│    {
║320│        hb_retl( hb_fsLock( ( FHANDLE) hb_parnl( 1 ), hb_parnl( 2 ),
║321│                            hb_parnl( 3 ), hb_parni( 4 ) ) );
║322│    }
║323│    else
║324│    {
║325│    /* hb_errRT_BASE_SubstR( EG_ARG, 9999, NULL, "HB_FLOCK", 4, */
║326│    hb_errRT_BASE_SubstR( EG_ARG, 9999, NULL, "LOCKFF", 4,
║327│                              hb_paramError( 1 ), hb_paramError( 2 ),
║328│                              hb_paramError( 3 ), hb_paramError( 4 ) );
║329│    }
║330│}
║331│#pragma ENDDUMP

I have this error message :

braki.prg(319): Error! E498: col(40) syntax error before 'hb_parnl'; 
probable cause: incorrectly spelled type name

What is "spelled" type name ?
What can I do ?

Regards,
Marek Horodyski




----------------------------------------------------------------------
Zawsze winny jest mezczyzna?! >>> http://link.interia.pl/f2084

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to