Compiling Custom Security adapter C++ code files to dll file using Visual studio 2013
I have downloaded Oracle's Custom Security Adapter SDK, and I would like to implement the sample security adapter in my environment given in the SDK. The readme file that comes with the SDK simply states that the cpp files need to be compiled into a dll file, but offers no specifics on how to do so. I have tried compile the file using Visual studio 2013
It failed with a variety of errors. Has anyone else implemented one of the example adapters given in the SDK? And if so, how did you get the dll file compiled?