티스토리 뷰
Call Managed Function and Unmanaged Function
Create Blank Solution
Name : Log2
Create C++ Console Project
Name : Cpp1
Set /clr Compile Option
Set /Zc:twoPhase- Compile Option (disable two-phase name lookup)
< 참고 >
Native and .NET Interoperability
Mixed, pure, and verifiable feature comparison (C++/CLI)
/Zc:twoPhase- (disable two-phase name lookup)
To set this compiler option in the Visual Studio development environment
1. Open the project's Property Pages dialog box. For details, see Working with Project Properties.
2. Select the Configuration Properties > C/C++ > Command Line property page.
3. Modify the Additional Options property to include /Zc:twoPhase- and then choose OK.
'GitHub' 카테고리의 다른 글
| [PyQt1] PyQt Coding Exercise : Create Repository (0) | 2018.07.25 |
|---|---|
| [Hybrid1 Log3] Using C++ Class in C++/CLI (0) | 2018.07.23 |
| [Hybrid1 Log1 Sharp1] Create C# Console Project (0) | 2018.07.22 |
| [Hybrid1 Log1 Cli1] Create C++/CLI Library Project (0) | 2018.07.22 |
| [Hybrid1 Log1 Cpp1] Create C++ Static Library Project (0) | 2018.07.22 |