13,005
回編集
編集の要約なし |
編集の要約なし |
||
116行目: | 116行目: | ||
// CppCLI.cpp | // CppCLI.cpp | ||
#include "stdafx.h" | #include "stdafx.h" | ||
#include " | #include "CppCLI.h" | ||
// CppCLI.h | // CppCLI.h | ||
125行目: | 125行目: | ||
using namespace CSharpDLL; | using namespace CSharpDLL; | ||
namespace | namespace CppCLIDll | ||
{ | { | ||
public ref class DoWork | public ref class DoWork | ||
139行目: | 139行目: | ||
__declspec(dllexport) void ShowMessageBox(int *value) | __declspec(dllexport) void ShowMessageBox(int *value) | ||
{ | { | ||
CppCLIDll::DoWork work; | |||
work.ShowCSharpMessageBox(value); | work.ShowCSharpMessageBox(value); | ||
} | } |