Need admin help with unsubscribe

2011-01-09 Thread Imre András
Hello all, Sorry for posting this, but unsubscribe did not work for me. Please refer to my second attempt below. The first was on 01/12/2010. Thanks, András --Eredeti üzenet-- Dátum:2010. december 7., kedd, 02:16:57 Feladó: Imre András ia...@freemail.hu Tárgy

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

2010-10-27 Thread Imre András
Andi Vajda va...@apache.org írta: Using JCC in your project is a two-step process. First get JCC to generate the C++ wraper code for the Java code you want access to. This is, hopefully, well documented on the JCC site [1]. Then take that generated code tree and the necessary JCC runtime

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

2010-10-24 Thread Imre András
not track or see them referenced in JCCEnv.cpp, really. Thanks, András Andi Vajda va...@apache.org írta: On Oct 21, 2010, at 4:39, Imre András ia...@freemail.hu 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

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:

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

2010-10-21 Thread Imre András
Hi Chris, I did it on MS VS 2008, too. class JCCEnv * env still can not be resolved. Regards, András Christian Heimes li...@cheimes.de írta: 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

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

2010-10-21 Thread Imre András
, András Imre András ia...@freemail.hu írta: 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