SLib32

What exactly is in SLib32? If a program crashes while executing code in
that library, what could it be possibly doing there?

  • Mario

Mario Charest wrote:

What exactly is in SLib32? If a program crashes while executing code in
that library, what could it be possibly doing there?

  • Mario

System lib (ie. calls like qnx_hint_attach, getpid() which aren’t Watcom
C but aren’t directly kernel calls). The part of the init/bootstrap of
an executable is done (obviously to tie the lib to the binary) and to
provide a entry point for a 32bit process.


Cheers,
Adam

QNX Software Systems
[ amallory@qnx.com ]

With a PC, I always felt limited by the software available.
On Unix, I am limited only by my knowledge.
–Peter J. Schoenster <pschon@baste.magibox.net>

On Tue, 16 Nov 2004 09:52:40 -0500, Adam Mallory <amallory@qnx.com> wrote:

System lib (ie. calls like qnx_hint_attach, getpid() which aren’t Watcom
C but aren’t directly kernel calls).
Is it possible to obtain a custom version of Slib32 which would have

“__slib_func” entry for “__prtf.o” stub (and prtf.o, scnf.o) with proper
int64 support? Lets call it “Slib64”.
How much might it cost?

Tony.