Browse thread
[Caml-list] compiling PXP , OCAMLNET AND PCRE to win32
-
PJ Durai
-
Gerd Stolpmann
- Markus Mottl
-
Yutaka OIWA
-
Markus Mottl
- Lionel Fourquaux
- Yutaka OIWA
-
Markus Mottl
-
Gerd Stolpmann
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2002-08-17 (21:11) |
From: | Lionel Fourquaux <lionel.fourquaux@w...> |
Subject: | RE: PCRE on Win32-VC (Re: [Caml-list] compiling PXP , OCAMLNET AND PCRE to win32) |
> From: owner-caml-list@pauillac.inria.fr [mailto:owner-caml- > list@pauillac.inria.fr] On Behalf Of Markus Mottl > Sent: Saturday, August 17, 2002 10:23 PM > To: Yutaka OIWA > Cc: caml-list@inria.fr > Subject: Re: PCRE on Win32-VC (Re: [Caml-list] compiling PXP , OCAMLNET > AND PCRE to win32) > > > ## Does someone have a good knowledge of dynamic linking in Win32? > > ## I have almost no knowledge of it. > > Sorry, I don't have the slightest idea, but suppose that it is > conceptually similar to other systems. > Yes, but sometimes you must remember that the implementation is very different: Unix dynamic linking is something like a delayed link. Windows DLLs are already fully linked and use a table of pointers for imported symbols, and the indirection is usually hidden by the C compiler (using special attributes for these symbols). -- Lionel Fourquaux ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners