%1 is not a valid Win32 application
问题 I want to make a .dll in Qt, and to use generated .dll in a Java project in Eclipse. I've followed this tutorial to create a working dll. The full code that works is given below: jniProjectExample_JniExample.h /* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> /* Header for class jniProjectExample_JniExample */ #ifndef _Included_jniProjectExample_JniExample #define _Included_jniProjectExample_JniExample #ifdef __cplusplus extern "C" { #endif /* * Class: jniProjectExample