>> Unless you may find more information, yes I prefer we revert this change.
>
> Ok, done.

Many thanks Jose. FWIW I suggest that you remove that change from Xailer 
too, so that we may finally discover if its truly needed and why.

BTW,:

   SysAllocStringLen( L"\0", 1 );

is redundant, you only need:

   SysAllocStringLen( L"", 1 );

Ron 


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to