* [Caml-list] Interface C
@ 2003-09-12 7:53 David Baelde
[not found] ` <16225.33745.45477.324037@karryall.dnsalias.org>
0 siblings, 1 reply; 2+ messages in thread
From: David Baelde @ 2003-09-12 7:53 UTC (permalink / raw)
To: caml-list
J'interface actuellement la libsmbclient.
Pour faire bien, je me force à respecter les règles
du manuel ... Je me cogne à des plaintes de gcc qui
me sont incompréhensibles.
csmbclient.c:102: warning: return type defaults to `int'
csmbclient.c: In function `ocaml_open':
csmbclient.c:103: warning: unused variable `caml__dummy_file'
Ces erreurs ne sont pas fatales, mais j'aimerais m'en
passer !
La variable file est une value, passée en argument à
ocaml_open, et déclarée avec CAMLparam. L'alerte
signifie-t-elle que la déclaration CAMLparam est
inutile dans ce cas ?
Merci.
--
David Baelde
Etudiant en Info à l'ENS Lyon
_______
.^. O
/V\ .°
// \\
/( )\
^^-^^
-------------------
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] Interface C
[not found] ` <16225.33745.45477.324037@karryall.dnsalias.org>
@ 2003-09-12 8:38 ` David Baelde
0 siblings, 0 replies; 2+ messages in thread
From: David Baelde @ 2003-09-12 8:38 UTC (permalink / raw)
To: caml-list
Second jeu de questions, puisque j'ai un expert sous la main :
(merci pour les réponses aux premières questions, ça marche mieux)
***
if (auth_callback_caml) remove_global_root (&auth_callback_caml) ;
register_global_root (&auth_callback_caml) ; // a chaque fois ?
auth_callback_caml = fn ;
***
Dans le manuel, il est dit que register doit etre appelée la première
fois. Il m'a quand meme semblé plus naturel de dire au GC que je lache
la vieille closure, puis que j'en enregistre une nouvelle. Ya-t-il un
problème avec ce code ?
Les CAMLprim sont les fonctions destinées à etre appelées en caml, ou
bien les fonctions qui utilisent des value ?
Merci encore.
--
David
-------------------
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-09-12 8:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-12 7:53 [Caml-list] Interface C David Baelde
[not found] ` <16225.33745.45477.324037@karryall.dnsalias.org>
2003-09-12 8:38 ` David Baelde
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).