JRiftLibrary.dll issue and how to fix it
Closed this issue · 0 comments
spfundst commented
I'm working on a java project and I'm using JRift Library for it. I've created my own 64bit version of the DLL library, but still it only worked on my workstation at home (where I've Visual Studio installed), not on my netbook. I just found out what's the problem. When you create the library (no matter if 32bit or 64bit) in DEBUG mode, there are dependecies to at least one other DLL. This DLL is part of Visual Studio. That's the reason why it only works on system with VS installed. When using the RELEASE mode during the creation of the JRiftLibrary.dll, everything works fine...
Btw, thank you for JRift! ;-)