Ask a Question related to Sun Solaris, Design and Development.
-
kenneth kahn #1
Defering External Function resolution
On a Solaris 8 system running CC v6.2 if I have an external function
defined as
extern "C" int xxxx(char *, int *);
How do I link this such that LD doesn't complain if the library that
actually contains xxxx isn't available via LD_LIBRARY_PATH. The
containing library is currently optional and may not be installed on
the system; I've tried using dlopen/dlsym and that sort of works, but
this has it owne set of problems not related to this so I can't really
use them.
Is there an equivalent to lazyload for the actual link step?
kenneth kahn Guest
-
Search function for external html content
Hi all, i have got a Flash Projector which is to be deployed on DC/DVD rom. I am using an XML menu to load various chapters and sections of html... -
Calling an external javascript function from within Flash
Hello all: I'm a bit of a newbie in Flash, so if this has been adressed elsewhere, please forgive cause I can't find it. I would like to be... -
Get JPG Resolution in ASP
Hi all, I am using the File System Object to get a list of photo through a specified path : Dim fso, ffolder, ffile, fc, fproperity, strOut,... -
DPI vc resolution
Hi all, I've taken two photos in 640x480 mode and in 1024x768. The real size of the photos is the same (I mean the pictures are absolutletely the... -
loadMovie - calling function of external .swf upon load
Hello! Here's a problem that's probably been asked a million times, although I haven't been able to find a good solution to my particular case...



Reply With Quote

