On Wed, 17 Sep 2008 11:41:42 +0200, you wrote:

>Hi Toninho,
>
>> #pragma BEGINDUMP
>>
>> #include "windows.h"
>> #include "hbapi.h"
>>
>> HB_FUNC( RDDSYS )
>> {
>>  hb_ret();
>> }
>>
>> #pragma ENDDUMP
>
>Just an off-topic recommendation. For an equivalent, but
>speedier, shorter and - Harbour-only - _portable_ code,
>you should - instead of the above - consider using this:
>---
>PROCEDURE RDDSYS()
>     RETURN
>---
>or even (but this is only 99% equivalent):
>---
>ANNOUNCE RDDSYS

Thanks for teach me Viktor.  BTW, this bug appeared only after MT
implementation.

Regards,

Toninho.






_______________________________________________________
Yahoo! Mail - Sempre a melhor opção para você!
Experimente já e veja as novidades.
http://br.yahoo.com/mailbeta/tudonovo/
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to