Optimisation potential in page DYLIBSYMBOL

Forum for discussion about the documentation project.
Post Reply
TJF
Posts: 3809
Joined: Dec 06, 2009 22:27
Location: N47°, E15°
Contact:

Optimisation potential in page DYLIBSYMBOL

Post by TJF »

In the upper part of the page (Syntax, Usage, Parameters) the first parameter is named library.

Later (Description) it's called libhandle.

From my point of view libhandle is the proper choise. Anyway, the same terminology should be used all over that page, and related pages DYLIBLOAD / DYLIBFREE.
fxm
Moderator
Posts: 12081
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Re: Optimisation potential in page DYLIBSYMBOL

Post by fxm »

Yes.
I'll take care of it today.
fxm
Moderator
Posts: 12081
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Re: Optimisation potential in page DYLIBSYMBOL

Post by fxm »

Done:
- KeyPgDylibsymbol → fxm [replaced 'library' with 'libhandle' as variable name for the 'Any Ptr' handle of a DLL]
- KeyPgDylibfree → fxm [replaced 'library' with 'libhandle' as variable name for the 'Any Ptr' handle of a DLL]
- ProPgSharedLibraries → fxm [replaced 'library' with 'libhandle' as variable name for the 'Any Ptr' handle of a DLL]
D.J.Peters
Posts: 8586
Joined: May 28, 2005 3:28
Contact:

Re: Optimisation potential in page DYLIBSYMBOL

Post by D.J.Peters »

filename sould be replaced with libname

"libMath.so" = filename
DyLibLoad("Math") = libname

"Math.dll" = filename
DyLibLoad("Math") = libname

...

Joshy
fxm
Moderator
Posts: 12081
Joined: Apr 22, 2009 12:46
Location: Paris suburbs, FRANCE

Re: Optimisation potential in page DYLIBSYMBOL

Post by fxm »

OK, done:
- KeyPgDylibload → fxm [replaced 'filename' with 'libname' as library name]
Post Reply