TestDLL2.cpp 111 B

12345678
  1. #include "TestDLL.h"
  2. extern "C"
  3. __declspec(dllexport) void Test4(int a, int b)
  4. {
  5. TestMe tm;
  6. tm.GetIt(222);
  7. }