On Mon, 27 Oct 2008, Szak�ts Viktor wrote:

Hi Viktor,

> Many thanks I didn't know this. It's now removed.

Thank you.
BTW This:
   #pragma TEXTHIDDEN=<nMethod>
also works.
Now only <nMethod> = 0 (disable) and 1 works.
In the future we may add other methods.
Anyhow if you want to distribute some PCODE with hidden internals
then I suggest to generate .hrb file and encode it using some
stronger algorithm. Then at runtime you can simply load it by:

   static s_hrbHandle
   cHrbBody := memoread( cHrbFile )
   cHrbBody := my_decode( cHrbBody )
   s_hrbHandle := hb_hrbLoad( cHrbBody )

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

Reply via email to