2005-11-08から1日間の記事一覧

はじめてのCLRホスティング

CLRホスティングAPIを使ったことが無かったので実験。 #include <assert.h> #include <stdio.h> #include <mscoree.h> #import <mscorlib.tlb> using namespace mscorlib; int main (int argc, char* argv[]) { ICorRuntimeHost* pCLR = NULL; HRESULT hr = CorBindToRuntimeEx ( L"v2.0.50727", L"wks", </mscorlib.tlb></mscoree.h></stdio.h></assert.h>…