Okay, so the error isn't really with building hbxbp, but with demoxbp.
I will delete these calls in a next commit.

Brgds,
Viktor

On 2010 Apr 19, at 15:47, jparada wrote:

> 
> Hi, 
> 
> 
> Viktor Szakáts wrote:
>> 
>> These functions were deleted, delete them also 
>> from your own source code, or use the up to date 
>> version of all the Harbour libs.
>> 
> 
> Sorry, unfortunately I still have the same problem I have now done a clean
> install (rev.14347) and continued getting the same error about these
> functions, when I try to compile hbxbp\tests\hbmk2 hbxbp.prg.
> 
> And this is part demoxbp.prg file content (at least mine), lines 242 to 254:
> 
> /* Very important - destroy resources */
>   HBXBP_DEBUG( "----------------------------------------------" )
>   HBXBP_DEBUG( "Before    ::oDlg:destroy()", memory( 1001 ),
> hbqt_getMemUsed() )
>   HBXBP_DEBUG( "----------------------------------------------" )
> 
>   oDlg:destroy()
>   oHTM := NIL
> 
>   HBXBP_DEBUG( "----------------------------------------------" )
>   HBXBP_DEBUG( "After     ::oDlg:destroy()", memory( 1001 ),
> hbqt_getMemUsed() )
>   HBXBP_DEBUG( "----------------------------------------------" )
> 
> HBXBP_DEBUG( "------------------------------ WOW
> ---------------------------------" )
> 
> Thanks
> 
> Best Regards 
> Javier Parada 
> 
> -- 
> View this message in context: 
> http://old.nabble.com/Functions-missing-hbxbp-%28rev.14343%29-tp28280506p28287680.html
> Sent from the Harbour - Dev mailing list archive at Nabble.com.
> 
> _______________________________________________
> Harbour mailing list (attachment size limit: 40KB)
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to