コード例 #1
0
 int IVbCompilerHost.GetTargetLibraryType(out __MIDL___MIDL_itf_CorDebugInterop_1054_0004 pTargetLibraryType)
 {
     //We need to set /netcf on the compile flag.  This is how to set it for the hosted compiler.
     pTargetLibraryType = __MIDL___MIDL_itf_CorDebugInterop_1054_0004.TLB_Starlite;
     return Utility.COM_HResults.S_OK;            
 }
コード例 #2
0
 int IVbCompilerHost.GetTargetLibraryType(out __MIDL___MIDL_itf_CorDebugInterop_1054_0004 pTargetLibraryType)
 {
     //We need to set /netcf on the compile flag.  This is how to set it for the hosted compiler.
     pTargetLibraryType = __MIDL___MIDL_itf_CorDebugInterop_1054_0004.TLB_Starlite;
     return(Utility.COM_HResults.S_OK);
 }