Article:
 |
|
Intro to Managed C++, Part 2: Mixing Managed and Unmanaged Code
|
| Subject: |
|
Error with example |
| Date: |
|
2003-03-05 19:14:50 |
| From: |
|
anonymous2
|
|
|
|
I get the following error when I try to compile the example with mixed managed & unmanaged code.
cl.exe /clr /Zi mixed_case1.cpp
Microsoft (R) C/C++ Standard Compiler Version 13.00.9466 for .NET Framework
Copyright (C) Microsoft Corporation 1984-2001. All rights reserved.
mixed_case1.cpp
mixed_case1.cpp(4) : fatal error C1083: Cannot open include file: 'string': No such file or directory
|
Showing messages 1 through 3 of 3.
-
Error with example
2003-05-09 12:08:35
anonymous2
[View]
-
Sam - Not shipped with .NET
2003-05-09 12:16:44
anonymous2
[View]
-
No error
2003-03-07 13:07:11
samgentile
[View]