hello
everybody
I am writing a jni wrapper for c++ api's
the c++ dll is on linux, so i get a .so shared library.
I am working on windows, using vc++ 6.0.
can i include the .so shared library in my workspace in vc++.
when i do it i get the error
libStrategy.so : fatal error LNK1136: invalid or corrupt file
can you plz give me some solution.
is that , windows and linux having conflict:-)