There have always been multiple reasons to avoid Java for writing scripts. It was not surprising that Java was not the most appropriate language for scripting because it was never intended to be a ...
I'd like to export C++ classes and functions from dll and import the symbols to an exe. I know that I can use __declspec( dllexport ), but want to know how is it done using the .def file.