From a7f6fb235546ee24c8d2ebc76ad2f944f7ca065e Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:14:25 +0000 Subject: Utilisateur : Fcolin Date : 3/10/02 Heure : 10:55 Créé Commentaire: (vss 1) --- comIvy/comIvy.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 comIvy/comIvy.cpp (limited to 'comIvy/comIvy.cpp') 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") ]; -- cgit v1.1 From 03869dbf5673b92b0140ebe69beb0bacba21506e Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:14:26 +0000 Subject: Utilisateur : Fcolin Date : 18/04/03 Heure : 15:43 Archivé dans $/Bus/comIvy Commentaire: ajout GetDomain (vss 2) --- comIvy/comIvy.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'comIvy/comIvy.cpp') diff --git a/comIvy/comIvy.cpp b/comIvy/comIvy.cpp index 1c24f87..e2b9c93 100644 --- a/comIvy/comIvy.cpp +++ b/comIvy/comIvy.cpp @@ -4,7 +4,7 @@ #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}", +[ module(dll, version=2.0, uuid = "{E1FEC2E8-66AC-494B-B69B-851D289BD931}", name = "comIvy", - helpstring = "Bibliothèque de types comIvy 1.0", + helpstring = "Bibliothèque de types comIvy", resource_name = "IDR_COMIVY") ]; -- cgit v1.1 From c61976ebf37e05f8001ae7d091a846e5f57200bf Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:14:28 +0000 Subject: Utilisateur : Fcolin Date : 18/04/03 Heure : 15:46 Archivé dans $/Bus/comIvy Commentaire: (vss 3) --- comIvy/comIvy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comIvy/comIvy.cpp') diff --git a/comIvy/comIvy.cpp b/comIvy/comIvy.cpp index e2b9c93..209693b 100644 --- a/comIvy/comIvy.cpp +++ b/comIvy/comIvy.cpp @@ -4,7 +4,7 @@ #include "resource.h" // L'attribut du module a provoqué l'implémentation automatique de DllMain, DllRegisterServer et DllUnregisterServer -[ module(dll, version=2.0, uuid = "{E1FEC2E8-66AC-494B-B69B-851D289BD931}", +[ module(dll, uuid = "{E1FEC2E8-66AC-494B-B69B-851D289BD931}", name = "comIvy", helpstring = "Bibliothèque de types comIvy", resource_name = "IDR_COMIVY") ]; -- cgit v1.1