comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » IDL 5.4 and gifs
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: HOW [message #23660 is a reply to message #23491] Mon, 05 February 2001 22:55 Go to previous messageGo to previous message
marc schellens[1] is currently offline  marc schellens[1]
Messages: 183
Registered: January 2000
Senior Member
Mark Chan wrote:
>
> Anyone dare to answer my questions? Email me directly if needed. What is the
> function of .so file and what is it's intended use?
>
> MC

Hi Mark,

a .so file is a so called 'dynamic library' (and .a file a static
library there
are also some .la files, but I don't know what they are or what all
those extensions mean,
somebody out there who knows?) at Solaris and Linux at least.
The same (or similar) as a .dll file under windows.
A dynamic library is a file which contains parts of a program, which are
only
loaded to memory when actually needed by the program.
I.e. a library must be referenced by the (binary) program (here 'idl' or
'idlde')
to be of any use.
So the answer to your question is no, you cannot use any (binary) part
of an
old IDL version with a new version, unless you change (patch) the binary
file.
But to do this you need lots of knowledge about the binary (and .so
files ;-)

For compeltelyness: a static libray is a part of the program which is
directly
included in the program, so only needed during building the program.

cheers,
:-) marc
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to get list of printers on NT?
Next Topic: Re: speed comparison of IDL, numPy, Matlab

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 09:07:14 PDT 2025

Total time taken to generate the page: 0.95304 seconds