Writing a Win32 DLL in C++ for Oracle extproc
I was recently tasked with writing a Win32 DLL containing functionality to be used by Oracle procedures and functions via extproc. This post describes the steps required to achieve this using Microsoft Visual Studio 2005 and Oracle 10g. More »
Tags: c++, extproc, Oracle, visual studio, win32 dll