From 46a2415de1bd97c73527922a748af5455a1c6a0e Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Sun, 1 Aug 2010 22:14:12 +0300 Subject: first working --- modules/example/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/example/main.cpp') diff --git a/modules/example/main.cpp b/modules/example/main.cpp index a4c0ee6..76a004d 100644 --- a/modules/example/main.cpp +++ b/modules/example/main.cpp @@ -28,7 +28,7 @@ extern "C" __declspec(dllexport) PLUGININFO* SetPluginInfo() extern "C" int __declspec(dllexport) Load() { - std::cout<<"core run every code in this function.\n"; + MessageBoxA(0, "Plugin Example Succesful loaded", "INFO", MB_OK); return 0; //all ok, retrun 0 } -- cgit v1.2.3