// VCDLLTest.cpp : DLL アプリケーション用にエクスポートされる関数を定義します。 // #include "stdafx.h" int myAdd( int a, int b ) { return a + b; }