-
-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Description
Has anyone looking into compiling with the /clr option?
For example:
int main()
{
System::Console::WriteLine("This is a C++/CLI program.");
}
./msvc/bin/x64/cl /clr hello.cpp
Error:
Microsoft (R) C/C++ Optimizing Compiler Version 19.44.35213
for Microsoft (R) .NET Framework version -----------
Copyright (C) Microsoft Corporation. All rights reserved.
hello.cpp
hello.cpp: fatal error C1093: API call 'LoadLibraryW("alink.dll")' failed '0x80070006': ErrorMessage: Invalid handle.
Description: <Unknown>
Metadata
Metadata
Assignees
Labels
No labels