stdcli


I've just installed 2005 Beta 2 and got the following compiler error when trying to recompile my project:

   stdcli is not a class or namespace

on the following source code line:

  property stdcli::language::array<X>^ Prop { ... }

Is there any new include file or library to include to use the stdcli namespace

Chris.


Answer this question

stdcli

  • Shajan Dasan

    You don't need the stdcli::langauge namespace for an array; try removing it and you should be fine.

    --Oren

  • stdcli