Re: Unresolved external symbol errors when linking example native c++ code that uses jcc

2010-10-21 Thread Andi Vajda
On Oct 21, 2010, at 4:39, Imre András wrote: Hi list, I intend to use jcc to ease calling Java code from native code. I managed to build and install it. Now I try to build my first test code from within MS VS 2010 Win32 console app project. Despite setting up the libs and includes I sti

Re: Trouble installing pyLucene on FreeBSD

2010-10-21 Thread Andi Vajda
On Oct 20, 2010, at 22:32, "Gav..." wrote: -Original Message- From: Andi Vajda [mailto:va...@apache.org] Sent: Saturday, 9 October 2010 11:32 AM To: pylucene-dev@lucene.apache.org Subject: Re: Trouble installing pyLucene on FreeBSD On Oct 8, 2010, at 18:20, "Gav..." wrote: -

Re: Unresolved external symbol errors when linking example native c++ code that uses jcc

2010-10-21 Thread Christian Heimes
Am 21.10.2010 13:39, schrieb Imre András: > Hi list, > > I intend to use jcc to ease calling Java code from native code. I managed to > build and install it. Now I try to build my first test code from within MS VS > 2010 Win32 console app project. Despite setting up the libs and includes I > st

Unresolved external symbol errors when linking example native c++ code that uses jcc

2010-10-21 Thread Imre András
Hi list, I intend to use jcc to ease calling Java code from native code. I managed to build and install it. Now I try to build my first test code from within MS VS 2010 Win32 console app project. Despite setting up the libs and includes I still get linker errors: --