summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:14:25 +0000
committerfcolin2007-02-01 13:14:25 +0000
commita7f6fb235546ee24c8d2ebc76ad2f944f7ca065e (patch)
treee1f2b62668373c69606579b05454791b74299a6a
parente2c203d741e07b3dab1660ded00d7b17b59ddd16 (diff)
downloadivy-cplusplus-a7f6fb235546ee24c8d2ebc76ad2f944f7ca065e.zip
ivy-cplusplus-a7f6fb235546ee24c8d2ebc76ad2f944f7ca065e.tar.gz
ivy-cplusplus-a7f6fb235546ee24c8d2ebc76ad2f944f7ca065e.tar.bz2
ivy-cplusplus-a7f6fb235546ee24c8d2ebc76ad2f944f7ca065e.tar.xz
Utilisateur : Fcolin Date : 3/10/02 Heure : 10:55 Créé Commentaire: (vss 1)
-rw-r--r--comIvy/comIvy.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/comIvy/comIvy.cpp b/comIvy/comIvy.cpp
new file mode 100644
index 0000000..1c24f87
--- /dev/null
+++ b/comIvy/comIvy.cpp
@@ -0,0 +1,10 @@
+// comIvy.cpp : implémentation des exportations de DLL.
+
+#include "stdafx.h"
+#include "resource.h"
+
+// L'attribut du module a provoqué l'implémentation automatique de DllMain, DllRegisterServer et DllUnregisterServer
+[ module(dll, uuid = "{E1FEC2E8-66AC-494B-B69B-851D289BD931}",
+ name = "comIvy",
+ helpstring = "Bibliothèque de types comIvy 1.0",
+ resource_name = "IDR_COMIVY") ];