> I have a JNI wrapper for Poker-eval. But I urgently need one for
> Omaha-evaluator. I was using a package probably written by u for
> Poker-eval which went fine. But I guess I won't be able to do that
> for Omaha. I tried doing that in the lines of Poker-eval but it
gave
> me linker errors. Probably the libpoker.lib doesnot support using
the
> methods in omaha_eval.h. Can u plz give me the implementation .cpp
> and the header.h and the required .lib. I urgently need it.
>
> thx in advance,
> Arindam.
Arindam,
You're probably right about the cause of the problem. When I added
the draft JNI support, I only implemented it for unix-style
environments. The JNI/Omaha layer works fine under unix. I don't
have a Windows system handy to port the changes, though I think they
may be limited to just the makefiles. You may be able to do the
port yourself by comparing the Windows and Unix makefiles. If you
do, please share your improvements with me and I will incorporate
them into the source.
I'm glad that you have found the pokersource code useful so far.
Are you working on an interesting project?
Good luck,
Michael M