visual studio 2012 - Strange CLR compilation -
so i'm doing directx 11 project , had use ...array<t>^ arr system header , had switch common language runtime support settings /clr. after fiddling other setting project compile seem have messed ,because cant use breakpoints , objects have seem not exist dont know how else put it. please help.
unless need work .net types, i'd recommend not using /clr. instead of using array<t>^, can use std::vector<t> , eliminate dependency on common language runtime.
Comments
Post a Comment