* [Caml-list] [Q] How to use class on dynamic link?
@ 2003-04-18 1:36 SooHyoung Oh
2003-04-18 2:25 ` Nicolas Cannasse
0 siblings, 1 reply; 2+ messages in thread
From: SooHyoung Oh @ 2003-04-18 1:36 UTC (permalink / raw)
To: Caml-List
I tried to use class on dynamic linked modules.
I met the following errer messages:
% tst
point:f
no implementation available for CamlinternalOO
Can anyone give me any tips?
You can find the detail description on the problem in
http://www.duonix.com/~shoh/ocaml/class_dynlink.html
Thanks in advance!
---
SooHyoung Oh
-------------------
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Caml-list] [Q] How to use class on dynamic link?
2003-04-18 1:36 [Caml-list] [Q] How to use class on dynamic link? SooHyoung Oh
@ 2003-04-18 2:25 ` Nicolas Cannasse
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Cannasse @ 2003-04-18 2:25 UTC (permalink / raw)
To: SooHyoung Oh, Caml-List
> I tried to use class on dynamic linked modules.
> I met the following errer messages:
>
> % tst
> point:f
> no implementation available for CamlinternalOO
>
> Can anyone give me any tips?
You have to add the CamlinternalOO interface to the " add_interfaces" list
after Dynlink.init().
Nicolas Cannasse
-------------------
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-04-18 2:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-18 1:36 [Caml-list] [Q] How to use class on dynamic link? SooHyoung Oh
2003-04-18 2:25 ` Nicolas Cannasse
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox