[commit] r1560 - in trunk/GME: MgaUtil PartBrowser

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Thu Sep 29 14:35:52 CDT 2011


Author: ksmyth
Date: Thu Sep 29 14:35:49 2011
New Revision: 1560

Log:
Dont use #import auto_search: it searches the registry, which fails if Core.dll et al havent been built yet

Modified:
   trunk/GME/MgaUtil/StdAfx.cpp
   trunk/GME/MgaUtil/StdAfx.h
   trunk/GME/PartBrowser/stdafx.cpp
   trunk/GME/PartBrowser/stdafx.h

Modified: trunk/GME/MgaUtil/StdAfx.cpp
==============================================================================
--- trunk/GME/MgaUtil/StdAfx.cpp	Thu Sep 29 14:35:27 2011	(r1559)
+++ trunk/GME/MgaUtil/StdAfx.cpp	Thu Sep 29 14:35:49 2011	(r1560)
@@ -10,9 +10,10 @@
 #include <statreg.h>
 #endif
 
-#import "ParserLib.tlb" implementation_only auto_search no_namespace no_search_namespace raw_method_prefix("") high_method_prefix("__")
-#import "CoreLib.tlb" implementation_only auto_search no_namespace no_search_namespace raw_method_prefix("") high_method_prefix("__")
-#import "MgaLib.tlb" implementation_only auto_search no_namespace no_search_namespace raw_method_prefix("") high_method_prefix("__")
+#import "CoreLib.tlb" implementation_only no_namespace raw_method_prefix("") high_method_prefix("__")
+#import "MgaLib.tlb" implementation_only no_namespace raw_method_prefix("") high_method_prefix("__")
+#import "MetaLib.tlb" implementation_only no_namespace raw_method_prefix("") high_method_prefix("__")
+#import "ParserLib.tlb" implementation_only no_namespace raw_method_prefix("") high_method_prefix("__")
 
 #pragma comment(linker,"/manifestdependency:\"type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\"")
 

Modified: trunk/GME/MgaUtil/StdAfx.h
==============================================================================
--- trunk/GME/MgaUtil/StdAfx.h	Thu Sep 29 14:35:27 2011	(r1559)
+++ trunk/GME/MgaUtil/StdAfx.h	Thu Sep 29 14:35:49 2011	(r1560)
@@ -61,12 +61,12 @@
 #define wireHWND HWND
 
 // Imports
-#import "CoreLib.tlb" no_implementation auto_search no_namespace no_search_namespace raw_method_prefix("") high_method_prefix("__")
-#import "MetaLib.tlb" no_implementation auto_search no_namespace no_search_namespace raw_method_prefix("") high_method_prefix("__")
-#import "MgaLib.tlb" no_implementation auto_search no_namespace no_search_namespace raw_method_prefix("") high_method_prefix("__")
-#import "ParserLib.tlb" no_implementation auto_search no_namespace no_search_namespace raw_method_prefix("") high_method_prefix("__")
-#import "GMELib.tlb" no_implementation auto_search no_namespace no_search_namespace raw_method_prefix("") high_method_prefix("__")
-#import "MgaUtilLib.tlb" no_implementation auto_search no_namespace no_search_namespace raw_method_prefix("") high_method_prefix("__")
+#import "CoreLib.tlb" no_implementation no_namespace raw_method_prefix("") high_method_prefix("__")
+#import "MetaLib.tlb" no_implementation no_namespace raw_method_prefix("") high_method_prefix("__")
+#import "MgaLib.tlb" no_implementation no_namespace raw_method_prefix("") high_method_prefix("__")
+#import "ParserLib.tlb" no_implementation no_namespace raw_method_prefix("") high_method_prefix("__")
+#import "GMELib.tlb" no_implementation no_namespace raw_method_prefix("") high_method_prefix("__")
+#import "MgaUtilLib.tlb" no_implementation no_namespace raw_method_prefix("") high_method_prefix("__")
 
 #include "CommonImport.h"
 

Modified: trunk/GME/PartBrowser/stdafx.cpp
==============================================================================
--- trunk/GME/PartBrowser/stdafx.cpp	Thu Sep 29 14:35:27 2011	(r1559)
+++ trunk/GME/PartBrowser/stdafx.cpp	Thu Sep 29 14:35:49 2011	(r1560)
@@ -4,8 +4,8 @@
 
 #include "stdafx.h"
 
-#import "MetaLib.tlb" implementation_only auto_search no_namespace no_search_namespace raw_method_prefix("") high_method_prefix("__")
-#import "MgaLib.tlb" implementation_only auto_search no_namespace no_search_namespace raw_method_prefix("") high_method_prefix("__")
-#import "GMELib.tlb" implementation_only auto_search no_namespace no_search_namespace raw_method_prefix("") high_method_prefix("__")
-#import "MgaUtilLib.tlb" implementation_only auto_search no_namespace no_search_namespace raw_method_prefix("") high_method_prefix("__")
+#import "MetaLib.tlb" implementation_only no_namespace raw_method_prefix("") high_method_prefix("__")
+#import "MgaLib.tlb" implementation_only no_namespace raw_method_prefix("") high_method_prefix("__")
+#import "GMELib.tlb" implementation_only no_namespace raw_method_prefix("") high_method_prefix("__")
+#import "MgaUtilLib.tlb" implementation_only no_namespace raw_method_prefix("") high_method_prefix("__")
 

Modified: trunk/GME/PartBrowser/stdafx.h
==============================================================================
--- trunk/GME/PartBrowser/stdafx.h	Thu Sep 29 14:35:27 2011	(r1559)
+++ trunk/GME/PartBrowser/stdafx.h	Thu Sep 29 14:35:49 2011	(r1560)
@@ -36,10 +36,11 @@
 extern CComModule _Module;
 #include <atlcom.h>
 
-#import "MetaLib.tlb" no_implementation auto_search no_namespace no_search_namespace raw_method_prefix("") high_method_prefix("__")
-#import "MgaLib.tlb" no_implementation auto_search no_namespace no_search_namespace raw_method_prefix("") high_method_prefix("__")
-#import "GMELib.tlb" no_implementation auto_search no_namespace no_search_namespace raw_method_prefix("") high_method_prefix("__")
-#import "MgaUtilLib.tlb" no_implementation auto_search no_namespace no_search_namespace raw_method_prefix("") high_method_prefix("__")
+#import "CoreLib.tlb" no_implementation no_namespace raw_method_prefix("") high_method_prefix("__")
+#import "MetaLib.tlb" no_implementation no_namespace raw_method_prefix("") high_method_prefix("__")
+#import "MgaLib.tlb" no_implementation no_namespace raw_method_prefix("") high_method_prefix("__")
+#import "GMELib.tlb" no_implementation no_namespace raw_method_prefix("") high_method_prefix("__")
+#import "MgaUtilLib.tlb" no_implementation no_namespace raw_method_prefix("") high_method_prefix("__")
 
 // Don't load the MIDL-generated headers
 #define __Core_h__


More information about the gme-commit mailing list