[Gtkradiant] q3map2: malloc in patch.c && jni wrapper
    gerhard.maier at schulz-engineering.com 
    gerhard.maier at schulz-engineering.com
       
    Wed Nov 10 05:02:10 CST 2004
    
    
  
hi,
well to clarify my last post: there's a malloc/free missing in 
PatchMapDrawSurfs..
and: i've surroundend the main class with a wrapper dll for jni (java 
native interface) to call
q3map2 as a dll. is there a possibility to include it into the main branch 
with something like
//-----------------------------------------------
#ifdef BUILDJNI
JNIEXPORT void JNICALL Java_my_quake3_builder_JNIQ3Map2_Q3Map2
  (JNIEnv *env, jobject job, jstring jargv)
...
#endif BUILDJNI
//-----------------------------------------------
:) java got a lousy support for remote invocation of applications...
thanks
    
    
More information about the Gtkradiant
mailing list