Hi

Moises Romero wrote:
> 
> HB_FUNC( unload ) 
> {
>   int i, k ;
>   char j, str[ 241 ];
> 
>   for( i = 0; i < 240; i++ )
>     str[ i ] = '0';
> 
>   for( i = 0; i < op_tot; i++ )
>     for( j = 0; j < 40; j += 2 )
>       for( k = 0; k < menu[ i ].so_tot; k++ ) {
>         if ( menu[ i ].so_abs[ k ] == j / 2 ) {
>           str[ i * 40 + j + 0 ] = '0' + ( ( menu[ i ].so_let[ k ] & 2 ) >>
> 1
> ) ;
>           str[ i * 40 + j + 1 ] = '0' + ( menu[ i ].so_let[ k ] & 1 ) ;
>         }
>       }
>   _retc( str );
> }
> 

HB_FUNC( unload )  => HB_FUNC( UNLOAD )

Regards
Pritpal Bedi

-- 
View this message in context: 
http://www.nabble.com/Unresolved-External-_HB_FUN_-tp24688825p24693015.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to