Searched refs:mscoree (Results 1 – 4 of 4) sorted by relevance
126 HMODULE mscoree; in dotnet_bind_runtime() local132 mscoree = LoadLibraryA("mscoree.dll"); in dotnet_bind_runtime()133 if (mscoree == NULL) { in dotnet_bind_runtime()137 CorBindToRuntime = (cbtr_t) GetProcAddress(mscoree, "CorBindToRuntime"); in dotnet_bind_runtime()139 FreeLibrary(mscoree); in dotnet_bind_runtime()153 FreeLibrary(mscoree); in dotnet_bind_runtime()
12 CHECK_HEADER_ADD_INCLUDE('mscoree.h', 'CFLAGS_COM_DOTNET');
8 if (!class_exists("dotnet")) die("skip mscoree not available");
7 if (!class_exists("dotnet")) die("skip mscoree not available");
Completed in 38 milliseconds