On Wed, 19 May 2010, Petr Chornyj wrote:

Hi,

> Yes, because rmchart.dll no p-code dll. You can use the function hb_libLoad
> and Co only with p-code dll.

It's not true.
hb_libLoad() can and should be used to any type of libraries.
It doesn't matter if they contain PCODE or not.
The important extension in hb_libLoad() is that it allows
to safely load any libraries when pure wrappers to LoadLibrary()
WIN API may cause HVM corruption so it's recommended to always
use it.

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

Reply via email to