vs, there was a problem generating 64-bit dll from a 32-bit cPP project.
Web solutions usually change the solution platform to x64, but because the 32-bit dll library is called in this project, changing the project environment to 64-bit won"t work.
so, is there a way to generate 64-bit dll? from a 32-bit project without modifying the project environment?
ask something about jni:
because you need to use jni technology, you try to generate a 64-bit dll file from a 32-bit project. Is there an alternative?