Does anybody know if this is possible and how to go about it?
There is a library I need to use that is only available on windows - just a number cruncher, shouldn't be any graphics/gui/system stuff in it. Pass some data in, get some data out.
Basically, I have C++ code, built on Linux with the Gnu toolchain. I want to be able to call some functions from a Windows DLL
There is a library I need to use that is only available on windows - just a number cruncher, shouldn't be any graphics/gui/system stuff in it. Pass some data in, get some data out.
Basically, I have C++ code, built on Linux with the Gnu toolchain. I want to be able to call some functions from a Windows DLL