I am trying to use JNI to integrate a .C code with my Java project.
While trying to generate the .dll file using vcvars32.bat in visual studio 2017 it gives me an error
After sometime of searching and failing I had to generate it by VS13 vsvars32.bat note that vsvars not VS17's vcvars that generated 32-bit dll and because my platform is 64-bit I had to install and switch to 32-bit JVM and problem is resolved.