Matthew Willis writes:
 > Hi!  I am experimenting with poker-eval using my favorite language,  
 > Factor. ( http://factorcode.org )
 > 
 > In the docs, it says that EVAL_N and the other evaluators are  
 > available in inline and callable form.  How does one access the  
 > callable versions?  I have so far been able to invoke the  
 > StdDeck_stringToCard parser and other functions, but can't seem to  
 > locate the symbol for StdDeck_StdRules_EVAL_N using nm.

        Problem is : it's a static inline defined in the eval.h header.
It's therefore not in the generated library binary.

 > Do I need to supply special parameters to ./configure?

        There is no flag. A patch is needed. It may be enough
to create a set of callable functions that call the various static
inlines. 

        Cheers,

-- 
+33 1 76 60 72 81  Loic Dachary mailto:[EMAIL PROTECTED]
http://dachary.org/loic/gpg.txt sip:[EMAIL PROTECTED]

_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users

Reply via email to