Re: jcc dll loading error

2012-05-27 Thread Mark Finkelstein
That solved it; I worked through and set up everything to work consistently with msvc. It now compiles, but I'm having trouble finding any good jcc examples. I tried the following: import jcc import CMMCore3 vm=jcc.initVM() vm.attachCurrentThread() print vm.isCurrentThreadAttached() core=CMMCo

Re: jcc dll loading error

2012-05-27 Thread Andi Vajda
On May 27, 2012, at 6:30, Mark Finkelstein wrote: > That solved it; I worked through and set up everything to work consistently > with msvc. It now compiles, but I'm having trouble finding any good jcc > examples. I tried the following: Take a look at PyLucene test cases and examples. > import